Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/i915/gvt/
Ddisplay.c175 vgpu_vreg_t(vgpu, GEN8_DE_PORT_ISR) &= ~(BXT_DE_PORT_HP_DDIA | in emulate_monitor_status_change()
180 vgpu_vreg_t(vgpu, GEN8_DE_PORT_ISR) |= in emulate_monitor_status_change()
185 vgpu_vreg_t(vgpu, GEN8_DE_PORT_ISR) |= in emulate_monitor_status_change()
190 vgpu_vreg_t(vgpu, GEN8_DE_PORT_ISR) |= in emulate_monitor_status_change()
285 vgpu_vreg_t(vgpu, GEN8_DE_PORT_ISR) |= in emulate_monitor_status_change()
Dinterrupt.c452 DEFINE_GVT_GEN8_INTEL_GVT_IRQ_INFO(de_port, GEN8_DE_PORT_ISR);
Dhandlers.c2726 MMIO_D(GEN8_DE_PORT_ISR, D_BDW_PLUS); in init_broadwell_mmio_info()
/Linux-v5.4/drivers/gpu/drm/i915/display/
Dintel_dp.c5197 return I915_READ(GEN8_DE_PORT_ISR) & GEN8_PORT_DP_A_HOTPLUG; in bdw_digital_port_connected()
5222 return I915_READ(GEN8_DE_PORT_ISR) & bit; in bxt_digital_port_connected()
/Linux-v5.4/drivers/gpu/drm/i915/
Di915_reg.h7355 #define GEN8_DE_PORT_ISR _MMIO(0x44440) macro