]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: Convert intel_hpd_irq_event() into an encoder hotplug hook
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Wed, 17 Jan 2018 19:21:45 +0000 (21:21 +0200)
committerLyude Paul <lyude@redhat.com>
Tue, 6 Mar 2018 22:56:29 +0000 (17:56 -0500)
commitd6ea1f56a666e8ade4ab7787aef778ad81c8ca3c
treebb25f6c2b601eb3caa6a756c681d9b4f5d6c39b6
parent53104b92835cd8ee0b46cf14e3223b966530c15d
drm/i915: Convert intel_hpd_irq_event() into an encoder hotplug hook

Allow encoders to customize their hotplug processing by moving the
intel_hpd_irq_event() code into an encoder hotplug vfunc. Currently
only SDVO needs this to re-enable hotplug signalling in the SDVO
chip. We'll use this same hook for DP/HDMI link management later.

Reviewed-by: Jani Nikula <jani.nikula@intel.com>
Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Reviewed-by: Lyude Paul <lyude@redhat.com>
Signed-off-by: Lyude Paul <lyude@redhat.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20180117192149.17760-1-ville.syrjala@linux.intel.com
drivers/gpu/drm/i915/intel_sdvo.c