drm: split edid handling in get_edid & add_edid_mode
authorJerome Glisse <glisse@freedesktop.org>
Fri, 9 Nov 2007 14:47:24 +0000 (15:47 +0100)
committerJerome Glisse <glisse@freedesktop.org>
Fri, 9 Nov 2007 14:47:24 +0000 (15:47 +0100)
commitffb89d4c3b6650551aaab06076896540a78faddf
treefc71d07e3471f973bc001e3c3bef942af74fe8c7
parentd983ed90cb9de559271817e04bddc8b40fc16a0d
drm: split edid handling in get_edid & add_edid_mode

This way driver can get_edid in output status detection
(using all workaround which are in get_edid) and then provide
this edid data in get_mode callback of output.
linux-core/drm_crtc.h
linux-core/drm_edid.c
linux-core/intel_modes.c