/kernel/linux/linux-5.10/drivers/gpu/drm/gma500/ |
H A D | cdv_intel_crt.c | 171 if ((REG_READ(PORT_HOTPLUG_STAT) & CRT_HOTPLUG_MONITOR_MASK) != in cdv_intel_crt_detect_hotplug() 176 REG_WRITE(PORT_HOTPLUG_STAT, CRT_HOTPLUG_INT_STATUS); in cdv_intel_crt_detect_hotplug()
|
H A D | cdv_device.c | 438 REG_WRITE(PORT_HOTPLUG_STAT, REG_READ(PORT_HOTPLUG_STAT)); in cdv_hotplug_event() 451 REG_WRITE(PORT_HOTPLUG_STAT, REG_READ(PORT_HOTPLUG_STAT)); in cdv_hotplug_enable()
|
H A D | psb_irq.c | 296 REG_WRITE(PORT_HOTPLUG_STAT, REG_READ(PORT_HOTPLUG_STAT)); in psb_irq_handler()
|
H A D | psb_intel_reg.h | 391 #define PORT_HOTPLUG_STAT 0x61114 macro
|
/kernel/linux/linux-6.6/drivers/gpu/drm/gma500/ |
H A D | cdv_intel_crt.c | 173 if ((REG_READ(PORT_HOTPLUG_STAT) & CRT_HOTPLUG_MONITOR_MASK) != in cdv_intel_crt_detect_hotplug() 178 REG_WRITE(PORT_HOTPLUG_STAT, CRT_HOTPLUG_INT_STATUS); in cdv_intel_crt_detect_hotplug()
|
H A D | cdv_device.c | 419 REG_WRITE(PORT_HOTPLUG_STAT, REG_READ(PORT_HOTPLUG_STAT)); in cdv_hotplug_event() 432 REG_WRITE(PORT_HOTPLUG_STAT, REG_READ(PORT_HOTPLUG_STAT)); in cdv_hotplug_enable()
|
H A D | psb_irq.c | 236 REG_WRITE(PORT_HOTPLUG_STAT, REG_READ(PORT_HOTPLUG_STAT)); in gma_irq_handler()
|
H A D | psb_intel_reg.h | 391 #define PORT_HOTPLUG_STAT 0x61114 macro
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/ |
H A D | i915_irq.c | 1471 * bits in PORT_HOTPLUG_STAT. Otherwise the ISR port in i9xx_hpd_irq_ack() 1479 u32 tmp = I915_READ(PORT_HOTPLUG_STAT) & hotplug_status_mask; in i9xx_hpd_irq_ack() 1485 I915_WRITE(PORT_HOTPLUG_STAT, hotplug_status); in i9xx_hpd_irq_ack() 1489 "PORT_HOTPLUG_STAT did not clear (0x%08x)\n", in i9xx_hpd_irq_ack() 1490 I915_READ(PORT_HOTPLUG_STAT)); in i9xx_hpd_irq_ack() 1583 * from PIPESTAT/PORT_HOTPLUG_STAT, hence clear it last. in valleyview_irq_handler() 1665 * from PIPESTAT/PORT_HOTPLUG_STAT, hence clear it last. in cherryview_irq_handler() 2754 intel_uncore_write(uncore, PORT_HOTPLUG_STAT, I915_READ(PORT_HOTPLUG_STAT)); in vlv_display_irq_reset() 3702 I915_WRITE(PORT_HOTPLUG_STAT, I915_REA in i915_irq_reset() [all...] |
H A D | i915_reg.h | 4714 #define PORT_HOTPLUG_STAT _MMIO(DISPLAY_MMIO_BASE(dev_priv) + 0x61114) macro
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/ |
H A D | intel_hotplug_irq.c | 429 * bits in PORT_HOTPLUG_STAT. Otherwise the ISR port in i9xx_hpd_irq_ack() 437 u32 tmp = intel_uncore_read(&dev_priv->uncore, PORT_HOTPLUG_STAT) & hotplug_status_mask; in i9xx_hpd_irq_ack() 443 intel_uncore_write(&dev_priv->uncore, PORT_HOTPLUG_STAT, hotplug_status); in i9xx_hpd_irq_ack() 447 "PORT_HOTPLUG_STAT did not clear (0x%08x)\n", in i9xx_hpd_irq_ack() 448 intel_uncore_read(&dev_priv->uncore, PORT_HOTPLUG_STAT)); in i9xx_hpd_irq_ack()
|
H A D | intel_crt.c | 607 stat = intel_de_read(dev_priv, PORT_HOTPLUG_STAT); in intel_crt_detect_hotplug() 612 intel_de_write(dev_priv, PORT_HOTPLUG_STAT, CRT_HOTPLUG_INT_STATUS); in intel_crt_detect_hotplug()
|
H A D | g4x_dp.c | 1203 return intel_de_read(dev_priv, PORT_HOTPLUG_STAT) & bit; in g4x_digital_port_connected()
|
H A D | intel_display_irq.c | 1377 intel_uncore_rmw(uncore, PORT_HOTPLUG_STAT, 0, 0); in vlv_display_irq_reset()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/display/ |
H A D | intel_crt.c | 588 stat = intel_de_read(dev_priv, PORT_HOTPLUG_STAT); in intel_crt_detect_hotplug() 593 intel_de_write(dev_priv, PORT_HOTPLUG_STAT, CRT_HOTPLUG_INT_STATUS); in intel_crt_detect_hotplug()
|
H A D | intel_dp.c | 6123 return intel_de_read(dev_priv, PORT_HOTPLUG_STAT) & bit; in g4x_digital_port_connected() 6146 return intel_de_read(dev_priv, PORT_HOTPLUG_STAT) & bit; in gm45_digital_port_connected()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/ |
H A D | i915_irq.c | 311 * from PIPESTAT/PORT_HOTPLUG_STAT, hence clear it last. in valleyview_irq_handler() 394 * from PIPESTAT/PORT_HOTPLUG_STAT, hence clear it last. in cherryview_irq_handler() 1041 intel_uncore_rmw(&dev_priv->uncore, PORT_HOTPLUG_STAT, 0, 0); in i915_irq_reset() 1150 intel_uncore_rmw(uncore, PORT_HOTPLUG_STAT, 0, 0); in i965_irq_reset()
|
H A D | i915_reg.h | 2178 #define PORT_HOTPLUG_STAT _MMIO(DISPLAY_MMIO_BASE(dev_priv) + 0x61114) macro
|