Searched refs:GEN8_DE_PORT_ISR (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.1/drivers/gpu/drm/i915/gvt/ |
D | display.c | 188 vgpu_vreg_t(vgpu, GEN8_DE_PORT_ISR) &= in emulate_monitor_status_change() 236 vgpu_vreg_t(vgpu, GEN8_DE_PORT_ISR) &= ~BXT_DE_PORT_HOTPLUG_MASK; in emulate_monitor_status_change() 296 vgpu_vreg_t(vgpu, GEN8_DE_PORT_ISR) |= in emulate_monitor_status_change() 327 vgpu_vreg_t(vgpu, GEN8_DE_PORT_ISR) |= in emulate_monitor_status_change() 358 vgpu_vreg_t(vgpu, GEN8_DE_PORT_ISR) |= in emulate_monitor_status_change() 496 vgpu_vreg_t(vgpu, GEN8_DE_PORT_ISR) |= in emulate_monitor_status_change() 701 vgpu_vreg_t(vgpu, GEN8_DE_PORT_ISR) |= in intel_vgpu_emulate_hotplug() 704 vgpu_vreg_t(vgpu, GEN8_DE_PORT_ISR) &= in intel_vgpu_emulate_hotplug() 717 vgpu_vreg_t(vgpu, GEN8_DE_PORT_ISR) |= in intel_vgpu_emulate_hotplug() 722 vgpu_vreg_t(vgpu, GEN8_DE_PORT_ISR) &= in intel_vgpu_emulate_hotplug() [all …]
|
D | interrupt.c | 510 DEFINE_GVT_GEN8_INTEL_GVT_IRQ_INFO(de_port, GEN8_DE_PORT_ISR);
|
/linux-6.12.1/drivers/gpu/drm/i915/ |
D | intel_gvt_mmio_table.c | 768 MMIO_D(GEN8_DE_PORT_ISR); in iterate_bdw_plus_mmio()
|
D | i915_reg.h | 2546 #define GEN8_DE_PORT_ISR _MMIO(0x44440) macro
|
/linux-6.12.1/drivers/gpu/drm/i915/display/ |
D | intel_ddi.c | 4623 return intel_de_read(dev_priv, GEN8_DE_PORT_ISR) & bit; in bdw_digital_port_connected()
|