Searched refs:num_tot_regs (Results 1 – 1 of 1) sorted by relevance
/linux-5.19.10/drivers/gpu/drm/i915/gt/uc/ |
D | intel_guc_capture.c | 285 int slice, subslice, i, num_steer_regs, num_tot_regs = 0; in guc_capture_alloc_steered_lists_xe_lpd() local 302 num_tot_regs += num_steer_regs; in guc_capture_alloc_steered_lists_xe_lpd() 304 if (!num_tot_regs) in guc_capture_alloc_steered_lists_xe_lpd() 312 if (__alloc_ext_regs(&extlists[0], list, num_tot_regs)) { in guc_capture_alloc_steered_lists_xe_lpd() 345 int slice, subslice, i, iter, num_steer_regs, num_tot_regs = 0; in guc_capture_alloc_steered_lists_xe_hpg() local 363 num_tot_regs += num_steer_regs; in guc_capture_alloc_steered_lists_xe_hpg() 366 if (!num_tot_regs) in guc_capture_alloc_steered_lists_xe_hpg() 374 if (__alloc_ext_regs(&extlists[0], list, num_tot_regs)) { in guc_capture_alloc_steered_lists_xe_hpg() 393 drm_dbg(&i915->drm, "GuC-capture found %d-ext-regs.\n", num_tot_regs); in guc_capture_alloc_steered_lists_xe_hpg()
|