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)
- 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>

No differences found