Home
last modified time | relevance | path

Searched refs:PCH_PORT_HOTPLUG (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/drivers/gpu/drm/i915/gvt/
H A Ddisplay.c234 vgpu_vreg_t(vgpu, PCH_PORT_HOTPLUG) &= in emulate_monitor_status_change()
236 vgpu_vreg_t(vgpu, PCH_PORT_HOTPLUG) &= in emulate_monitor_status_change()
238 vgpu_vreg_t(vgpu, PCH_PORT_HOTPLUG) &= in emulate_monitor_status_change()
300 vgpu_vreg_t(vgpu, PCH_PORT_HOTPLUG) |= in emulate_monitor_status_change()
331 vgpu_vreg_t(vgpu, PCH_PORT_HOTPLUG) |= in emulate_monitor_status_change()
362 vgpu_vreg_t(vgpu, PCH_PORT_HOTPLUG) |= in emulate_monitor_status_change()
703 vgpu_vreg_t(vgpu, PCH_PORT_HOTPLUG) |= in intel_vgpu_emulate_hotplug()
717 vgpu_vreg_t(vgpu, PCH_PORT_HOTPLUG) &= in intel_vgpu_emulate_hotplug()
719 vgpu_vreg_t(vgpu, PCH_PORT_HOTPLUG) |= in intel_vgpu_emulate_hotplug()
737 vgpu_vreg_t(vgpu, PCH_PORT_HOTPLUG) &= in intel_vgpu_emulate_hotplug()
[all …]
H A Dhandlers.c2348 MMIO_RO(PCH_PORT_HOTPLUG, D_ALL, 0, in init_generic_mmio_info()
/linux-6.15/drivers/gpu/drm/i915/display/
H A Dintel_hotplug_irq.c494 dig_hotplug_reg = intel_uncore_read(&dev_priv->uncore, PCH_PORT_HOTPLUG); in ibx_hpd_irq_handler()
503 intel_uncore_write(&dev_priv->uncore, PCH_PORT_HOTPLUG, dig_hotplug_reg); in ibx_hpd_irq_handler()
607 dig_hotplug_reg = intel_uncore_rmw(&dev_priv->uncore, PCH_PORT_HOTPLUG, 0, 0); in spt_irq_handler()
651 dig_hotplug_reg = intel_uncore_rmw(&dev_priv->uncore, PCH_PORT_HOTPLUG, 0, 0); in bxt_hpd_irq_handler()
745 intel_uncore_rmw(&dev_priv->uncore, PCH_PORT_HOTPLUG, in ibx_hpd_detection_setup()
754 intel_uncore_rmw(&i915->uncore, PCH_PORT_HOTPLUG, in ibx_hpd_enable_detection()
1202 intel_uncore_rmw(&dev_priv->uncore, PCH_PORT_HOTPLUG, in spt_hpd_detection_setup()
1222 intel_uncore_rmw(&i915->uncore, PCH_PORT_HOTPLUG, in spt_hpd_enable_detection()
1349 intel_uncore_rmw(&dev_priv->uncore, PCH_PORT_HOTPLUG, in bxt_hpd_detection_setup()
1358 intel_uncore_rmw(&i915->uncore, PCH_PORT_HOTPLUG, in bxt_hpd_enable_detection()
/linux-6.15/drivers/gpu/drm/i915/
H A Dintel_gvt_mmio_table.c410 MMIO_D(PCH_PORT_HOTPLUG); in iterate_generic_mmio()
H A Di915_reg.h2732 #define PCH_PORT_HOTPLUG _MMIO(0xc4030) /* SHOTPLUG_CTL */ macro