drm/i915: Use drm_encoder_crtc_ok()
authorThierry Reding <treding@nvidia.com>
Mon, 13 Jan 2014 11:00:22 +0000 (12:00 +0100)
committerThierry Reding <treding@nvidia.com>
Tue, 14 Jan 2014 13:35:27 +0000 (14:35 +0100)
commit14509916c35225d00e294cb161bdfd1108dda38c
tree4df26a814f0301bfe9d66f78b24959d525524e34
parent3d887368701ef78fe17fc998fe5a74ac8f7c6d4c
drm/i915: Use drm_encoder_crtc_ok()

The intel_encoder_crtc_ok() is a duplicate of the drm_encoder_crtc_ok()
function that used to be only available in the DRM CRTC helpers. It has
recently been moved to the core, so the duplicate can now be dropped.

Acked-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Reviewed-by: Jani Nikula <jani.nikula@intel.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
drivers/gpu/drm/i915/intel_display.c