Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/
H A Dnouveau_dp.c191 bool send_hpd = false; in nouveau_dp_irq() local
203 send_hpd = true; in nouveau_dp_irq()
210 send_hpd = true; in nouveau_dp_irq()
218 if (send_hpd) in nouveau_dp_irq()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/display/
H A Dintel_fbdev.c540 bool send_hpd = false; in intel_fbdev_hpd_set_suspend() local
544 send_hpd = !ifbdev->hpd_suspended && ifbdev->hpd_waiting; in intel_fbdev_hpd_set_suspend()
548 if (send_hpd) { in intel_fbdev_hpd_set_suspend()
610 bool send_hpd; in intel_fbdev_output_poll_changed() local
618 send_hpd = !ifbdev->hpd_suspended; in intel_fbdev_output_poll_changed()
622 if (send_hpd && (ifbdev->vma || ifbdev->helper.deferred_setup)) in intel_fbdev_output_poll_changed()