Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/display/
H A Dxe_display_bo.c51 if (!(bo->flags & XE_BO_FLAG_FORCE_WC) && in xe_display_bo_framebuffer_init()
64 bo->flags |= XE_BO_FLAG_FORCE_WC; in xe_display_bo_framebuffer_init()
152 XE_BO_FLAG_FORCE_WC | in xe_display_bo_fbdev_create()
H A Dxe_fb_pin.c173 XE_BO_FLAG_FORCE_WC, in __xe_pin_fb_vma_dpt()
317 drm_WARN_ON(bo->ttm.base.dev, !(bo->flags & XE_BO_FLAG_FORCE_WC) && in __xe_pin_fb_vma()
/linux/drivers/gpu/drm/xe/
H A Dxe_bo.h41 #define XE_BO_FLAG_FORCE_WC BIT(10) macro
H A Dxe_bo.c515 if ((!bo->cpu_caching && bo->flags & XE_BO_FLAG_FORCE_WC) || in xe_ttm_tt_create()
3572 bo_flags |= XE_BO_FLAG_FORCE_WC; in xe_gem_create_ioctl()
3604 if (XE_IOCTL_DBG(xe, bo_flags & XE_BO_FLAG_FORCE_WC && in xe_gem_create_ioctl()
4074 XE_BO_FLAG_FORCE_WC | in xe_bo_dumb_create()