Searched refs:extlists (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/gpu/drm/i915/gt/uc/ |
| H A D | intel_guc_capture.c | 298 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 = kzalloc_objs(struct __guc_mmio_reg_descr_group, 2); 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 …]
|
| /linux/drivers/gpu/drm/xe/ |
| H A D | xe_guc_capture.c | 302 struct __guc_mmio_reg_descr_group *extlists; member 358 reglists = guc->capture->extlists; in xe_guc_capture_get_reg_desc_list() 433 struct __guc_mmio_reg_descr_group *extlists; in guc_capture_alloc_steered_lists() local 466 if (!list || guc->capture->extlists) in guc_capture_alloc_steered_lists() 482 extlists = drmm_kzalloc(drm, 2 * sizeof(struct __guc_mmio_reg_descr_group), GFP_KERNEL); in guc_capture_alloc_steered_lists() 483 if (!extlists) in guc_capture_alloc_steered_lists() 486 if (__alloc_ext_regs(drm, &extlists[0], list, total)) { in guc_capture_alloc_steered_lists() 487 drmm_kfree(drm, extlists); in guc_capture_alloc_steered_lists() 492 extarray = (struct __guc_mmio_reg_descr *)extlists[0].list; in guc_capture_alloc_steered_lists() 506 extlists[0].num_regs = total; in guc_capture_alloc_steered_lists() [all …]
|