Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/i915/gvt/
H A Ddisplay.c365 vgpu_vreg_t(vgpu, SDEISR) &= ~(SDE_PORTB_HOTPLUG_CPT | in emulate_monitor_status_change()
373 vgpu_vreg_t(vgpu, SDEISR) &= ~(SDE_PORTA_HOTPLUG_SPT | in emulate_monitor_status_change()
431 vgpu_vreg_t(vgpu, SDEISR) |= SDE_PORTB_HOTPLUG_CPT; in emulate_monitor_status_change()
441 vgpu_vreg_t(vgpu, SDEISR) |= SDE_PORTC_HOTPLUG_CPT; in emulate_monitor_status_change()
467 vgpu_vreg_t(vgpu, SDEISR) |= SDE_PORTD_HOTPLUG_CPT; in emulate_monitor_status_change()
491 vgpu_vreg_t(vgpu, SDEISR) |= SDE_PORTE_HOTPLUG_SPT; in emulate_monitor_status_change()
499 vgpu_vreg_t(vgpu, SDEISR) |= SDE_PORTA_HOTPLUG_SPT; in emulate_monitor_status_change()
688 vgpu_vreg_t(vgpu, SDEISR) |= SDE_PORTD_HOTPLUG_CPT; in intel_vgpu_emulate_hotplug()
692 vgpu_vreg_t(vgpu, SDEISR) &= ~SDE_PORTD_HOTPLUG_CPT; in intel_vgpu_emulate_hotplug()
H A Dinterrupt.c517 .reg_base = SDEISR,
/linux/drivers/gpu/drm/i915/display/
H A Dintel_tc.c501 pch_isr = intel_de_read(i915, SDEISR); in icl_tc_phy_hpd_live_status()
786 pch_isr = intel_de_read(i915, SDEISR); in adlp_tc_phy_hpd_live_status()
974 pch_isr = intel_de_read(i915, SDEISR); in xelpdp_tc_phy_hpd_live_status()
H A Dg4x_dp.c1201 return intel_de_read(display, SDEISR) & bit; in ibx_digital_port_connected()
H A Dintel_ddi.c4607 return intel_de_read(dev_priv, SDEISR) & bit; in lpt_digital_port_connected()
/linux/drivers/gpu/drm/i915/
H A Dintel_gvt_mmio_table.c63 MMIO_D(SDEISR); in iterate_generic_mmio()
H A Di915_reg.h3013 #define SDEISR _MMIO(0xc4000) macro