From: Daniel Vetter Date: Fri, 20 Sep 2013 22:48:39 +0000 (+0200) Subject: drm/i915: Rip out SUPPORTS_EDP X-Git-Tag: v3.13-rc1~76^2~80^2~82 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6fca55b11408f1005a94d44c608cf82bc477cbdb;p=pandora-kernel.git drm/i915: Rip out SUPPORTS_EDP It only controls the setting of the vbt.edp_support variable, which in turn only controls one debug output plus can also force-disable the lvds output. Since the value only restricted this logic to mobile ilk there's the slight risk that this will break lvds on desktop ilk or on snb/ivb platforms. But with the vbt it's better when we know what's going on here, so let's rip it out and see what happens. Cc: Ben Widawsky Cc: Paulo Zanoni Reviewed-by: Paulo Zanoni Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed