Searched refs:GSC_VER_PKT_SZ (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/drivers/gpu/drm/i915/gt/uc/ |
D | intel_gsc_fw.c | 387 #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-6.12.1/drivers/gpu/drm/xe/ |
D | xe_gsc.c | 123 #define GSC_VER_PKT_SZ SZ_4K /* 4K each for input and output */ macro 136 bo = xe_bo_create_pin_map(xe, tile, NULL, GSC_VER_PKT_SZ * 2, in query_compatibility_version() 152 ggtt_offset + GSC_VER_PKT_SZ, in query_compatibility_version() 153 GSC_VER_PKT_SZ); in query_compatibility_version() 161 err = xe_gsc_read_out_header(xe, &bo->vmap, GSC_VER_PKT_SZ, in query_compatibility_version()
|