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)
commit615e0cb67968c94fd9e53797985843a5b816dec4
tree7a6505324def47d4ecf295084ab2db49c0f336fe
parent54f088a9603dbee88809cb2ddfd8dc1ef8a74be5
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