]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit - drivers/gpu/drm/i915/intel_display.c
drm/i915: Implement ibx_digital_port_connected() for IBX
authorDamien Lespiau <damien.lespiau@intel.com>
Thu, 13 Dec 2012 16:09:03 +0000 (16:09 +0000)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Fri, 14 Dec 2012 10:19:34 +0000 (11:19 +0100)
commitc36346e302b3a36bfb10b58167b69ab7ac95f10a
treea0b27c25dd211faa6763e121afe1aac873898ae6
parent577c7a505b5601a9a441039dd37543775f9af8f5
drm/i915: Implement ibx_digital_port_connected() for IBX

CPT+ PCHs have different bit definition to read the HPD live status. I
don't have an ILK with digital ports handy, which is why this patch is
separate from the CPT+ implementation. If the docs don't lie, it should
all be fine though.

Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
Reviewed-by: Jani Nikula <jani.nikula@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/intel_display.c