Home
last modified time | relevance | path

Searched refs:NVIF_NOTIFY_CONN_V0_UNPLUG (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/include/nvif/
H A Devent.h40 #define NVIF_NOTIFY_CONN_V0_UNPLUG 0x02 macro
/OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/nvkm/engine/disp/
H A Dconn.c45 rep.mask = NVIF_NOTIFY_CONN_V0_UNPLUG; in nvkm_conn_hpd()
H A Ddp.c554 rep.mask |= NVIF_NOTIFY_CONN_V0_UNPLUG; in nvkm_dp_hpd()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/
H A Dnouveau_connector.c1153 bool plugged = (rep->mask != NVIF_NOTIFY_CONN_V0_UNPLUG); in nouveau_connector_hotplug()