Home
last modified time | relevance | path

Searched refs:drm_printer (Results 1 – 25 of 249) sorted by relevance

12345678910

/linux/include/drm/
H A Ddrm_print.h174 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 Ddrm_buddy.h15 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 Dxe_tile_printk.h52 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 Dxe_gt_printk.h53 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 Dxe_printk.h54 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 Dxe_guc_log.c233 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 Dxe_reg_whitelist.h11 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 Dxe_wa.h11 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 Dxe_mocs.h9 struct drm_printer;
14 int xe_mocs_dump(struct xe_gt *gt, struct drm_printer *p);
H A Dxe_tuning.h9 struct drm_printer;
17 int xe_tuning_dump(struct xe_gt *gt, struct drm_printer *p);
H A Dxe_guc_id_mgr.c35 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 Dxe_guc_db_mgr.c49 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 Dxe_guc_hwconfig.h11 struct drm_printer;
17 void xe_guc_hwconfig_dump(struct xe_guc *guc, struct drm_printer *p);
/linux/drivers/gpu/drm/
H A Ddrm_print.c80 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 Dintel_execlists_submission.h12 struct drm_printer;
28 struct drm_printer *m,
29 void (*show_request)(struct drm_printer *m,
37 struct drm_printer *m);
H A Dintel_timeline.h16 struct drm_printer;
89 struct drm_printer *m,
90 void (*show_request)(struct drm_printer *m,
H A Dintel_gt_pm_debugfs.h11 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 Da5xx_debugfs.c14 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 Dintel_display_params.c143 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 Dintel_overlay.h13 struct drm_printer;
62 struct drm_printer *p);
70 struct drm_printer *p) in intel_overlay_snapshot_print()
H A Dintel_display_snapshot.h7 struct drm_printer;
13 struct drm_printer *p);
/linux/drivers/gpu/drm/i915/gt/uc/
H A Dintel_guc_submission.h13 struct drm_printer;
25 struct drm_printer *p);
27 struct drm_printer *p);
30 struct drm_printer *m);
/linux/drivers/accel/ivpu/
H A Divpu_fw_log.c62 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 Ddrm_dp_mst_topology_internal.h15 struct drm_printer;
24 int indent, struct drm_printer *printer);
/linux/drivers/gpu/drm/loongson/
H A Dlsdc_debugfs.c38 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()

12345678910