Skip to content

Commit

Permalink
drm/radeon/kms: additional default context regs for cayman
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Deucher <alexdeucher@gmail.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
  • Loading branch information
Alex Deucher authored and Dave Airlie committed Mar 3, 2011
1 parent c175ca9 commit 3d106fb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions drivers/gpu/drm/radeon/cayman_blit_shaders.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);

0 comments on commit 3d106fb

Please sign in to comment.