| /linux/drivers/gpu/drm/xe/ |
| A D | xe_gt_debugfs.c | 75 struct drm_printer p = drm_seq_file_printer(m); in xe_gt_debugfs_simple_show() 87 static int hw_engines(struct xe_gt *gt, struct drm_printer *p) in hw_engines() 112 static int force_reset(struct xe_gt *gt, struct drm_printer *p) in force_reset() 132 static int sa_info(struct xe_gt *gt, struct drm_printer *p) in sa_info() 144 static int topology(struct xe_gt *gt, struct drm_printer *p) in topology() 153 static int steering(struct xe_gt *gt, struct drm_printer *p) in steering() 162 static int ggtt(struct xe_gt *gt, struct drm_printer *p) in ggtt() 202 static int workarounds(struct xe_gt *gt, struct drm_printer *p) in workarounds() 211 static int pat(struct xe_gt *gt, struct drm_printer *p) in pat() 220 static int mocs(struct xe_gt *gt, struct drm_printer *p) in mocs() [all …]
|
| A D | xe_gt_printk.h | 49 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() 69 static inline struct drm_printer xe_gt_err_printer(struct xe_gt *gt) in xe_gt_err_printer() 71 struct drm_printer p = { in xe_gt_err_printer() 84 static inline struct drm_printer xe_gt_info_printer(struct xe_gt *gt) in xe_gt_info_printer() 86 struct drm_printer p = { in xe_gt_info_printer()
|
| A D | xe_gt_sriov_vf.h | 11 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);
|
| A D | xe_gt_sriov_pf_config.h | 12 struct drm_printer; 61 int xe_gt_sriov_pf_config_print_ggtt(struct xe_gt *gt, struct drm_printer *p); 62 int xe_gt_sriov_pf_config_print_ctxs(struct xe_gt *gt, struct drm_printer *p); 63 int xe_gt_sriov_pf_config_print_dbs(struct xe_gt *gt, struct drm_printer *p); 65 int xe_gt_sriov_pf_config_print_available_ggtt(struct xe_gt *gt, struct drm_printer *p);
|
| 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);
|
| A D | xe_gt_sriov_pf_service.h | 12 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);
|
| A D | xe_guc_submit.h | 11 struct drm_printer; 36 struct drm_printer *p); 39 void xe_guc_submit_print(struct xe_guc *guc, struct drm_printer *p);
|
| A D | xe_ggtt.h | 11 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);
|
| A D | xe_hw_engine.h | 11 struct drm_printer; 62 struct drm_printer *p); 63 void xe_hw_engine_print(struct xe_hw_engine *hwe, struct drm_printer *p);
|
| A D | xe_guc_ct.h | 11 struct drm_printer; 22 struct drm_printer *p); 24 void xe_guc_ct_print(struct xe_guc_ct *ct, struct drm_printer *p, bool atomic);
|
| A D | xe_mocs.h | 9 struct drm_printer; 20 void xe_mocs_dump(struct xe_gt *gt, struct drm_printer *p);
|
| A D | xe_sriov_pf.h | 11 struct drm_printer; 17 void xe_sriov_pf_print_vfs_summary(struct xe_device *xe, struct drm_printer *p);
|
| A D | xe_gt_stats.h | 10 struct drm_printer; 19 int xe_gt_stats_print_info(struct xe_gt *gt, struct drm_printer *p);
|
| 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/include/drm/ |
| A D | drm_print.h | 173 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 192 void drm_printf(struct drm_printer *p, const char *f, ...); 193 void drm_puts(struct drm_printer *p, const char *str); 324 static inline struct drm_printer 327 struct drm_printer p = { in drm_coredump_printer() 348 struct drm_printer p = { in drm_seq_file_printer() 365 struct drm_printer p = { in drm_info_printer() 385 struct drm_printer p = { in drm_dbg_printer() [all …]
|
| /linux/drivers/gpu/drm/i915/gt/ |
| 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);
|
| 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);
|
| A D | intel_timeline.h | 15 struct drm_printer; 88 struct drm_printer *m, 89 void (*show_request)(struct drm_printer *m,
|
| /linux/drivers/gpu/drm/ |
| A D | drm_print.c | 79 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() 246 void drm_puts(struct drm_printer *p, const char *str) in drm_puts() 260 void drm_printf(struct drm_printer *p, const char *f, ...) in drm_printf() 280 void drm_print_bits(struct drm_printer *p, unsigned long value, in drm_print_bits() [all …]
|
| /linux/drivers/gpu/drm/i915/ |
| A D | i915_params.c | 138 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/i915/gt/uc/ |
| 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/gpu/drm/i915/display/ |
| A D | intel_display_params.c | 132 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() 181 void intel_display_params_dump(struct intel_display *display, struct drm_printer *p) in intel_display_params_dump()
|
| A D | intel_overlay.h | 12 struct drm_printer; 27 void intel_overlay_print_error_state(struct drm_printer *p, 58 static inline void intel_overlay_print_error_state(struct drm_printer *p, in intel_overlay_print_error_state()
|
| /linux/drivers/gpu/drm/msm/adreno/ |
| 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/display/ |
| A D | drm_dp_mst_topology_internal.h | 15 struct drm_printer; 24 int indent, struct drm_printer *printer);
|