Searched refs:xe_guc_capture_getlistsize (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/gpu/drm/xe/ |
H A D | xe_guc_capture.h | 46 int xe_guc_capture_getlistsize(struct xe_guc *guc, u32 owner, u32 type,
|
H A D | xe_guc_capture.c | 613 xe_guc_capture_getlistsize(struct xe_guc *guc, u32 owner, u32 type, in xe_guc_capture_getlistsize() function 652 ret = xe_guc_capture_getlistsize(guc, owner, type, capture_class, &size); in xe_guc_capture_getlist() 744 if (xe_guc_capture_getlistsize(guc, i, in xe_guc_capture_ads_input_worst_size() 748 if (xe_guc_capture_getlistsize(guc, i, in xe_guc_capture_ads_input_worst_size() 754 if (xe_guc_capture_getlistsize(guc, i, in xe_guc_capture_ads_input_worst_size()
|
H A D | xe_guc_ads.c | 582 if (!xe_guc_capture_getlistsize(guc, owner, type, class, size)) { in get_capture_list()
|