diff options
Diffstat (limited to 'drivers/gpu/drm/radeon/clearstate_si.h')
| -rw-r--r-- | drivers/gpu/drm/radeon/clearstate_si.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/drivers/gpu/drm/radeon/clearstate_si.h b/drivers/gpu/drm/radeon/clearstate_si.h index 66e39cdb5cb0..7da8418704fe 100644 --- a/drivers/gpu/drm/radeon/clearstate_si.h +++ b/drivers/gpu/drm/radeon/clearstate_si.h @@ -21,8 +21,9 @@ * */ -static const u32 si_SECT_CONTEXT_def_1[] = -{ +#include "clearstate_defs.h" + +static const u32 si_SECT_CONTEXT_def_1[] = { 0x00000000, // DB_RENDER_CONTROL 0x00000000, // DB_COUNT_CONTROL 0x00000000, // DB_DEPTH_VIEW |
