drm/radeon/kms/atom: fix some parser bugs
authorAlex Deucher <alexdeucher@gmail.com>
Tue, 19 Jan 2010 17:38:48 +0000 (12:38 -0500)
committerDave Airlie <airlied@linux.ie>
Wed, 20 Jan 2010 22:19:55 +0000 (08:19 +1000)
commit9f53e7931610cbd1715fd2d2c0f9a853e17f02d8
tree469c4db5900da5bc93aa158c4d9f33dff6e03a84
parent07bec2df01cde5590a1700b992d12de3f46b12bc
drm/radeon/kms/atom: fix some parser bugs

- add support for inline src params
- fix shift_left/shift_right and shl/shr ops
  shift_* ops use inline src params, shl/r use full params
- fix mask op (uses inline params)

Signed-off-by: Alex Deucher <alexdeucher@gmail.com>
Signed-off-by: Dave Airlie <airlied@linux.ie>
drivers/gpu/drm/radeon/atom.c