]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: Ditch SUPPORTS_INTEGRATED_HDMI|DP and use IS_G4X instead
authorDaniel Vetter <daniel.vetter@ffwll.ch>
Tue, 7 Jul 2015 07:10:07 +0000 (09:10 +0200)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Tue, 7 Jul 2015 09:36:11 +0000 (11:36 +0200)
commit52190c7e442dd3abf58d259ee62c686e5c20d17d
tree0fad61dd8c5defc014433a104c363eefb04f29e4
parent3f0ecda7325d7b423b1db213c350759331e606c6
drm/i915: Ditch SUPPORTS_INTEGRATED_HDMI|DP and use IS_G4X instead

Since that's really what we want to test for. Note remove the gen5
case doesn't change anything: In intel_setup_outputs ilk is handled
already in the HAS_PCH_SPLIT case, and the register save/restore code
touches registers which simply doesn't exist anymore at all.

v2: Drop UMS parts.

v3: Update commit message to reflect that the reg save/restore code is
gone (Ville).

Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/i915_drv.h
drivers/gpu/drm/i915/intel_display.c