Searched refs:SDEISR (Results 1 – 7 of 7) sorted by relevance
/linux-6.1.9/drivers/gpu/drm/i915/gvt/ |
D | display.c | 355 vgpu_vreg_t(vgpu, SDEISR) &= ~(SDE_PORTB_HOTPLUG_CPT | in emulate_monitor_status_change() 363 vgpu_vreg_t(vgpu, SDEISR) &= ~(SDE_PORTA_HOTPLUG_SPT | in emulate_monitor_status_change() 421 vgpu_vreg_t(vgpu, SDEISR) |= SDE_PORTB_HOTPLUG_CPT; in emulate_monitor_status_change() 431 vgpu_vreg_t(vgpu, SDEISR) |= SDE_PORTC_HOTPLUG_CPT; in emulate_monitor_status_change() 457 vgpu_vreg_t(vgpu, SDEISR) |= SDE_PORTD_HOTPLUG_CPT; in emulate_monitor_status_change() 481 vgpu_vreg_t(vgpu, SDEISR) |= SDE_PORTE_HOTPLUG_SPT; in emulate_monitor_status_change() 489 vgpu_vreg_t(vgpu, SDEISR) |= SDE_PORTA_HOTPLUG_SPT; in emulate_monitor_status_change() 678 vgpu_vreg_t(vgpu, SDEISR) |= SDE_PORTD_HOTPLUG_CPT; in intel_vgpu_emulate_hotplug() 682 vgpu_vreg_t(vgpu, SDEISR) &= ~SDE_PORTD_HOTPLUG_CPT; in intel_vgpu_emulate_hotplug()
|
D | interrupt.c | 502 .reg_base = SDEISR,
|
/linux-6.1.9/drivers/gpu/drm/i915/display/ |
D | intel_tc.c | 268 if (intel_uncore_read(uncore, SDEISR) & isr_bit) in icl_tc_port_live_status_mask() 297 if (intel_uncore_read(uncore, SDEISR) & isr_bit) in adl_tc_port_live_status_mask()
|
D | g4x_dp.c | 1174 return intel_de_read(dev_priv, SDEISR) & bit; in ibx_digital_port_connected()
|
D | intel_ddi.c | 4022 return intel_de_read(dev_priv, SDEISR) & bit; in lpt_digital_port_connected()
|
/linux-6.1.9/drivers/gpu/drm/i915/ |
D | intel_gvt_mmio_table.c | 48 MMIO_D(SDEISR); in iterate_generic_mmio()
|
D | i915_reg.h | 5971 #define SDEISR _MMIO(0xc4000) macro
|