Home
last modified time | relevance | path

Searched refs:SDEISR (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.4/drivers/gpu/drm/i915/gvt/
Ddisplay.c197 vgpu_vreg_t(vgpu, SDEISR) &= ~(SDE_PORTB_HOTPLUG_CPT | in emulate_monitor_status_change()
203 vgpu_vreg_t(vgpu, SDEISR) &= ~(SDE_PORTA_HOTPLUG_SPT | in emulate_monitor_status_change()
234 vgpu_vreg_t(vgpu, SDEISR) |= SDE_PORTB_HOTPLUG_CPT; in emulate_monitor_status_change()
238 vgpu_vreg_t(vgpu, SDEISR) |= SDE_PORTC_HOTPLUG_CPT; in emulate_monitor_status_change()
258 vgpu_vreg_t(vgpu, SDEISR) |= SDE_PORTD_HOTPLUG_CPT; in emulate_monitor_status_change()
280 vgpu_vreg_t(vgpu, SDEISR) |= SDE_PORTE_HOTPLUG_SPT; in emulate_monitor_status_change()
288 vgpu_vreg_t(vgpu, SDEISR) |= SDE_PORTA_HOTPLUG_SPT; in emulate_monitor_status_change()
464 vgpu_vreg_t(vgpu, SDEISR) |= SDE_PORTD_HOTPLUG_CPT; in intel_vgpu_emulate_hotplug()
468 vgpu_vreg_t(vgpu, SDEISR) &= ~SDE_PORTD_HOTPLUG_CPT; in intel_vgpu_emulate_hotplug()
Dinterrupt.c459 .reg_base = SDEISR,
Dhandlers.c1870 MMIO_D(SDEISR, D_ALL); in init_generic_mmio_info()
/Linux-v5.4/drivers/gpu/drm/i915/display/
Dintel_tc.c172 if (intel_uncore_read(uncore, SDEISR) & SDE_TC_HOTPLUG_ICP(tc_port)) in tc_port_live_status_mask()
Dintel_dp.c5071 return I915_READ(SDEISR) & bit; in ibx_digital_port_connected()
5094 return I915_READ(SDEISR) & bit; in cpt_digital_port_connected()
5113 return I915_READ(SDEISR) & bit; in spt_digital_port_connected()
5230 return I915_READ(SDEISR) & SDE_DDI_HOTPLUG_ICP(port); in icl_combo_port_connected()
/Linux-v5.4/drivers/gpu/drm/i915/
Di915_reg.h7855 #define SDEISR _MMIO(0xc4000) macro