Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/gpu/drm/i915/gt/uc/
A Dintel_guc_capture.c213 if (!reglists) in guc_capture_get_one_list()
217 if (reglists[i].owner == owner && reglists[i].type == type && in guc_capture_get_one_list()
219 return &reglists[i]; in guc_capture_get_one_list()
231 if (!reglists) in guc_capture_get_one_ext_list()
235 if (reglists[i].owner == owner && reglists[i].type == type && in guc_capture_get_one_ext_list()
237 return &reglists[i]; in guc_capture_get_one_ext_list()
247 if (!reglists) in guc_capture_free_extlists()
486 if (!reglists) in guc_capture_list_init()
547 if (!gc->reglists) { in guc_capture_getlistsize()
601 if (!gc->reglists) in intel_guc_capture_getlist()
[all …]
A Dguc_capture_fwif.h174 const struct __guc_mmio_reg_descr_group *reglists; member

Completed in 9 milliseconds