Home
last modified time | relevance | path

Searched refs:ntfy (Results 1 - 4 of 4) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
H A Dnv30_query.c41 volatile void *ntfy = NULL; in nv30_ntfy() local
44 ntfy = (char *)notify->map + query->offset + qo->hw->start; in nv30_ntfy()
46 return ntfy; in nv30_ntfy()
54 volatile uint32_t *ntfy = nv30_ntfy(screen, qo); in nv30_query_object_del() local
55 while (ntfy[3] & 0xff000000) { in nv30_query_object_del()
67 volatile uint32_t *ntfy; in nv30_query_object_new() local
82 ntfy = nv30_ntfy(screen, qo); in nv30_query_object_new()
83 ntfy[0] = 0x00000000; in nv30_query_object_new()
84 ntfy[1] = 0x00000000; in nv30_query_object_new()
85 ntfy[ in nv30_query_object_new()
[all...]
H A Dnv30_screen.c562 nouveau_object_del(&screen->ntfy); in nv30_screen_destroy()
701 &screen->ntfy); in nv30_screen_create()
747 PUSH_DATA (push, screen->ntfy->handle); in nv30_screen_create()
819 PUSH_DATA (push, screen->ntfy->handle); in nv30_screen_create()
829 PUSH_DATA (push, screen->ntfy->handle); in nv30_screen_create()
844 PUSH_DATA (push, screen->ntfy->handle); in nv30_screen_create()
859 PUSH_DATA (push, screen->ntfy->handle); in nv30_screen_create()
H A Dnv30_screen.h25 struct nouveau_object *ntfy; member
/third_party/libdrm/nouveau/
H A Dabi16.c150 struct nv04_notify *ntfy = obj->data; in abi16_ntfy() local
153 .handle = ntfy->object->handle, in abi16_ntfy()
154 .size = ntfy->length, in abi16_ntfy()
163 ntfy->offset = req.offset; in abi16_ntfy()
164 ntfy->object->length = sizeof(*ntfy); in abi16_ntfy()

Completed in 3 milliseconds