Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/gpu/drm/nouveau/nvif/
Dnotify.c56 if (test_bit(NVIF_NOTIFY_WORK, &notify->flags)) in nvif_notify_put()
130 if (test_bit(NVIF_NOTIFY_WORK, &notify->flags)) { in nvif_notify()
185 set_bit(NVIF_NOTIFY_WORK, &notify->flags); in nvif_notify_ctor()
/linux-5.19.10/drivers/gpu/drm/nouveau/include/nvif/
Dnotify.h11 #define NVIF_NOTIFY_WORK 1 macro