Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/gpu/drm/nouveau/nvif/
Dnotify.c54 test_and_clear_bit(NVIF_NOTIFY_USER, &notify->flags)) { in nvif_notify_put()
85 !test_and_set_bit(NVIF_NOTIFY_USER, &notify->flags)) in nvif_notify_get()
95 !test_and_clear_bit(NVIF_NOTIFY_USER, &notify->flags)) { in nvif_notify_func()
/linux-5.19.10/drivers/gpu/drm/nouveau/include/nvif/
Dnotify.h10 #define NVIF_NOTIFY_USER 0 macro