Home
last modified time | relevance | path

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

/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()
/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.c168 ret = NVIF_NOTIFY_DROP; in nouveau_fence_wait_uevent_handler()
Dnouveau_chan.c57 return NVIF_NOTIFY_DROP; in nouveau_channel_killed()
/drivers/gpu/drm/nouveau/include/nvif/
Dnotify.h15 #define NVIF_NOTIFY_DROP 0 macro