Home
last modified time | relevance | path

Searched refs:RADEON_GEM_GTT_WC (Results 1 – 4 of 4) sorted by relevance

/dragonfly/sys/dev/drm/radeon/
H A Dradeon_object.c126 } else if ((rbo->flags & RADEON_GEM_GTT_WC) || in radeon_ttm_placement_from_domain()
145 } else if ((rbo->flags & RADEON_GEM_GTT_WC) || in radeon_ttm_placement_from_domain()
222 bo->flags &= ~(RADEON_GEM_GTT_WC | RADEON_GEM_GTT_UC); in radeon_bo_create()
228 bo->flags &= ~(RADEON_GEM_GTT_WC | RADEON_GEM_GTT_UC); in radeon_bo_create()
234 bo->flags &= ~(RADEON_GEM_GTT_WC | RADEON_GEM_GTT_UC); in radeon_bo_create()
245 if (bo->flags & RADEON_GEM_GTT_WC) in radeon_bo_create()
248 bo->flags &= ~(RADEON_GEM_GTT_WC | RADEON_GEM_GTT_UC); in radeon_bo_create()
254 bo->flags &= ~RADEON_GEM_GTT_WC; in radeon_bo_create()
H A Dradeon_ib.c204 RADEON_GEM_GTT_WC); in radeon_ib_pool_init()
H A Dradeon_vm.c955 if (!(bo_va->bo->flags & (RADEON_GEM_GTT_WC | RADEON_GEM_GTT_UC))) in radeon_vm_bo_update()
/dragonfly/sys/dev/drm/include/uapi/drm/
H A Dradeon_drm.h807 #define RADEON_GEM_GTT_WC (1 << 2) macro