]> git.karo-electronics.de Git - karo-tx-linux.git/commit
drm/radeon/kms: fix s/r issues with bios scratch regs
authorAlex Deucher <alexdeucher@gmail.com>
Thu, 3 Feb 2011 00:46:06 +0000 (19:46 -0500)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Sun, 26 Jun 2011 16:46:36 +0000 (12:46 -0400)
commite0f74d5021430b40d3323869dad9baf18a7f647f
treef17cc8c25b8dc6fc0d2ce1fe84310e144c2c1ff3
parented71260f8973623e273cb827ba64c78db5fe9cb9
drm/radeon/kms: fix s/r issues with bios scratch regs

commit 87364760de5d631390c478fcbac8db1b926e0adf upstream.

The accelerate mode bit gets checked by certain atom
command tables to set up some register state.  It needs
to be clear when setting modes and set when not.

Fixes:
https://bugzilla.kernel.org/show_bug.cgi?id=26942

Signed-off-by: Alex Deucher <alexdeucher@gmail.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
drivers/gpu/drm/radeon/radeon_atombios.c