drm/radeon: restructure edid fetching
authorAlex Deucher <alexander.deucher@amd.com>
Tue, 15 Jul 2014 14:38:10 +0000 (10:38 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 5 Aug 2014 12:53:29 +0000 (08:53 -0400)
Split radeon_ddc_get_modes() and move it into
radeon_connectors.c since that is the only place
that uses it.

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/radeon/radeon_connectors.c
drivers/gpu/drm/radeon/radeon_display.c
drivers/gpu/drm/radeon/radeon_mode.h

Simple merge