Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/xe/
H A Dxe_pxp_submit.c83 #define PXP_BB_SIZE XE_PAGE_SIZE macro
110 bo = xe_bo_create_pin_map(xe, tile, vm, PXP_BB_SIZE + inout_size * 2, in allocate_gsc_client_resources()
144 gsc_res->msg_in = IOSYS_MAP_INIT_OFFSET(&bo->vmap, PXP_BB_SIZE); in allocate_gsc_client_resources()
145 gsc_res->msg_out = IOSYS_MAP_INIT_OFFSET(&bo->vmap, PXP_BB_SIZE + inout_size); in allocate_gsc_client_resources()
434 emit_pxp_heci_cmd(xe, &gsc_res->batch, PXP_BB_SIZE, in gsccs_send_message()
435 wr_offset + msg_in_size, PXP_BB_SIZE + gsc_res->inout_size, in gsccs_send_message()