Home
last modified time | relevance | path

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

/linux-4.4.14/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-4.4.14/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.c161 ret = NVIF_NOTIFY_DROP; in nouveau_fence_wait_uevent_handler()
/linux-4.4.14/drivers/gpu/drm/nouveau/include/nvif/
Dnotify.h13 #define NVIF_NOTIFY_DROP 0 macro