Home
last modified time | relevance | path

Searched refs:HPD_PORT_A (Results 1 – 6 of 6) sorted by relevance

/drivers/gpu/drm/i915/gvt/
Ddisplay.c181 ~(GEN8_DE_PORT_HOTPLUG(HPD_PORT_A) | in emulate_monitor_status_change()
288 GEN8_DE_PORT_HOTPLUG(HPD_PORT_A); in emulate_monitor_status_change()
486 GEN8_DE_PORT_HOTPLUG(HPD_PORT_A); in emulate_monitor_status_change()
691 GEN8_DE_PORT_HOTPLUG(HPD_PORT_A); in intel_vgpu_emulate_hotplug()
694 ~GEN8_DE_PORT_HOTPLUG(HPD_PORT_A); in intel_vgpu_emulate_hotplug()
697 GEN8_DE_PORT_HOTPLUG(HPD_PORT_A); in intel_vgpu_emulate_hotplug()
/drivers/gpu/drm/i915/
Di915_irq.c86 [HPD_PORT_A] = DE_DP_A_HOTPLUG,
90 [HPD_PORT_A] = DE_DP_A_HOTPLUG_IVB,
94 [HPD_PORT_A] = GEN8_DE_PORT_HOTPLUG(HPD_PORT_A),
114 [HPD_PORT_A] = SDE_PORTA_HOTPLUG_SPT,
149 [HPD_PORT_A] = GEN8_DE_PORT_HOTPLUG(HPD_PORT_A),
164 [HPD_PORT_A] = SDE_DDI_HOTPLUG_ICP(HPD_PORT_A),
176 [HPD_PORT_A] = SDE_DDI_HOTPLUG_ICP(HPD_PORT_A),
1101 case HPD_PORT_A: in bxt_port_hotplug_long_detect()
1115 case HPD_PORT_A: in icp_ddi_port_hotplug_long_detect()
1153 case HPD_PORT_A: in spt_port_hotplug_long_detect()
[all …]
Di915_drv.h126 HPD_PORT_A, enumerator
Di915_reg.h7997 #define _HPD_PIN_DDI(hpd_pin) ((hpd_pin) - HPD_PORT_A)
8014 #define BXT_DE_PORT_HOTPLUG_MASK (GEN8_DE_PORT_HOTPLUG(HPD_PORT_A) | \
8017 #define BDW_DE_PORT_HOTPLUG_MASK GEN8_DE_PORT_HOTPLUG(HPD_PORT_A)
8576 SDE_DDI_HOTPLUG_ICP(HPD_PORT_A))
/drivers/gpu/drm/i915/display/
Dintel_ddi.c4341 return HPD_PORT_A + port - PORT_A; in xelpd_hpd_pin()
4350 return HPD_PORT_A + port - PORT_A; in dg1_hpd_pin()
4359 return HPD_PORT_A + port - PORT_A; in tgl_hpd_pin()
4371 return HPD_PORT_A + port - PORT_A; in rkl_hpd_pin()
4380 return HPD_PORT_A + port - PORT_A; in icl_hpd_pin()
4387 return HPD_PORT_A; in ehl_hpd_pin()
4392 return HPD_PORT_A + port - PORT_A; in ehl_hpd_pin()
4400 return HPD_PORT_A + port - PORT_A; in skl_hpd_pin()
Dintel_hotplug.c89 return HPD_PORT_A + port - PORT_A; in intel_hpd_pin_default()