Searched refs:capture_offset (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.6/drivers/gpu/drm/i915/gt/uc/ |
D | intel_guc_ads.c | 683 u32 ads_ggtt, capture_offset, null_ggtt, total_size = 0; in guc_capture_prep_lists() local 693 capture_offset = guc_ads_capture_offset(guc); in guc_capture_prep_lists() 707 iosys_map_memcpy_to(&guc->ads_map, capture_offset, ptr, size); in guc_capture_prep_lists() 708 null_ggtt = ads_ggtt + capture_offset; in guc_capture_prep_lists() 709 capture_offset += PAGE_SIZE; in guc_capture_prep_lists() 741 capture_offset); in guc_capture_prep_lists() 742 iosys_map_memcpy_to(&guc->ads_map, capture_offset, ptr, size); in guc_capture_prep_lists() 743 capture_offset += size; in guc_capture_prep_lists() 763 capture_offset); in guc_capture_prep_lists() 764 iosys_map_memcpy_to(&guc->ads_map, capture_offset, ptr, size); in guc_capture_prep_lists() [all …]
|