Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/nouveau/
Dnouveau_dp.c216 bool send_hpd = false; in nouveau_dp_irq() local
228 send_hpd = true; in nouveau_dp_irq()
235 send_hpd = true; in nouveau_dp_irq()
243 if (send_hpd) in nouveau_dp_irq()
/linux-6.1.9/drivers/gpu/drm/i915/display/
Dintel_fbdev.c607 bool send_hpd = false; in intel_fbdev_hpd_set_suspend() local
611 send_hpd = !ifbdev->hpd_suspended && ifbdev->hpd_waiting; in intel_fbdev_hpd_set_suspend()
615 if (send_hpd) { in intel_fbdev_hpd_set_suspend()
678 bool send_hpd; in intel_fbdev_output_poll_changed() local
686 send_hpd = !ifbdev->hpd_suspended; in intel_fbdev_output_poll_changed()
690 if (send_hpd && (ifbdev->vma || ifbdev->helper.deferred_setup)) in intel_fbdev_output_poll_changed()