]> git.kernelconcepts.de Git - karo-tx-linux.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)
commit3fec3d2f0a54d7c57c386c430bee2d6e5425ebfb
tree0fad61dd8c5defc014433a104c363eefb04f29e4
parentd26a5b6e80c87fd8fd136eb0a334fc7960ac9699
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