Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/xe/display/
Dintel_fb_bo.c37 !(bo->flags & XE_BO_FLAG_NEEDS_64K))) in intel_fb_bo_framebuffer_init()
/linux-6.12.1/drivers/gpu/drm/xe/
Dxe_bo.h39 #define XE_BO_FLAG_NEEDS_64K BIT(15) macro
Dxe_lmtt.c74 XE_BO_FLAG_NEEDS_64K | XE_BO_FLAG_PINNED); in lmtt_pt_alloc()
Dxe_bo.c1291 (flags & (XE_BO_FLAG_NEEDS_64K | XE_BO_FLAG_NEEDS_2M)))) { in ___xe_bo_create_locked()
2017 bo_flags |= XE_BO_FLAG_NEEDS_64K; in xe_gem_create_ioctl()