Searched refs:lfd_output_binary (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/gpu/drm/xe/ |
| H A D | xe_guc_log.c | 263 static inline void lfd_output_binary(struct drm_printer *p, char *buf, int buf_size) in lfd_output_binary() function 284 lfd_output_binary(p, (char *)&lfd, len); in xe_guc_log_add_typed_payload() 286 lfd_output_binary(p, data, data_len); in xe_guc_log_add_typed_payload() 340 lfd_output_binary(p, (char *)&lfd, len); in xe_guc_log_add_os_id() 341 lfd_output_binary(p, (char *)&os_id, section_len); in xe_guc_log_add_os_id() 342 lfd_output_binary(p, version, info_len); in xe_guc_log_add_os_id() 347 lfd_output_binary(p, (char *)&blank, section_len); in xe_guc_log_add_os_id() 445 lfd_output_binary(p, snapshot->copy[chunk_id] + chunk_from, size); in xe_guc_log_print_chunks() 483 lfd_output_binary(p, (char *)&lfd, size); in xe_guc_log_add_log_event() 484 lfd_output_binary(p, (char *)&events_buf, section_len); in xe_guc_log_add_log_event() [all …]
|