Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/i915/gt/uc/
H A 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()
324 if (!extlists) 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
1363 struct __guc_mmio_reg_descr_group *extlists = guc->capture->extlists; in guc_capture_reg_to_str() local
1380 if (extlists) { in guc_capture_reg_to_str()
1633 guc_capture_free_extlists(guc->capture->extlists); in intel_guc_capture_destroy()
[all …]
H A Dguc_capture_fwif.h182 struct __guc_mmio_reg_descr_group *extlists; member
/linux-6.15/drivers/gpu/drm/xe/
H A Dxe_guc_capture.c275 struct __guc_mmio_reg_descr_group *extlists; member
329 reglists = guc->capture->extlists; in xe_guc_capture_get_reg_desc_list()
403 struct __guc_mmio_reg_descr_group *extlists; in guc_capture_alloc_steered_lists() local
436 if (!list || guc->capture->extlists) in guc_capture_alloc_steered_lists()
447 if (!extlists) in guc_capture_alloc_steered_lists()
450 if (__alloc_ext_regs(drm, &extlists[0], list, total)) { in guc_capture_alloc_steered_lists()
451 drmm_kfree(drm, extlists); in guc_capture_alloc_steered_lists()
470 extlists[0].num_regs = total; in guc_capture_alloc_steered_lists()
473 guc->capture->extlists = extlists; in guc_capture_alloc_steered_lists()
483 struct __guc_mmio_reg_descr_group *extlists = guc->capture->extlists; in guc_capture_list_init() local
[all …]