| /linux/include/drm/ |
| H A D | drm_print.h | 174 struct drm_printer { struct 176 void (*printfn)(struct drm_printer *p, struct va_format *vaf); argument 177 void (*puts)(struct drm_printer *p, const char *str); argument 188 void __drm_printfn_coredump(struct drm_printer *p, struct va_format *vaf); argument 189 void __drm_puts_coredump(struct drm_printer *p, const char *str); 190 void __drm_printfn_seq_file(struct drm_printer *p, struct va_format *vaf); 191 void __drm_puts_seq_file(struct drm_printer *p, const char *str); 192 void __drm_printfn_info(struct drm_printer *p, struct va_format *vaf); 193 void __drm_printfn_dbg(struct drm_printer *p, struct va_format *vaf); 194 void __drm_printfn_err(struct drm_printer *p, struct va_format *vaf); [all …]
|
| H A D | drm_buddy.h | 15 struct drm_printer; 167 void drm_buddy_print(struct drm_buddy *mm, struct drm_printer *p); 170 struct drm_printer *p);
|
| /linux/drivers/gpu/drm/xe/ |
| H A D | xe_tile_printk.h | 52 static inline void __xe_tile_printfn_err(struct drm_printer *p, struct va_format *vaf) in __xe_tile_printfn_err() 59 static inline void __xe_tile_printfn_info(struct drm_printer *p, struct va_format *vaf) in __xe_tile_printfn_info() 66 static inline void __xe_tile_printfn_dbg(struct drm_printer *p, struct va_format *vaf) in __xe_tile_printfn_dbg() 69 struct drm_printer dbg; in __xe_tile_printfn_dbg() 87 static inline struct drm_printer xe_tile_err_printer(struct xe_tile *tile) in xe_tile_err_printer() 89 struct drm_printer p = { in xe_tile_err_printer() 102 static inline struct drm_printer xe_tile_info_printer(struct xe_tile *tile) in xe_tile_info_printer() 104 struct drm_printer p = { in xe_tile_info_printer() 117 static inline struct drm_printer xe_tile_dbg_printer(struct xe_tile *tile) in xe_tile_dbg_printer() 119 struct drm_printer p = { in xe_tile_dbg_printer()
|
| H A D | xe_gt_printk.h | 53 static inline void __xe_gt_printfn_err(struct drm_printer *p, struct va_format *vaf) in __xe_gt_printfn_err() 60 static inline void __xe_gt_printfn_info(struct drm_printer *p, struct va_format *vaf) in __xe_gt_printfn_info() 67 static inline void __xe_gt_printfn_dbg(struct drm_printer *p, struct va_format *vaf) in __xe_gt_printfn_dbg() 70 struct drm_printer dbg; in __xe_gt_printfn_dbg() 88 static inline struct drm_printer xe_gt_err_printer(struct xe_gt *gt) in xe_gt_err_printer() 90 struct drm_printer p = { in xe_gt_err_printer() 103 static inline struct drm_printer xe_gt_info_printer(struct xe_gt *gt) in xe_gt_info_printer() 105 struct drm_printer p = { in xe_gt_info_printer() 118 static inline struct drm_printer xe_gt_dbg_printer(struct xe_gt *gt) in xe_gt_dbg_printer() 120 struct drm_printer p = { in xe_gt_dbg_printer()
|
| H A D | xe_printk.h | 54 static inline void __xe_printfn_err(struct drm_printer *p, struct va_format *vaf) in __xe_printfn_err() 61 static inline void __xe_printfn_info(struct drm_printer *p, struct va_format *vaf) in __xe_printfn_info() 68 static inline void __xe_printfn_dbg(struct drm_printer *p, struct va_format *vaf) in __xe_printfn_dbg() 71 struct drm_printer ddp; in __xe_printfn_dbg() 89 static inline struct drm_printer xe_err_printer(struct xe_device *xe) in xe_err_printer() 91 struct drm_printer p = { in xe_err_printer() 104 static inline struct drm_printer xe_info_printer(struct xe_device *xe) in xe_info_printer() 106 struct drm_printer p = { in xe_info_printer() 119 static inline struct drm_printer xe_dbg_printer(struct xe_device *xe) in xe_dbg_printer() 121 struct drm_printer p = { in xe_dbg_printer()
|
| H A D | xe_guc_log.c | 233 void xe_guc_log_snapshot_print(struct xe_guc_log_snapshot *snapshot, struct drm_printer *p) in xe_guc_log_snapshot_print() 263 static inline void lfd_output_binary(struct drm_printer *p, char *buf, int buf_size) in lfd_output_binary() 274 static int xe_guc_log_add_typed_payload(struct drm_printer *p, u32 type, in xe_guc_log_add_typed_payload() 313 static int xe_guc_log_add_klv(struct drm_printer *p, u32 lfd_type, in xe_guc_log_add_klv() 321 static int xe_guc_log_add_os_id(struct drm_printer *p, u32 id) in xe_guc_log_add_os_id() 414 xe_guc_log_output_lfd_init(struct drm_printer *p, struct xe_guc_log_snapshot *snapshot, in xe_guc_log_output_lfd_init() 432 xe_guc_log_print_chunks(struct drm_printer *p, struct xe_guc_log_snapshot *snapshot, in xe_guc_log_print_chunks() 453 xe_guc_log_add_log_event(struct drm_printer *p, struct xe_guc_log_snapshot *snapshot, in xe_guc_log_add_log_event() 502 xe_guc_log_add_crash_dump(struct drm_printer *p, struct xe_guc_log_snapshot *snapshot, in xe_guc_log_add_crash_dump() 546 xe_guc_log_snapshot_print_lfd(struct xe_guc_log_snapshot *snapshot, struct drm_printer *p) in xe_guc_log_snapshot_print_lfd() [all …]
|
| H A D | xe_reg_whitelist.h | 11 struct drm_printer; 18 void xe_reg_whitelist_print_entry(struct drm_printer *p, unsigned int indent, 21 void xe_reg_whitelist_dump(struct xe_reg_sr *sr, struct drm_printer *p);
|
| H A D | xe_wa.h | 11 struct drm_printer; 24 void xe_wa_device_dump(struct xe_device *xe, struct drm_printer *p); 25 int xe_wa_gt_dump(struct xe_gt *gt, struct drm_printer *p);
|
| H A D | xe_mocs.h | 9 struct drm_printer; 14 int xe_mocs_dump(struct xe_gt *gt, struct drm_printer *p);
|
| H A D | xe_tuning.h | 9 struct drm_printer; 17 int xe_tuning_dump(struct xe_gt *gt, struct drm_printer *p);
|
| H A D | xe_guc_id_mgr.c | 35 static void idm_print_locked(struct xe_guc_id_mgr *idm, struct drm_printer *p, int indent); 47 struct drm_printer p = xe_gt_info_printer(idm_to_gt(idm)); in __fini_idm() 250 static void idm_print_locked(struct xe_guc_id_mgr *idm, struct drm_printer *p, int indent) in idm_print_locked() 271 void xe_guc_id_mgr_print(struct xe_guc_id_mgr *idm, struct drm_printer *p, int indent) in xe_guc_id_mgr_print()
|
| H A D | xe_guc_db_mgr.c | 49 static void dbm_print_locked(struct xe_guc_db_mgr *dbm, struct drm_printer *p, int indent); 60 struct drm_printer p = xe_gt_info_printer(dbm_to_gt(dbm)); in __fini_dbm() 225 static void dbm_print_locked(struct xe_guc_db_mgr *dbm, struct drm_printer *p, int indent) in dbm_print_locked() 258 struct drm_printer *p, int indent) in xe_guc_db_mgr_print()
|
| H A D | xe_guc_hwconfig.h | 11 struct drm_printer; 17 void xe_guc_hwconfig_dump(struct xe_guc *guc, struct drm_printer *p);
|
| /linux/drivers/gpu/drm/ |
| H A D | drm_print.c | 80 void __drm_puts_coredump(struct drm_printer *p, const char *str) in __drm_puts_coredump() 124 void __drm_printfn_coredump(struct drm_printer *p, struct va_format *vaf) in __drm_printfn_coredump() 171 void __drm_puts_seq_file(struct drm_printer *p, const char *str) in __drm_puts_seq_file() 177 void __drm_printfn_seq_file(struct drm_printer *p, struct va_format *vaf) in __drm_printfn_seq_file() 209 void __drm_printfn_info(struct drm_printer *p, struct va_format *vaf) in __drm_printfn_info() 215 void __drm_printfn_dbg(struct drm_printer *p, struct va_format *vaf) in __drm_printfn_dbg() 228 void __drm_printfn_err(struct drm_printer *p, struct va_format *vaf) in __drm_printfn_err() 239 void __drm_printfn_line(struct drm_printer *p, struct va_format *vaf) in __drm_printfn_line() 261 void drm_puts(struct drm_printer *p, const char *str) in drm_puts() 275 void drm_printf(struct drm_printer *p, const char *f, ...) in drm_printf() [all …]
|
| /linux/drivers/gpu/drm/i915/gt/ |
| H A D | intel_execlists_submission.h | 12 struct drm_printer; 28 struct drm_printer *m, 29 void (*show_request)(struct drm_printer *m, 37 struct drm_printer *m);
|
| H A D | intel_timeline.h | 16 struct drm_printer; 89 struct drm_printer *m, 90 void (*show_request)(struct drm_printer *m,
|
| H A D | intel_gt_pm_debugfs.h | 11 struct drm_printer; 14 void intel_gt_pm_frequency_dump(struct intel_gt *gt, struct drm_printer *m);
|
| /linux/drivers/gpu/drm/msm/adreno/ |
| H A D | a5xx_debugfs.c | 14 static void pfp_print(struct msm_gpu *gpu, struct drm_printer *p) in pfp_print() 27 static void me_print(struct msm_gpu *gpu, struct drm_printer *p) in me_print() 40 static void meq_print(struct msm_gpu *gpu, struct drm_printer *p) in meq_print() 53 static void roq_print(struct msm_gpu *gpu, struct drm_printer *p) in roq_print() 75 struct drm_printer p = drm_seq_file_printer(m); in show() 76 void (*show)(struct msm_gpu *gpu, struct drm_printer *p) = in show()
|
| /linux/drivers/gpu/drm/i915/display/ |
| H A D | intel_display_params.c | 143 static void _param_print_bool(struct drm_printer *p, const char *driver_name, in _param_print_bool() 150 static void _param_print_int(struct drm_printer *p, const char *driver_name, in _param_print_int() 157 static void _param_print_uint(struct drm_printer *p, const char *driver_name, in _param_print_uint() 164 static void _param_print_ulong(struct drm_printer *p, const char *driver_name, in _param_print_ulong() 171 static void _param_print_charp(struct drm_printer *p, const char *driver_name, in _param_print_charp() 194 const char *driver_name, struct drm_printer *p) in intel_display_params_dump()
|
| H A D | intel_overlay.h | 13 struct drm_printer; 62 struct drm_printer *p); 70 struct drm_printer *p) in intel_overlay_snapshot_print()
|
| H A D | intel_display_snapshot.h | 7 struct drm_printer; 13 struct drm_printer *p);
|
| /linux/drivers/gpu/drm/i915/gt/uc/ |
| H A D | intel_guc_submission.h | 13 struct drm_printer; 25 struct drm_printer *p); 27 struct drm_printer *p); 30 struct drm_printer *m);
|
| /linux/drivers/accel/ivpu/ |
| H A D | ivpu_fw_log.c | 62 static void fw_log_print_lines(char *buffer, u32 size, struct drm_printer *p) in fw_log_print_lines() 94 bool only_new_msgs, struct drm_printer *p) in fw_log_print_buffer() 126 struct ivpu_bo *bo, bool only_new_msgs, struct drm_printer *p) in fw_log_print_all_in_bo() 135 void ivpu_fw_log_print(struct ivpu_device *vdev, bool only_new_msgs, struct drm_printer *p) in ivpu_fw_log_print()
|
| /linux/drivers/gpu/drm/display/ |
| H A D | drm_dp_mst_topology_internal.h | 15 struct drm_printer; 24 int indent, struct drm_printer *printer);
|
| /linux/drivers/gpu/drm/loongson/ |
| H A D | lsdc_debugfs.c | 38 struct drm_printer p = drm_seq_file_printer(m); in lsdc_show_mm() 49 struct drm_printer printer = drm_seq_file_printer(m); in lsdc_show_gfxpll_clock() 61 struct drm_printer printer = drm_seq_file_printer(m); in lsdc_show_benchmark()
|