Home
last modified time | relevance | path

Searched refs:GEN8_DE_PORT_ISR (Results 1 – 5 of 5) sorted by relevance

/Linux-v6.1/drivers/gpu/drm/i915/gvt/
Ddisplay.c181 vgpu_vreg_t(vgpu, GEN8_DE_PORT_ISR) &= in emulate_monitor_status_change()
229 vgpu_vreg_t(vgpu, GEN8_DE_PORT_ISR) &= ~BXT_DE_PORT_HOTPLUG_MASK; in emulate_monitor_status_change()
288 vgpu_vreg_t(vgpu, GEN8_DE_PORT_ISR) |= in emulate_monitor_status_change()
318 vgpu_vreg_t(vgpu, GEN8_DE_PORT_ISR) |= in emulate_monitor_status_change()
348 vgpu_vreg_t(vgpu, GEN8_DE_PORT_ISR) |= in emulate_monitor_status_change()
486 vgpu_vreg_t(vgpu, GEN8_DE_PORT_ISR) |= in emulate_monitor_status_change()
691 vgpu_vreg_t(vgpu, GEN8_DE_PORT_ISR) |= in intel_vgpu_emulate_hotplug()
694 vgpu_vreg_t(vgpu, GEN8_DE_PORT_ISR) &= in intel_vgpu_emulate_hotplug()
707 vgpu_vreg_t(vgpu, GEN8_DE_PORT_ISR) |= in intel_vgpu_emulate_hotplug()
712 vgpu_vreg_t(vgpu, GEN8_DE_PORT_ISR) &= in intel_vgpu_emulate_hotplug()
[all …]
Dinterrupt.c495 DEFINE_GVT_GEN8_INTEL_GVT_IRQ_INFO(de_port, GEN8_DE_PORT_ISR);
/Linux-v6.1/drivers/gpu/drm/i915/
Dintel_gvt_mmio_table.c753 MMIO_D(GEN8_DE_PORT_ISR); in iterate_bdw_plus_mmio()
Di915_reg.h5552 #define GEN8_DE_PORT_ISR _MMIO(0x44440) macro
/Linux-v6.1/drivers/gpu/drm/i915/display/
Dintel_ddi.c4038 return intel_de_read(dev_priv, GEN8_DE_PORT_ISR) & bit; in bdw_digital_port_connected()