Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/i915/gt/uc/
Dintel_guc_capture.c298 struct __guc_mmio_reg_descr_group *extlists; in guc_capture_alloc_steered_lists() local
307 if (!list || guc->capture->extlists) in guc_capture_alloc_steered_lists()
323 extlists = kcalloc(2, sizeof(struct __guc_mmio_reg_descr_group), GFP_KERNEL); in guc_capture_alloc_steered_lists()
324 if (!extlists) in guc_capture_alloc_steered_lists()
327 if (__alloc_ext_regs(&extlists[0], list, num_tot_regs)) { in guc_capture_alloc_steered_lists()
328 kfree(extlists); in guc_capture_alloc_steered_lists()
332 extarray = extlists[0].extlist; in guc_capture_alloc_steered_lists()
348 guc->capture->extlists = extlists; in guc_capture_alloc_steered_lists()
417 struct __guc_mmio_reg_descr_group *extlists = guc->capture->extlists; in guc_capture_list_init() local
435 matchext = guc_capture_get_one_ext_list(extlists, owner, type, classid); in guc_capture_list_init()
[all …]
Dguc_capture_fwif.h182 struct __guc_mmio_reg_descr_group *extlists; member