Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/gpu/drm/i915/gt/uc/
Dintel_guc_capture.c287 struct __guc_mmio_reg_descr_group *extlists; in guc_capture_alloc_steered_lists_xe_lpd() local
295 if (!list || guc->capture->extlists) in guc_capture_alloc_steered_lists_xe_lpd()
308 extlists = kcalloc(2, sizeof(struct __guc_mmio_reg_descr_group), GFP_KERNEL); in guc_capture_alloc_steered_lists_xe_lpd()
309 if (!extlists) 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()
313 kfree(extlists); in guc_capture_alloc_steered_lists_xe_lpd()
317 extarray = extlists[0].extlist; in guc_capture_alloc_steered_lists_xe_lpd()
325 guc->capture->extlists = extlists; in guc_capture_alloc_steered_lists_xe_lpd()
347 struct __guc_mmio_reg_descr_group *extlists; in guc_capture_alloc_steered_lists_xe_hpg() local
354 if (!list || guc->capture->extlists) in guc_capture_alloc_steered_lists_xe_hpg()
[all …]
Dguc_capture_fwif.h182 struct __guc_mmio_reg_descr_group *extlists; member