Searched refs:guc_capture_get_one_list (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/gpu/drm/xe/ |
H A D | xe_guc_capture.c | 302 guc_capture_get_one_list(const struct __guc_mmio_reg_descr_group *reglists, in guc_capture_get_one_list() function 333 return guc_capture_get_one_list(reglists, owner, type, capture_class); in xe_guc_capture_get_reg_desc_list() 430 list = guc_capture_get_one_list(lists, GUC_CAPTURE_LIST_INDEX_PF, in guc_capture_alloc_steered_lists() 491 match = guc_capture_get_one_list(reglists, owner, type, capture_class); in guc_capture_list_init() 503 match = guc_capture_get_one_list(extlists, owner, type, capture_class); in guc_capture_list_init() 528 match = guc_capture_get_one_list(guc->capture->reglists, owner, type, capture_class); in guc_cap_list_num_regs() 532 match = guc_capture_get_one_list(guc->capture->extlists, owner, type, capture_class); in guc_cap_list_num_regs() 578 !guc_capture_get_one_list(gc->reglists, owner, type, capture_class)) { in guc_capture_getlistsize() 1500 match = guc_capture_get_one_list(guc->capture->reglists, i, j, k); in guc_get_max_reglist_count() 1504 match = guc_capture_get_one_list(gu in guc_get_max_reglist_count() [all...] |