Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/
H A Dxe_bo.h38 #define XE_BO_FLAG_FORCE_WC BIT(10) macro
H A Dxe_bo.c516 if ((!bo->cpu_caching && bo->flags & XE_BO_FLAG_FORCE_WC) || in xe_ttm_tt_create()
3378 bo_flags |= XE_BO_FLAG_FORCE_WC; in xe_gem_create_ioctl()
3410 if (XE_IOCTL_DBG(xe, bo_flags & XE_BO_FLAG_FORCE_WC && in xe_gem_create_ioctl()
3878 XE_BO_FLAG_FORCE_WC | in xe_bo_dumb_create()