Home
last modified time | relevance | path

Searched refs:send_hpd (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/drivers/gpu/drm/nouveau/
Dnouveau_dp.c206 bool send_hpd = false; in nouveau_dp_irq() local
218 send_hpd = true; in nouveau_dp_irq()
225 send_hpd = true; in nouveau_dp_irq()
233 if (send_hpd) in nouveau_dp_irq()
/linux-5.19.10/drivers/gpu/drm/i915/display/
Dintel_fbdev.c600 bool send_hpd = false; in intel_fbdev_hpd_set_suspend() local
604 send_hpd = !ifbdev->hpd_suspended && ifbdev->hpd_waiting; in intel_fbdev_hpd_set_suspend()
608 if (send_hpd) { in intel_fbdev_hpd_set_suspend()
670 bool send_hpd; in intel_fbdev_output_poll_changed() local
678 send_hpd = !ifbdev->hpd_suspended; in intel_fbdev_output_poll_changed()
682 if (send_hpd && (ifbdev->vma || ifbdev->helper.deferred_setup)) in intel_fbdev_output_poll_changed()