Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/i915/gt/uc/
H A Dintel_guc_capture.c207 if (!reglists) in guc_capture_get_one_list()
211 if (reglists[i].owner == owner && reglists[i].type == type && in guc_capture_get_one_list()
213 return &reglists[i]; in guc_capture_get_one_list()
225 if (!reglists) in guc_capture_get_one_ext_list()
229 if (reglists[i].owner == owner && reglists[i].type == type && in guc_capture_get_one_ext_list()
231 return &reglists[i]; in guc_capture_get_one_ext_list()
241 if (!reglists) in guc_capture_free_extlists()
421 if (!reglists) in guc_capture_list_init()
480 if (!gc->reglists) { in guc_capture_getlistsize()
533 if (!gc->reglists) in intel_guc_capture_getlist()
[all …]
H A Dguc_capture_fwif.h174 const struct __guc_mmio_reg_descr_group *reglists; member
/linux-6.15/drivers/gpu/drm/xe/
H A Dxe_guc_capture.c270 const struct __guc_mmio_reg_descr_group *reglists; member
307 if (!reglists) in guc_capture_get_one_list()
310 for (i = 0; reglists[i].list; ++i) { in guc_capture_get_one_list()
311 if (reglists[i].owner == owner && reglists[i].type == type && in guc_capture_get_one_list()
312 (reglists[i].engine == capture_class || in guc_capture_get_one_list()
314 return &reglists[i]; in guc_capture_get_one_list()
329 reglists = guc->capture->extlists; in xe_guc_capture_get_reg_desc_list()
482 const struct __guc_mmio_reg_descr_group *reglists = guc->capture->reglists; in guc_capture_list_init() local
487 if (!reglists) in guc_capture_list_init()
566 if (!gc->reglists) { in guc_capture_getlistsize()
[all …]