xref: /dflybsd-src/sys/dev/drm/radeon/cik_blit_shaders.h (revision 57e252bfa9ffec9f583f486376e43c8b2c0b8809)
1*57e252bfSMichael Neumann /*
2*57e252bfSMichael Neumann  * Copyright 2012 Advanced Micro Devices, Inc.
3*57e252bfSMichael Neumann  *
4*57e252bfSMichael Neumann  * Permission is hereby granted, free of charge, to any person obtaining a
5*57e252bfSMichael Neumann  * copy of this software and associated documentation files (the "Software"),
6*57e252bfSMichael Neumann  * to deal in the Software without restriction, including without limitation
7*57e252bfSMichael Neumann  * the rights to use, copy, modify, merge, publish, distribute, sublicense,
8*57e252bfSMichael Neumann  * and/or sell copies of the Software, and to permit persons to whom the
9*57e252bfSMichael Neumann  * Software is furnished to do so, subject to the following conditions:
10*57e252bfSMichael Neumann  *
11*57e252bfSMichael Neumann  * The above copyright notice and this permission notice (including the next
12*57e252bfSMichael Neumann  * paragraph) shall be included in all copies or substantial portions of the
13*57e252bfSMichael Neumann  * Software.
14*57e252bfSMichael Neumann  *
15*57e252bfSMichael Neumann  * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16*57e252bfSMichael Neumann  * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17*57e252bfSMichael Neumann  * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
18*57e252bfSMichael Neumann  * THE COPYRIGHT HOLDER(S) AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR
19*57e252bfSMichael Neumann  * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
20*57e252bfSMichael Neumann  * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
21*57e252bfSMichael Neumann  * DEALINGS IN THE SOFTWARE.
22*57e252bfSMichael Neumann  *
23*57e252bfSMichael Neumann  */
24*57e252bfSMichael Neumann 
25*57e252bfSMichael Neumann #ifndef CIK_BLIT_SHADERS_H
26*57e252bfSMichael Neumann #define CIK_BLIT_SHADERS_H
27*57e252bfSMichael Neumann 
28*57e252bfSMichael Neumann extern const u32 cik_default_state[];
29*57e252bfSMichael Neumann 
30*57e252bfSMichael Neumann extern const u32 cik_default_size;
31*57e252bfSMichael Neumann 
32*57e252bfSMichael Neumann #endif
33