Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/
H A Dxe_bo.h44 #define XE_BO_FLAG_NEEDS_2M BIT(16) macro
H A Dxe_bo.c2333 (flags & (XE_BO_FLAG_NEEDS_64K | XE_BO_FLAG_NEEDS_2M)))) { in xe_bo_init_locked()
2334 size_t align = flags & XE_BO_FLAG_NEEDS_2M ? SZ_2M : SZ_64K; in xe_bo_init_locked()