Searched refs:fullsize (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/gpu/drm/i915/gt/uc/ |
| H A D | intel_guc_capture.c | 821 int fullsize = sizeof(struct guc_state_capture_group_header_t); in guc_capture_log_get_group_hdr() local 823 if (fullsize > guc_capture_buf_cnt(buf)) in guc_capture_log_get_group_hdr() 826 if (guc_capture_data_extracted(buf, fullsize, (void *)ghdr)) in guc_capture_log_get_group_hdr() 831 if (read != fullsize) in guc_capture_log_get_group_hdr() 842 int fullsize = sizeof(struct guc_state_capture_header_t); in guc_capture_log_get_data_hdr() local 844 if (fullsize > guc_capture_buf_cnt(buf)) in guc_capture_log_get_data_hdr() 847 if (guc_capture_data_extracted(buf, fullsize, (void *)hdr)) in guc_capture_log_get_data_hdr() 855 if (read != fullsize) in guc_capture_log_get_data_hdr() 866 int fullsize = sizeof(struct guc_mmio_reg); in guc_capture_log_get_register() local 868 if (fullsize > guc_capture_buf_cnt(buf)) in guc_capture_log_get_register() [all …]
|
| /linux/drivers/gpu/drm/xe/ |
| H A D | xe_guc_capture.c | 1081 int fullsize = sizeof(struct guc_state_capture_group_header_t); in guc_capture_log_get_group_hdr() local 1083 if (guc_capture_log_remove_bytes(guc, buf, ghdr, fullsize) != fullsize) in guc_capture_log_get_group_hdr() 1092 int fullsize = sizeof(struct guc_state_capture_header_t); in guc_capture_log_get_data_hdr() local 1094 if (guc_capture_log_remove_bytes(guc, buf, hdr, fullsize) != fullsize) in guc_capture_log_get_data_hdr() 1103 int fullsize = sizeof(struct guc_mmio_reg); in guc_capture_log_get_register() local 1105 if (guc_capture_log_remove_bytes(guc, buf, reg, fullsize) != fullsize) in guc_capture_log_get_register()
|