]> asedeno.scripts.mit.edu Git - linux.git/commit
drm/i915: Pass intel_crtc to intel_lpt_pch_enable()
authorAnder Conselvan de Oliveira <ander.conselvan.de.oliveira@intel.com>
Thu, 2 Mar 2017 12:58:52 +0000 (14:58 +0200)
committerAnder Conselvan de Oliveira <ander.conselvan.de.oliveira@intel.com>
Fri, 3 Mar 2017 10:31:22 +0000 (12:31 +0200)
commit0dcdc382c3823e959e9253f2f0c4e436e7ef9a32
treefca3b455dd4e1565eddb3670787d6a25878fe19e
parent4cbe4b2b175c9dcfffa2311ea9dddd34be1a4f41
drm/i915: Pass intel_crtc to intel_lpt_pch_enable()

The function intel_lpt_pch_enable() needs an intel_crtc so pass that
instead of the generic crtc type.

Signed-off-by: Ander Conselvan de Oliveira <ander.conselvan.de.oliveira@intel.com>
Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: http://patchwork.freedesktop.org/patch/msgid/20170302125857.14665-3-ander.conselvan.de.oliveira@intel.com
drivers/gpu/drm/i915/intel_display.c