OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NOUVEAU_GEM_DOMAIN_GART
(Results
1 - 4
of
4
) sorted by relevancy
/xsrc/external/mit/libdrm/dist/nouveau/
abi16.c
285
if (info->domain &
NOUVEAU_GEM_DOMAIN_GART
)
319
info->domain |=
NOUVEAU_GEM_DOMAIN_GART
;
322
NOUVEAU_GEM_DOMAIN_GART
;
pushbuf.c
126
if (!(kref->valid_domains &
NOUVEAU_GEM_DOMAIN_GART
))
162
domains |=
NOUVEAU_GEM_DOMAIN_GART
;
183
if ((kref->valid_domains &
NOUVEAU_GEM_DOMAIN_GART
) &&
210
kref->presumed.domain =
NOUVEAU_GEM_DOMAIN_GART
;
585
if (fifo->pushbuf &
NOUVEAU_GEM_DOMAIN_GART
) {
/xsrc/external/mit/MesaLib/dist/src/nouveau/drm-shim/
nouveau_noop.c
123
alloc->pushbuf_domains = NOUVEAU_GEM_DOMAIN_VRAM |
NOUVEAU_GEM_DOMAIN_GART
;
125
alloc->pushbuf_domains =
NOUVEAU_GEM_DOMAIN_GART
;
/xsrc/external/mit/libdrm/dist/include/drm/
nouveau_drm.h
99
#define
NOUVEAU_GEM_DOMAIN_GART
(1 << 2)
Completed in 5 milliseconds
Indexes created Fri Jul 31 00:23:59 UTC 2026