]> git.baikalelectronics.ru Git - kernel.git/commit
drm/radeon/kms/r4xx: cleanup atom path
authorAlex Deucher <alexdeucher@gmail.com>
Wed, 20 Jan 2010 21:22:53 +0000 (16:22 -0500)
committerDave Airlie <airlied@linux.ie>
Wed, 20 Jan 2010 22:40:08 +0000 (08:40 +1000)
commit7944b56cb6235f96168b40d7a17015623018fff4
tree7a6505324def47d4ecf295084ab2db49c0f336fe
parent0e470548def5fa880a20601b4e7a4f38a99d6250
drm/radeon/kms/r4xx: cleanup atom path

most of radeon_legacy_atom_set_surface() is taken care
of in atombios_set_base(), so remove the duplicate
setup and move the remaining bits (DISP_MERGE setup and
FP2 sync) to atombios_crtc.c where they are used.

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