Home
last modified time | relevance | path

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

12345678910>>...13

/linux-6.14.4/include/drm/
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 …]
Ddrm_file.h44 struct drm_printer;
498 void drm_fdinfo_print_size(struct drm_printer *p,
503 void drm_print_memory_stats(struct drm_printer *p,
508 void drm_show_memory_stats(struct drm_printer *p, struct drm_file *file);
/linux-6.14.4/drivers/gpu/drm/xe/
Dxe_gt_debugfs.c76 struct drm_printer p = drm_seq_file_printer(m); in xe_gt_debugfs_simple_show()
80 int (*print)(struct xe_gt *, struct drm_printer *) = node->info_ent->data; in xe_gt_debugfs_simple_show()
88 static int hw_engines(struct xe_gt *gt, struct drm_printer *p) in hw_engines()
112 static int powergate_info(struct xe_gt *gt, struct drm_printer *p) in powergate_info()
123 static int force_reset(struct xe_gt *gt, struct drm_printer *p) in force_reset()
132 static int force_reset_sync(struct xe_gt *gt, struct drm_printer *p) in force_reset_sync()
141 static int sa_info(struct xe_gt *gt, struct drm_printer *p) in sa_info()
153 static int topology(struct xe_gt *gt, struct drm_printer *p) in topology()
162 static int steering(struct xe_gt *gt, struct drm_printer *p) in steering()
171 static int ggtt(struct xe_gt *gt, struct drm_printer *p) in ggtt()
[all …]
Dxe_gt_printk.h49 static inline void __xe_gt_printfn_err(struct drm_printer *p, struct va_format *vaf) in __xe_gt_printfn_err()
56 static inline void __xe_gt_printfn_info(struct drm_printer *p, struct va_format *vaf) in __xe_gt_printfn_info()
63 static inline void __xe_gt_printfn_dbg(struct drm_printer *p, struct va_format *vaf) in __xe_gt_printfn_dbg()
66 struct drm_printer dbg; in __xe_gt_printfn_dbg()
84 static inline struct drm_printer xe_gt_err_printer(struct xe_gt *gt) in xe_gt_err_printer()
86 struct drm_printer p = { in xe_gt_err_printer()
99 static inline struct drm_printer xe_gt_info_printer(struct xe_gt *gt) in xe_gt_info_printer()
101 struct drm_printer p = { in xe_gt_info_printer()
114 static inline struct drm_printer xe_gt_dbg_printer(struct xe_gt *gt) in xe_gt_dbg_printer()
116 struct drm_printer p = { in xe_gt_dbg_printer()
Dxe_gt_sriov_pf_config.h12 struct drm_printer;
68 int xe_gt_sriov_pf_config_print_ggtt(struct xe_gt *gt, struct drm_printer *p);
69 int xe_gt_sriov_pf_config_print_ctxs(struct xe_gt *gt, struct drm_printer *p);
70 int xe_gt_sriov_pf_config_print_dbs(struct xe_gt *gt, struct drm_printer *p);
71 int xe_gt_sriov_pf_config_print_lmem(struct xe_gt *gt, struct drm_printer *p);
73 int xe_gt_sriov_pf_config_print_available_ggtt(struct xe_gt *gt, struct drm_printer *p);
Dxe_gt_sriov_vf.h11 struct drm_printer;
30 void xe_gt_sriov_vf_print_config(struct xe_gt *gt, struct drm_printer *p);
31 void xe_gt_sriov_vf_print_runtime(struct xe_gt *gt, struct drm_printer *p);
32 void xe_gt_sriov_vf_print_version(struct xe_gt *gt, struct drm_printer *p);
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);
Dxe_gt_sriov_pf_service.h12 struct drm_printer;
19 int xe_gt_sriov_pf_service_print_version(struct xe_gt *gt, struct drm_printer *p);
20 int xe_gt_sriov_pf_service_print_runtime(struct xe_gt *gt, struct drm_printer *p);
Dxe_guc_submit.h11 struct drm_printer;
38 struct drm_printer *p);
41 void xe_guc_submit_print(struct xe_guc *guc, struct drm_printer *p);
Dxe_guc_log.h12 struct drm_printer;
42 void xe_guc_log_print(struct xe_guc_log *log, struct drm_printer *p);
45 void xe_guc_log_snapshot_print(struct xe_guc_log_snapshot *snapshot, struct drm_printer *p);
Dxe_ggtt.h11 struct drm_printer;
34 int xe_ggtt_dump(struct xe_ggtt *ggtt, struct drm_printer *p);
35 u64 xe_ggtt_print_holes(struct xe_ggtt *ggtt, u64 alignment, struct drm_printer *p);
Dxe_guc_ct.h11 struct drm_printer;
21 void xe_guc_ct_snapshot_print(struct xe_guc_ct_snapshot *snapshot, struct drm_printer *p);
23 void xe_guc_ct_print(struct xe_guc_ct *ct, struct drm_printer *p, bool want_ctb);
Dxe_guc_debugfs.c28 struct drm_printer p = drm_seq_file_printer(m); in guc_info()
41 struct drm_printer p = drm_seq_file_printer(m); in guc_log()
54 struct drm_printer p = drm_seq_file_printer(m); in guc_ctb()
Dxe_mocs.h9 struct drm_printer;
20 void xe_mocs_dump(struct xe_gt *gt, struct drm_printer *p);
Dxe_sriov_pf.h11 struct drm_printer;
17 void xe_sriov_pf_print_vfs_summary(struct xe_device *xe, struct drm_printer *p);
/linux-6.14.4/drivers/gpu/drm/
Ddrm_print.c79 void __drm_puts_coredump(struct drm_printer *p, const char *str) in __drm_puts_coredump()
123 void __drm_printfn_coredump(struct drm_printer *p, struct va_format *vaf) in __drm_printfn_coredump()
170 void __drm_puts_seq_file(struct drm_printer *p, const char *str) in __drm_puts_seq_file()
176 void __drm_printfn_seq_file(struct drm_printer *p, struct va_format *vaf) in __drm_printfn_seq_file()
208 void __drm_printfn_info(struct drm_printer *p, struct va_format *vaf) in __drm_printfn_info()
214 void __drm_printfn_dbg(struct drm_printer *p, struct va_format *vaf) in __drm_printfn_dbg()
227 void __drm_printfn_err(struct drm_printer *p, struct va_format *vaf) in __drm_printfn_err()
238 void __drm_printfn_line(struct drm_printer *p, struct va_format *vaf) in __drm_printfn_line()
260 void drm_puts(struct drm_printer *p, const char *str) in drm_puts()
274 void drm_printf(struct drm_printer *p, const char *f, ...) in drm_printf()
[all …]
/linux-6.14.4/drivers/gpu/drm/i915/gt/
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);
Dintel_gt_pm_debugfs.h11 struct drm_printer;
14 void intel_gt_pm_frequency_dump(struct intel_gt *gt, struct drm_printer *m);
/linux-6.14.4/drivers/gpu/drm/i915/
Di915_params.c138 static void _param_print_bool(struct drm_printer *p, const char *name, in _param_print_bool()
144 static void _param_print_int(struct drm_printer *p, const char *name, in _param_print_int()
150 static void _param_print_uint(struct drm_printer *p, const char *name, in _param_print_uint()
156 static void _param_print_ulong(struct drm_printer *p, const char *name, in _param_print_ulong()
162 static void _param_print_charp(struct drm_printer *p, const char *name, in _param_print_charp()
183 void i915_params_dump(const struct i915_params *params, struct drm_printer *p) in i915_params_dump()
/linux-6.14.4/drivers/gpu/drm/i915/gt/uc/
Dintel_guc_submission.h13 struct drm_printer;
25 struct drm_printer *p);
27 struct drm_printer *p);
30 struct drm_printer *m);
/linux-6.14.4/drivers/gpu/drm/i915/display/
Dintel_display_params.c137 static void _param_print_bool(struct drm_printer *p, const char *driver_name, in _param_print_bool()
144 static void _param_print_int(struct drm_printer *p, const char *driver_name, in _param_print_int()
151 static void _param_print_uint(struct drm_printer *p, const char *driver_name, in _param_print_uint()
158 static void _param_print_ulong(struct drm_printer *p, const char *driver_name, in _param_print_ulong()
165 static void _param_print_charp(struct drm_printer *p, const char *driver_name, in _param_print_charp()
188 const char *driver_name, struct drm_printer *p) in intel_display_params_dump()
Dintel_overlay.h14 struct drm_printer;
63 struct drm_printer *p);
71 struct drm_printer *p) in intel_overlay_snapshot_print()
Dintel_display_snapshot.h7 struct drm_printer;
13 struct drm_printer *p);
/linux-6.14.4/drivers/gpu/drm/msm/adreno/
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-6.14.4/drivers/gpu/drm/display/
Ddrm_dp_mst_topology_internal.h15 struct drm_printer;
24 int indent, struct drm_printer *printer);

12345678910>>...13