diff options
author | Alex Deucher <alexdeucher@gmail.com> | 2011-03-02 20:07:38 -0500 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2011-03-02 20:56:58 -0500 |
commit | 3d106fb44e195652ed1c9aac17e833b5302e8bfe (patch) | |
tree | 307058b4d7d751a4727b8a13964f8bbbdc8e2e45 | |
parent | c175ca9a4c8cb30a61ccefacf8243350e1db4162 (diff) |
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>
-rw-r--r-- | drivers/gpu/drm/radeon/cayman_blit_shaders.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/gpu/drm/radeon/cayman_blit_shaders.c b/drivers/gpu/drm/radeon/cayman_blit_shaders.c index 56be2b605d1f..e148ab04b80b 100644 --- a/drivers/gpu/drm/radeon/cayman_blit_shaders.c +++ b/drivers/gpu/drm/radeon/cayman_blit_shaders.c | |||
@@ -45,6 +45,11 @@ const u32 cayman_default_state[] = | |||
45 | 0x00000316, | 45 | 0x00000316, |
46 | 0x0000000e, /* VGT_VERTEX_REUSE_BLOCK_CNTL */ | 46 | 0x0000000e, /* VGT_VERTEX_REUSE_BLOCK_CNTL */ |
47 | 0x00000010, /* */ | 47 | 0x00000010, /* */ |
48 | |||
49 | 0xc0026900, | ||
50 | 0x000000d9, | ||
51 | 0x00000000, /* CP_RINGID */ | ||
52 | 0x00000000, /* CP_VMID */ | ||
48 | }; | 53 | }; |
49 | 54 | ||
50 | const u32 cayman_default_size = ARRAY_SIZE(cayman_default_state); | 55 | const u32 cayman_default_size = ARRAY_SIZE(cayman_default_state); |