Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/i915/gt/uc/
H A Dintel_gsc_fw.c387 #define GSC_VER_PKT_SZ SZ_4K macro
399 err = intel_guc_allocate_and_map_vma(gt_to_guc(gt), GSC_VER_PKT_SZ * 2, in gsc_fw_query_compatibility_version()
408 msg_out = vaddr + GSC_VER_PKT_SZ; in gsc_fw_query_compatibility_version()
419 offset + GSC_VER_PKT_SZ, in gsc_fw_query_compatibility_version()
420 GSC_VER_PKT_SZ); in gsc_fw_query_compatibility_version()
/linux/drivers/gpu/drm/xe/
H A Dxe_gsc.c124 #define GSC_VER_PKT_SZ SZ_4K /* 4K each for input and output */ macro
137 bo = xe_bo_create_pin_map(xe, tile, NULL, GSC_VER_PKT_SZ * 2, in query_compatibility_version()
153 ggtt_offset + GSC_VER_PKT_SZ, in query_compatibility_version()
154 GSC_VER_PKT_SZ); in query_compatibility_version()
162 err = xe_gsc_read_out_header(xe, &bo->vmap, GSC_VER_PKT_SZ, in query_compatibility_version()