drm/radeon/kms: additional default context regs for cayman

Signed-off-by: Alex Deucher <alexdeucher@gmail.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
This commit is contained in:
Alex Deucher 2011-03-02 20:07:38 -05:00 committed by Dave Airlie
parent c175ca9a4c
commit 3d106fb44e
1 changed files with 5 additions and 0 deletions

View File

@ -45,6 +45,11 @@ const u32 cayman_default_state[] =
0x00000316, 0x00000316,
0x0000000e, /* VGT_VERTEX_REUSE_BLOCK_CNTL */ 0x0000000e, /* VGT_VERTEX_REUSE_BLOCK_CNTL */
0x00000010, /* */ 0x00000010, /* */
0xc0026900,
0x000000d9,
0x00000000, /* CP_RINGID */
0x00000000, /* CP_VMID */
}; };
const u32 cayman_default_size = ARRAY_SIZE(cayman_default_state); const u32 cayman_default_size = ARRAY_SIZE(cayman_default_state);