Home
last modified time | relevance | path

Searched refs:HPD_NONE (Results 1 – 2 of 2) sorted by relevance

/gfx-drm/usr/src/uts/intel/io/i915/
H A Di915_drv.h108 HPD_NONE = 0, enumerator
109 HPD_PORT_A = HPD_NONE, /* PORT_A is internal */
110 HPD_TV = HPD_NONE, /* TV is known to be unreliable */
H A Di915_irq.c566 if (intel_encoder->hpd_pin > HPD_NONE && in i915_hotplug_work_func()
3529 for (i = (HPD_NONE + 1); i < HPD_NUM_PINS; i++) { in i915_reenable_hotplug_timer_func()
3650 if (!connector->polled && I915_HAS_HOTPLUG(dev) && intel_connector->encoder->hpd_pin > HPD_NONE) in intel_hpd_init()