Searched refs:SDEISR (Results 1 – 6 of 6) sorted by relevance
| /Linux-v5.4/drivers/gpu/drm/i915/gvt/ |
| D | display.c | 197 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()
|
| D | interrupt.c | 459 .reg_base = SDEISR,
|
| D | handlers.c | 1870 MMIO_D(SDEISR, D_ALL); in init_generic_mmio_info()
|
| /Linux-v5.4/drivers/gpu/drm/i915/display/ |
| D | intel_tc.c | 172 if (intel_uncore_read(uncore, SDEISR) & SDE_TC_HOTPLUG_ICP(tc_port)) in tc_port_live_status_mask()
|
| D | intel_dp.c | 5071 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/ |
| D | i915_reg.h | 7855 #define SDEISR _MMIO(0xc4000) macro
|