[PATCH v3 3/3] drm/i915: Use drm_encoder_crtc_ok()

2014-01-13 Thread Jani Nikula
On Mon, 13 Jan 2014, Thierry Reding wrote: > 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 > Sign

[PATCH v3 3/3] drm/i915: Use drm_encoder_crtc_ok()

2014-01-13 Thread Thierry Reding
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 Signed-off-by: Thierry Reding --- Changes in v3: - replace