Home
last modified time | relevance | path

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

/drivers/gpu/drm/i915/gvt/
Ddisplay.c353 vgpu_vreg_t(vgpu, SDEISR) &= ~(SDE_PORTB_HOTPLUG_CPT | in emulate_monitor_status_change()
361 vgpu_vreg_t(vgpu, SDEISR) &= ~(SDE_PORTA_HOTPLUG_SPT | in emulate_monitor_status_change()
419 vgpu_vreg_t(vgpu, SDEISR) |= SDE_PORTB_HOTPLUG_CPT; in emulate_monitor_status_change()
429 vgpu_vreg_t(vgpu, SDEISR) |= SDE_PORTC_HOTPLUG_CPT; in emulate_monitor_status_change()
455 vgpu_vreg_t(vgpu, SDEISR) |= SDE_PORTD_HOTPLUG_CPT; in emulate_monitor_status_change()
479 vgpu_vreg_t(vgpu, SDEISR) |= SDE_PORTE_HOTPLUG_SPT; in emulate_monitor_status_change()
487 vgpu_vreg_t(vgpu, SDEISR) |= SDE_PORTA_HOTPLUG_SPT; in emulate_monitor_status_change()
667 vgpu_vreg_t(vgpu, SDEISR) |= SDE_PORTD_HOTPLUG_CPT; in intel_vgpu_emulate_hotplug()
671 vgpu_vreg_t(vgpu, SDEISR) &= ~SDE_PORTD_HOTPLUG_CPT; in intel_vgpu_emulate_hotplug()
Dinterrupt.c463 .reg_base = SDEISR,
Dhandlers.c1945 MMIO_D(SDEISR, D_ALL); in init_generic_mmio_info()
/drivers/gpu/drm/i915/display/
Dintel_tc.c231 if (intel_uncore_read(uncore, SDEISR) & isr_bit) in tc_port_live_status_mask()
Dintel_ddi.c4884 return intel_de_read(dev_priv, SDEISR) & bit; in lpt_digital_port_connected()
Dintel_dp.c6100 return intel_de_read(dev_priv, SDEISR) & bit; in ibx_digital_port_connected()
/drivers/gpu/drm/i915/
Di915_reg.h8243 #define SDEISR _MMIO(0xc4000) macro