Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/omapdrm/displays/
Dconnector-hdmi.c21 struct mutex hpd_lock; member
55 mutex_lock(&ddata->hpd_lock); in hdmic_register_hpd_cb()
58 mutex_unlock(&ddata->hpd_lock); in hdmic_register_hpd_cb()
65 mutex_lock(&ddata->hpd_lock); in hdmic_unregister_hpd_cb()
68 mutex_unlock(&ddata->hpd_lock); in hdmic_unregister_hpd_cb()
84 mutex_lock(&ddata->hpd_lock); in hdmic_hpd_isr()
95 mutex_unlock(&ddata->hpd_lock); in hdmic_hpd_isr()
114 mutex_init(&ddata->hpd_lock); in hdmic_probe()
Dencoder-tpd12s015.c23 struct mutex hpd_lock; member
76 mutex_lock(&ddata->hpd_lock); in tpd_register_hpd_cb()
79 mutex_unlock(&ddata->hpd_lock); in tpd_register_hpd_cb()
86 mutex_lock(&ddata->hpd_lock); in tpd_unregister_hpd_cb()
89 mutex_unlock(&ddata->hpd_lock); in tpd_unregister_hpd_cb()
104 mutex_lock(&ddata->hpd_lock); in tpd_hpd_isr()
115 mutex_unlock(&ddata->hpd_lock); in tpd_hpd_isr()
154 mutex_init(&ddata->hpd_lock); in tpd_probe()
/Linux-v5.4/drivers/gpu/drm/i915/display/
Dintel_fbdev.c455 mutex_init(&ifbdev->hpd_lock); in intel_fbdev_init()
537 mutex_lock(&ifbdev->hpd_lock); in intel_fbdev_hpd_set_suspend()
541 mutex_unlock(&ifbdev->hpd_lock); in intel_fbdev_hpd_set_suspend()
612 mutex_lock(&ifbdev->hpd_lock); in intel_fbdev_output_poll_changed()
615 mutex_unlock(&ifbdev->hpd_lock); in intel_fbdev_output_poll_changed()
Dintel_display_types.h117 struct mutex hpd_lock; member
/Linux-v5.4/drivers/gpu/drm/amd/display/amdgpu_dm/
Damdgpu_dm.h283 struct mutex hpd_lock; member
Damdgpu_dm.c1208 mutex_lock(&aconnector->hpd_lock); in dm_resume()
1224 mutex_unlock(&aconnector->hpd_lock); in dm_resume()
1460 mutex_lock(&aconnector->hpd_lock); in handle_hpd_irq()
1490 mutex_unlock(&aconnector->hpd_lock); in handle_hpd_irq()
1587 mutex_lock(&aconnector->hpd_lock); in handle_hpd_rx_irq()
1630 mutex_unlock(&aconnector->hpd_lock); in handle_hpd_rx_irq()
5026 mutex_init(&aconnector->hpd_lock); in amdgpu_dm_connector_init_helper()