Searched refs:capture_offset (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/gpu/drm/i915/gt/uc/ |
H A D | intel_guc_ads.c | 707 u32 ads_ggtt, capture_offset, null_ggtt, total_size = 0; in guc_capture_prep_lists() local 717 capture_offset = guc_ads_capture_offset(guc); in guc_capture_prep_lists() 731 iosys_map_memcpy_to(&guc->ads_map, capture_offset, ptr, size); in guc_capture_prep_lists() 732 null_ggtt = ads_ggtt + capture_offset; in guc_capture_prep_lists() 733 capture_offset += PAGE_SIZE; in guc_capture_prep_lists() 765 capture_offset); in guc_capture_prep_lists() 766 iosys_map_memcpy_to(&guc->ads_map, capture_offset, ptr, size); in guc_capture_prep_lists() 767 capture_offset += size; in guc_capture_prep_lists() 787 capture_offset); in guc_capture_prep_lists() 788 iosys_map_memcpy_to(&guc->ads_map, capture_offset, ptr, size); in guc_capture_prep_lists() [all …]
|
/linux/drivers/gpu/drm/xe/ |
H A D | xe_guc_ads.c | 597 u32 ads_ggtt, capture_offset, null_ggtt, total_size = 0; in guc_capture_prep_lists() local 609 capture_offset = guc_ads_capture_offset(ads); in guc_capture_prep_lists() 617 xe_map_memcpy_to(ads_to_xe(ads), ads_to_map(ads), capture_offset, ptr, size); in guc_capture_prep_lists() 619 null_ggtt = ads_ggtt + capture_offset; in guc_capture_prep_lists() 620 capture_offset += PAGE_SIZE; in guc_capture_prep_lists() 644 ads_ggtt + capture_offset); in guc_capture_prep_lists() 645 xe_map_memcpy_to(ads_to_xe(ads), ads_to_map(ads), capture_offset, in guc_capture_prep_lists() 648 capture_offset += size; in guc_capture_prep_lists() 659 ads_ggtt + capture_offset); in guc_capture_prep_lists() 660 xe_map_memcpy_to(ads_to_xe(ads), ads_to_map(ads), capture_offset, in guc_capture_prep_lists() [all …]
|