Home
last modified time | relevance | path

Searched refs:LRC_WA_BB_SIZE (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/gpu/drm/xe/
H A Dxe_lrc.h47 #define LRC_WA_BB_SIZE SZ_4K macro
H A Dxe_lrc.c785 u32 offset = xe_bo_size(lrc->bo) - LRC_WA_BB_SIZE - in __xe_lrc_indirect_ring_offset()
796 return xe_bo_size(lrc->bo) - LRC_WA_BB_SIZE - LRC_INDIRECT_CTX_BO_SIZE; in __xe_lrc_indirect_ctx_offset()
801 return xe_bo_size(lrc->bo) - LRC_WA_BB_SIZE; in __xe_lrc_wa_bb_offset()
1297 .max_size = LRC_WA_BB_SIZE, in xe_lrc_setup_wa_bb_with_scratch()
1327 buf = kmalloc(LRC_WA_BB_SIZE, GFP_KERNEL); in setup_wa_bb()
1441 u32 bo_size = ring_size + lrc_size + LRC_WA_BB_SIZE; in xe_lrc_init()
H A Dxe_gt_sriov_vf.c1249 return max(xe_lrc_reg_size(xe), LRC_WA_BB_SIZE); in post_migration_scratch_size()