Home
last modified time | relevance | path

Searched refs:NVIF_NOTIFY_DROP (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.4/drivers/gpu/drm/nouveau/nvif/
Dnotify.c118 int ret = NVIF_NOTIFY_DROP; in nvif_notify()
122 return NVIF_NOTIFY_DROP; in nvif_notify()
133 return NVIF_NOTIFY_DROP; in nvif_notify()
/Linux-v5.4/drivers/gpu/drm/nouveau/
Dnouveau_usif.c85 return NVIF_NOTIFY_DROP; in usif_notify()
89 return NVIF_NOTIFY_DROP; in usif_notify()
92 return NVIF_NOTIFY_DROP; in usif_notify()
118 return NVIF_NOTIFY_DROP; in usif_notify()
Dnouveau_fence.c160 ret = NVIF_NOTIFY_DROP; in nouveau_fence_wait_uevent_handler()
Dnouveau_chan.c58 return NVIF_NOTIFY_DROP; in nouveau_channel_killed()
Dnouveau_connector.c1151 return NVIF_NOTIFY_DROP; in nouveau_connector_hotplug()
/Linux-v5.4/drivers/gpu/drm/nouveau/include/nvif/
Dnotify.h14 #define NVIF_NOTIFY_DROP 0 macro