Searched refs:DRM_BRIDGE_OP_HPD (Results 1 - 25 of 25) sorted by relevance

/linux-master/drivers/gpu/drm/msm/dp/
H A Ddp_drm.c57 if (bridge->ops & DRM_BRIDGE_OP_HPD)
322 DRM_BRIDGE_OP_HPD |
/linux-master/drivers/gpu/drm/bridge/
H A Dti-tpd12s015.c173 tpd->bridge.ops |= DRM_BRIDGE_OP_HPD;
H A Daux-hpd-bridge.c180 data->bridge.ops = DRM_BRIDGE_OP_HPD;
H A Dti-tfp410.c146 if (dvi->next_bridge->ops & DRM_BRIDGE_OP_HPD) {
176 if (dvi->connector.dev && dvi->next_bridge->ops & DRM_BRIDGE_OP_HPD) {
H A Dchrontel-ch7033.c292 if (priv->next_bridge->ops & DRM_BRIDGE_OP_HPD) {
315 if (priv->next_bridge->ops & DRM_BRIDGE_OP_HPD)
H A Ddisplay-connector.c369 conn->bridge.ops |= DRM_BRIDGE_OP_HPD;
H A Dlontium-lt8912b.c539 if (lt->hdmi_port->ops & DRM_BRIDGE_OP_HPD) {
604 if (lt->connector.dev && lt->hdmi_port->ops & DRM_BRIDGE_OP_HPD)
H A Dsii902x.c1105 sii902x->bridge.ops |= DRM_BRIDGE_OP_HPD;
H A Dlontium-lt9611uxc.c945 lt9611uxc->bridge.ops |= DRM_BRIDGE_OP_HPD;
H A Dlontium-lt9611.c1119 DRM_BRIDGE_OP_HPD | DRM_BRIDGE_OP_MODES;
H A Dite-it66121.c1585 ctx->bridge.ops |= DRM_BRIDGE_OP_HPD;
H A Dite-it6505.c3453 DRM_BRIDGE_OP_HPD;
/linux-master/drivers/gpu/drm/
H A Ddrm_bridge_connector.c72 * hot-plug detection notification, if any (see &DRM_BRIDGE_OP_HPD).
358 if (bridge->ops & DRM_BRIDGE_OP_HPD)
H A Ddrm_bridge.c1263 * Hot plug detection is supported only if the DRM_BRIDGE_OP_HPD flag is set in
1275 if (!(bridge->ops & DRM_BRIDGE_OP_HPD))
1303 * Hot plug detection is supported only if the DRM_BRIDGE_OP_HPD flag is set in
1308 if (!(bridge->ops & DRM_BRIDGE_OP_HPD))
H A Ddrm_debugfs.c609 if (bridge->ops & DRM_BRIDGE_OP_HPD)
/linux-master/include/drm/
H A Ddrm_bridge.h615 * the DRM_BRIDGE_OP_HPD flag in their &drm_bridge->ops.
629 * the DRM_BRIDGE_OP_HPD flag in their &drm_bridge->ops.
694 * @DRM_BRIDGE_OP_HPD: The bridge can detect hot-plug and hot-unplug
700 DRM_BRIDGE_OP_HPD = BIT(2), enumerator in enum:drm_bridge_ops
/linux-master/drivers/gpu/drm/msm/hdmi/
H A Dhdmi_bridge.c339 bridge->ops = DRM_BRIDGE_OP_HPD |
/linux-master/drivers/platform/arm64/
H A Dacer-aspire1-ec.c501 ec->bridge.ops = DRM_BRIDGE_OP_HPD;
/linux-master/drivers/gpu/drm/xlnx/
H A Dzynqmp_dp.c1778 | DRM_BRIDGE_OP_HPD;
/linux-master/drivers/gpu/drm/bridge/adv7511/
H A Dadv7511_drv.c1324 adv7511->bridge.ops |= DRM_BRIDGE_OP_HPD;
/linux-master/drivers/gpu/drm/mediatek/
H A Dmtk_hdmi.c1740 | DRM_BRIDGE_OP_HPD;
H A Dmtk_dp.c2713 DRM_BRIDGE_OP_EDID | DRM_BRIDGE_OP_HPD;
/linux-master/drivers/gpu/drm/bridge/analogix/
H A Danx7625.c2616 platform->bridge.ops |= DRM_BRIDGE_OP_HPD |
/linux-master/drivers/gpu/drm/bridge/cadence/
H A Dcdns-mhdp8546-core.c2563 DRM_BRIDGE_OP_HPD;
/linux-master/drivers/gpu/drm/bridge/synopsys/
H A Ddw-hdmi.c3525 | DRM_BRIDGE_OP_HPD;

Completed in 657 milliseconds