drm/radeon/kms: additional default context regs for cayman
authorAlex Deucher <alexdeucher@gmail.com>
Thu, 3 Mar 2011 01:07:38 +0000 (20:07 -0500)
committerDave Airlie <airlied@redhat.com>
Thu, 3 Mar 2011 01:56:58 +0000 (11:56 +1000)
Signed-off-by: Alex Deucher <alexdeucher@gmail.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
drivers/gpu/drm/radeon/cayman_blit_shaders.c

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