]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit - drivers/gpu/drm/i915/i915_drv.h
drm/i915/skl: enable DDI-E hotplug
authorXiong Zhang <xiong.y.zhang@intel.com>
Mon, 17 Aug 2015 07:55:50 +0000 (15:55 +0800)
committerJani Nikula <jani.nikula@intel.com>
Wed, 26 Aug 2015 07:24:25 +0000 (10:24 +0300)
commit26951caf55d73ceb1967b0bf12f6d0b96853508e
treef25fd33b071b0b27b3de6d2c8566f301367360bc
parent8e9d597a37e407476b4de725bef4cb1ad1f5c22c
drm/i915/skl: enable DDI-E hotplug

v2: fix one error found by checkpath.pl
v3: Add one ignored break for switch-case. DDI-E hotplug
    function doesn't work after updating drm-intel tree,
    I checked the code and found this missing which isn't
    the root cause for broke DDI-E hp.  The broken
    DDI-E hp function is fixed by "Adding DDI_E power
    well domain".

Signed-off-by: Xiong Zhang <xiong.y.zhang@intel.com>
Reviewed-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
Tested-by: Timo Aaltonen <timo.aaltonen@canonical.com>
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
drivers/gpu/drm/i915/i915_drv.h
drivers/gpu/drm/i915/i915_irq.c
drivers/gpu/drm/i915/i915_reg.h
drivers/gpu/drm/i915/intel_display.c
drivers/gpu/drm/i915/intel_dp.c
drivers/gpu/drm/i915/intel_hotplug.c