Home
last modified time | relevance | path

Searched refs:BXT_DE_PORT_HP_DDIA (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/gvt/
H A Ddisplay.c180 vgpu_vreg_t(vgpu, GEN8_DE_PORT_ISR) &= ~(BXT_DE_PORT_HP_DDIA | in emulate_monitor_status_change()
287 BXT_DE_PORT_HP_DDIA; in emulate_monitor_status_change()
681 BXT_DE_PORT_HP_DDIA; in intel_vgpu_emulate_hotplug()
684 ~BXT_DE_PORT_HP_DDIA; in intel_vgpu_emulate_hotplug()
687 BXT_DE_PORT_HP_DDIA; in intel_vgpu_emulate_hotplug()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/
H A Di915_irq.c129 [HPD_PORT_A] = BXT_DE_PORT_HP_DDIA,
3237 if ((enabled_irqs & BXT_DE_PORT_HP_DDIA) && in __bxt_hpd_detection_setup()
H A Di915_reg.h7713 #define BXT_DE_PORT_HP_DDIA (1 << 3) macro
7714 #define BXT_DE_PORT_HOTPLUG_MASK (BXT_DE_PORT_HP_DDIA | \