Home
last modified time | relevance | path

Searched refs:hpd_pending (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/
Dnouveau_display.c466 drm->hpd_pending = ~0; in nouveau_display_hpd_resume()
485 pending = drm->hpd_pending; in nouveau_display_hpd_work()
486 drm->hpd_pending = 0; in nouveau_display_hpd_work()
Dnouveau_drv.h209 u32 hpd_pending; member
Dnouveau_connector.c1136 if (!(drm->hpd_pending & mask)) { in nouveau_connector_hpd()
1137 drm->hpd_pending |= mask; in nouveau_connector_hpd()