Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/ !
H A Dxe_pxp_submit.c87 size_t inout_size) in allocate_gsc_client_resources() argument
119 bo = xe_bo_create_pin_map(xe, tile, vm, PXP_BB_SIZE + inout_size * 2, in allocate_gsc_client_resources()
156 gsc_res->inout_size = inout_size; in allocate_gsc_client_resources()
159 gsc_res->msg_out = IOSYS_MAP_INIT_OFFSET(&bo->vmap, PXP_BB_SIZE + inout_size); in allocate_gsc_client_resources()
418 const size_t max_msg_size = gsc_res->inout_size - sizeof(struct intel_gsc_mtl_header); in gsccs_send_message()
449 wr_offset + msg_in_size, PXP_BB_SIZE + gsc_res->inout_size, in gsccs_send_message()
H A Dxe_pxp_types.h55 u32 inout_size; member