Searched refs:SDEISR (Results 1 - 14 of 14) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gvt/ |
H A D | display.c | 353 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()
|
H A D | interrupt.c | 463 .reg_base = SDEISR,
|
H A D | handlers.c | 1945 MMIO_D(SDEISR, D_ALL); in init_generic_mmio_info()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gvt/ |
H A D | display.c | 358 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()
|
H A D | interrupt.c | 502 .reg_base = SDEISR,
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/ |
H A D | intel_tc.c | 463 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()
|
H A D | g4x_dp.c | 1180 return intel_de_read(dev_priv, SDEISR) & bit; in ibx_digital_port_connected()
|
H A D | intel_ddi.c | 4461 return intel_de_read(dev_priv, SDEISR) & bit; in lpt_digital_port_connected()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/display/ |
H A D | intel_tc.c | 231 if (intel_uncore_read(uncore, SDEISR) & isr_bit) in tc_port_live_status_mask()
|
H A D | intel_ddi.c | 4884 return intel_de_read(dev_priv, SDEISR) & bit; in lpt_digital_port_connected()
|
H A D | intel_dp.c | 6100 return intel_de_read(dev_priv, SDEISR) & bit; in ibx_digital_port_connected()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/ |
H A D | intel_gvt_mmio_table.c | 55 MMIO_D(SDEISR); in iterate_generic_mmio()
|
H A D | i915_reg.h | 4861 #define SDEISR _MMIO(0xc4000) macro
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/ |
H A D | i915_reg.h | 8243 #define SDEISR _MMIO(0xc4000) macro
|
Completed in 98 milliseconds