Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/gpu/drm/i915/gvt/
Ddisplay.c358 vgpu_vreg_t(vgpu, SDEISR) &= ~(SDE_PORTB_HOTPLUG_CPT | in emulate_monitor_status_change()
366 vgpu_vreg_t(vgpu, SDEISR) &= ~(SDE_PORTA_HOTPLUG_SPT | in emulate_monitor_status_change()
424 vgpu_vreg_t(vgpu, SDEISR) |= SDE_PORTB_HOTPLUG_CPT; in emulate_monitor_status_change()
434 vgpu_vreg_t(vgpu, SDEISR) |= SDE_PORTC_HOTPLUG_CPT; in emulate_monitor_status_change()
460 vgpu_vreg_t(vgpu, SDEISR) |= SDE_PORTD_HOTPLUG_CPT; in emulate_monitor_status_change()
484 vgpu_vreg_t(vgpu, SDEISR) |= SDE_PORTE_HOTPLUG_SPT; in emulate_monitor_status_change()
492 vgpu_vreg_t(vgpu, SDEISR) |= SDE_PORTA_HOTPLUG_SPT; in emulate_monitor_status_change()
681 vgpu_vreg_t(vgpu, SDEISR) |= SDE_PORTD_HOTPLUG_CPT; in intel_vgpu_emulate_hotplug()
685 vgpu_vreg_t(vgpu, SDEISR) &= ~SDE_PORTD_HOTPLUG_CPT; in intel_vgpu_emulate_hotplug()
Dinterrupt.c502 .reg_base = SDEISR,
/linux-6.6.21/drivers/gpu/drm/i915/display/
Dintel_tc.c463 pch_isr = intel_de_read(i915, SDEISR); in icl_tc_phy_hpd_live_status()
748 pch_isr = intel_de_read(i915, SDEISR); in adlp_tc_phy_hpd_live_status()
936 pch_isr = intel_de_read(i915, SDEISR); in xelpdp_tc_phy_hpd_live_status()
Dg4x_dp.c1180 return intel_de_read(dev_priv, SDEISR) & bit; in ibx_digital_port_connected()
Dintel_ddi.c4461 return intel_de_read(dev_priv, SDEISR) & bit; in lpt_digital_port_connected()
/linux-6.6.21/drivers/gpu/drm/i915/
Dintel_gvt_mmio_table.c55 MMIO_D(SDEISR); in iterate_generic_mmio()
Di915_reg.h4861 #define SDEISR _MMIO(0xc4000) macro