Home
last modified time | relevance | path

Searched refs:NVIF_NOTIFY_USER (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/nvif/
H A Dnouveau_nvif_notify.c59 test_and_clear_bit(NVIF_NOTIFY_USER, &notify->flags)) { in nvif_notify_put()
90 !test_and_set_bit(NVIF_NOTIFY_USER, &notify->flags)) in nvif_notify_get()
100 !test_and_clear_bit(NVIF_NOTIFY_USER, &notify->flags)) { in nvif_notify_func()
/netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvif/
H A Dnotify.h11 #define NVIF_NOTIFY_USER 0 macro