Searched refs:guc_capture_log_remove_bytes (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/gpu/drm/xe/ |
H A D | xe_guc_capture.c | 995 guc_capture_log_remove_bytes(struct xe_guc *guc, struct __guc_capture_bufstate *buf, in guc_capture_log_remove_bytes() function 1044 if (guc_capture_log_remove_bytes(guc, buf, ghdr, fullsize) != fullsize) in guc_capture_log_get_group_hdr() 1055 if (guc_capture_log_remove_bytes(guc, buf, hdr, fullsize) != fullsize) in guc_capture_log_get_data_hdr() 1066 if (guc_capture_log_remove_bytes(guc, buf, reg, fullsize) != fullsize) in guc_capture_log_get_register()
|