Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/i915/gt/uc/
H A Dintel_guc_capture.c202 guc_capture_get_one_list(const struct __guc_mmio_reg_descr_group *reglists, in guc_capture_get_one_list() argument
207 if (!reglists) in guc_capture_get_one_list()
210 for (i = 0; reglists[i].list; ++i) { in guc_capture_get_one_list()
211 if (reglists[i].owner == owner && reglists[i].type == type && in guc_capture_get_one_list()
212 (reglists[i].engine == id || reglists[i].type == GUC_CAPTURE_LIST_TYPE_GLOBAL)) in guc_capture_get_one_list()
213 return &reglists[i]; in guc_capture_get_one_list()
220 guc_capture_get_one_ext_list(struct __guc_mmio_reg_descr_group *reglists, in guc_capture_get_one_ext_list() argument
225 if (!reglists) in guc_capture_get_one_ext_list()
228 for (i = 0; reglists[i].extlist; ++i) { in guc_capture_get_one_ext_list()
229 if (reglists[i].owner == owner && reglists[i].type == type && in guc_capture_get_one_ext_list()
[all …]
H A Dguc_capture_fwif.h174 const struct __guc_mmio_reg_descr_group *reglists; member