Home
last modified time | relevance | path

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

1234567891011

/linux/include/drm/
H A Ddrm_print.h173 struct drm_printer { struct
175 void (*printfn)(struct drm_printer *p, struct va_format *vaf); argument
176 void (*puts)(struct drm_printer *p, const char *str); argument
187 void __drm_printfn_coredump(struct drm_printer *p, struct va_format *vaf); argument
188 void __drm_puts_coredump(struct drm_printer *p, const char *str);
189 void __drm_printfn_seq_file(struct drm_printer *p, struct va_format *vaf);
190 void __drm_puts_seq_file(struct drm_printer *p, const char *str);
191 void __drm_printfn_info(struct drm_printer *p, struct va_format *vaf);
192 void __drm_printfn_dbg(struct drm_printer *p, struct va_format *vaf);
193 void __drm_printfn_err(struct drm_printer *p, struct va_format *vaf);
[all …]
/linux/drivers/gpu/drm/xe/
H A 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()
143 static int sa_info(struct xe_gt *gt, struct drm_printer *p) in sa_info()
155 static int topology(struct xe_gt *gt, struct drm_printer *p) in topology()
164 static int steering(struct xe_gt *gt, struct drm_printer *p) in steering()
173 static int ggtt(struct xe_gt *gt, struct drm_printer *p) in ggtt()
[all …]
H A Dxe_gt_sriov_pf_config.h12 struct drm_printer;
65 int xe_gt_sriov_pf_config_print_ggtt(struct xe_gt *gt, struct drm_printer *p);
66 int xe_gt_sriov_pf_config_print_ctxs(struct xe_gt *gt, struct drm_printer *p);
67 int xe_gt_sriov_pf_config_print_dbs(struct xe_gt *gt, struct drm_printer *p);
68 int xe_gt_sriov_pf_config_print_lmem(struct xe_gt *gt, struct drm_printer *p);
70 int xe_gt_sriov_pf_config_print_available_ggtt(struct xe_gt *gt, struct drm_printer *p);
H A Dxe_gt_sriov_vf.h11 struct drm_printer;
27 void xe_gt_sriov_vf_print_config(struct xe_gt *gt, struct drm_printer *p);
28 void xe_gt_sriov_vf_print_runtime(struct xe_gt *gt, struct drm_printer *p);
29 void xe_gt_sriov_vf_print_version(struct xe_gt *gt, struct drm_printer *p);
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_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);
H A 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);
H A Dxe_mocs.h9 struct drm_printer;
20 void xe_mocs_dump(struct xe_gt *gt, struct drm_printer *p);
H A Dxe_sriov_pf.h11 struct drm_printer;
17 void xe_sriov_pf_print_vfs_summary(struct xe_device *xe, struct drm_printer *p);
H A Dxe_gt_stats.h10 struct drm_printer;
19 int xe_gt_stats_print_info(struct xe_gt *gt, struct drm_printer *p);
H A Dxe_guc_hwconfig.h11 struct drm_printer;
17 void xe_guc_hwconfig_dump(struct xe_guc *guc, struct drm_printer *p);
H A Dxe_pat.h11 struct drm_printer;
51 void xe_pat_dump(struct xe_gt *gt, struct drm_printer *p);
H A Dxe_gt_sriov_pf_monitor.h12 struct drm_printer;
16 void xe_gt_sriov_pf_monitor_print_events(struct xe_gt *gt, struct drm_printer *p);
H A Dxe_guc_db_mgr.h9 struct drm_printer;
20 void xe_guc_db_mgr_print(struct xe_guc_db_mgr *dbm, struct drm_printer *p, int indent);
H A Dxe_guc_id_mgr.h9 struct drm_printer;
20 void xe_guc_id_mgr_print(struct xe_guc_id_mgr *idm, struct drm_printer *p, int indent);
/linux/drivers/gpu/drm/
H A 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/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.h15 struct drm_printer;
88 struct drm_printer *m,
89 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/i915/
H A 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/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.c132 static void _param_print_bool(struct drm_printer *p, const char *driver_name, in _param_print_bool()
139 static void _param_print_int(struct drm_printer *p, const char *driver_name, in _param_print_int()
146 static void _param_print_uint(struct drm_printer *p, const char *driver_name, in _param_print_uint()
153 static void _param_print_ulong(struct drm_printer *p, const char *driver_name, in _param_print_ulong()
160 static void _param_print_charp(struct drm_printer *p, const char *driver_name, in _param_print_charp()
183 const char *driver_name, struct drm_printer *p) in intel_display_params_dump()
/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);
H A Dintel_guc_ads.h13 struct drm_printer;
21 struct drm_printer *p);
/linux/drivers/gpu/drm/display/
H A Ddrm_dp_mst_topology_internal.h15 struct drm_printer;
24 int indent, struct drm_printer *printer);

1234567891011