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)
commit72a5c970a57b51f20f8876816869c937340176b5
tree0ec8f5432e14015b29ee2198f030ba6b45d6d887
parent88fd4789cdc403a5fb0839fbb8ea8899d21c56bd
drm/radeon: restructure edid fetching

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