drm/i915: Convert gmch platforms over to ilk_crtc_{enable, disable}_planes()
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Thu, 8 May 2014 16:23:13 +0000 (19:23 +0300)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Mon, 12 May 2014 17:15:40 +0000 (19:15 +0200)
commitd3eedb1a041e2d8d3bc667eedf082ca217be4972
tree84dc2c5c441c2d7fc7275c8caf9162b38629fdd8
parent1cf0ba14740d96fbf6f58a201f000a34b74f4725
drm/i915: Convert gmch platforms over to ilk_crtc_{enable, disable}_planes()

Use the same code for enabling/disabling planes on all platforms. Rename
the functions to reflect that they're no longer specific to any
platform.

For now we leave the plane enable/disable to ccur at the same old
position in the modeset sequence.

Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk>
[danvet: Frob drm_vblank_on conflict.]
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/intel_display.c