From: Jani Nikula Date: Fri, 19 Oct 2012 11:51:49 +0000 (+0300) Subject: drm/i915: Create generic intel_panel for LVDS and eDP X-Git-Tag: v3.8-rc1~82^2~192^2~152 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1d508706ea848e32ff20bb311f4325896c6eb7b9;p=pandora-kernel.git drm/i915: Create generic intel_panel for LVDS and eDP Create a generic struct intel_panel for sharing a data structure and code between eDP and LVDS panels. Add the new struct to intel_connector so that later on we can have generic EDID and mode reading functions with EDID caching that transparently fallback to fixed mode when EDID is not available. Add intel_panel as a dummy first, and move data (such as the mentioned fixed mode) to it in later patches. Based on earlier work by Chris Wilson CC: Chris Wilson Signed-off-by: Jani Nikula Reviewed-by: Jesse Barnes Reviewed-by: Chris Wilson [danvet: Fixup tiny conflict in intel_dp_destroy.] Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed