]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitfb07c2cb1414ad08294c167f93e95d8ab57bef4f
tree469c4db5900da5bc93aa158c4d9f33dff6e03a84
parenta7b15995a380e50c669739cd431b8eb83e2dd50f
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