Skip to content

Commit

Permalink
drm/radeon/kms/r200: fix bug in CS parser
Browse files Browse the repository at this point in the history
Add missing vertex shader regs for r200.

fixed fdo bug 26061

agd5f: use official reg names

Signed-off-by: Alex Deucher <alexdeucher@gmail.com>
Signed-off-by: Dave Airlie <airlied@linux.ie>
  • Loading branch information
Andrew Randrianasulu authored and Dave Airlie committed Jan 20, 2010
1 parent f3d1ccc commit 828153e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions drivers/gpu/drm/radeon/reg_srcs/r200
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,8 @@ r200 0x3294
0x22b8 SE_TCL_TEX_CYL_WRAP_CTL
0x22c0 SE_TCL_UCP_VERT_BLEND_CNTL
0x22c4 SE_TCL_POINT_SPRITE_CNTL
0x22d0 SE_PVS_CNTL
0x22d4 SE_PVS_CONST_CNTL
0x2648 RE_POINTSIZE
0x26c0 RE_TOP_LEFT
0x26c4 RE_MISC
Expand Down

0 comments on commit 828153e

Please sign in to comment.