OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RADEON_GEM_GTT_WC
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_object.c
139
} else if ((rbo->flags &
RADEON_GEM_GTT_WC
) ||
158
} else if ((rbo->flags &
RADEON_GEM_GTT_WC
) ||
231
bo->flags &= ~(
RADEON_GEM_GTT_WC
| RADEON_GEM_GTT_UC);
237
bo->flags &= ~(
RADEON_GEM_GTT_WC
| RADEON_GEM_GTT_UC);
243
bo->flags &= ~(
RADEON_GEM_GTT_WC
| RADEON_GEM_GTT_UC);
254
if (bo->flags &
RADEON_GEM_GTT_WC
)
257
bo->flags &= ~(
RADEON_GEM_GTT_WC
| RADEON_GEM_GTT_UC);
263
bo->flags &= ~
RADEON_GEM_GTT_WC
;
radeon_ib.c
212
RADEON_GEM_GTT_WC
);
radeon_vm.c
962
if (!(bo_va->bo->flags & (
RADEON_GEM_GTT_WC
| RADEON_GEM_GTT_UC)))
/src/sys/external/bsd/drm2/dist/include/uapi/drm/
radeon_drm.h
809
#define
RADEON_GEM_GTT_WC
(1 << 2)
Completed in 14 milliseconds
Indexes created Mon Oct 20 20:10:13 GMT 2025