/kernel/linux/linux-5.10/include/drm/ |
H A D | drm_print.h | 48 * void log_some_info(struct drm_printer *p) 57 * struct drm_printer p = drm_seq_file_printer(f); 64 * struct drm_printer p = drm_info_printer(drm->dev); 70 * struct drm_printer - drm output "stream" 75 struct drm_printer { struct 77 void (*printfn)(struct drm_printer *p, struct va_format *vaf); 78 void (*puts)(struct drm_printer *p, const char *str); 83 void __drm_printfn_coredump(struct drm_printer *p, struct va_format *vaf); 84 void __drm_puts_coredump(struct drm_printer *p, const char *str); 85 void __drm_printfn_seq_file(struct drm_printer * [all...] |
/kernel/linux/linux-6.6/include/drm/ |
H A D | drm_print.h | 49 * void log_some_info(struct drm_printer *p) 58 * struct drm_printer p = drm_seq_file_printer(f); 65 * struct drm_printer p = drm_info_printer(drm->dev); 71 * struct drm_printer - drm output "stream" 76 struct drm_printer { struct 78 void (*printfn)(struct drm_printer *p, struct va_format *vaf); 79 void (*puts)(struct drm_printer *p, const char *str); 84 void __drm_printfn_coredump(struct drm_printer *p, struct va_format *vaf); 85 void __drm_puts_coredump(struct drm_printer *p, const char *str); 86 void __drm_printfn_seq_file(struct drm_printer * [all...] |
H A D | drm_gem_shmem_helper.h | 17 struct drm_printer; 126 struct drm_printer *p, unsigned int indent); 157 static inline void drm_gem_shmem_object_print_info(struct drm_printer *p, unsigned int indent, in drm_gem_shmem_object_print_info()
|
H A D | drm_file.h | 44 struct drm_printer; 487 void drm_print_memory_stats(struct drm_printer *p, 492 void drm_show_memory_stats(struct drm_printer *p, struct drm_file *file);
|
/kernel/linux/linux-6.6/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 | 15 struct drm_printer; 88 struct drm_printer *m, 89 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);
|
H A D | intel_breadcrumbs.h | 14 struct drm_printer; 43 struct drm_printer *p);
|
H A D | intel_sseu.h | 16 struct drm_printer; 166 void intel_sseu_dump(const struct sseu_dev_info *sseu, struct drm_printer *p); 169 struct drm_printer *p);
|
/kernel/linux/linux-5.10/drivers/gpu/drm/ |
H A D | drm_print.c | 57 void __drm_puts_coredump(struct drm_printer *p, const char *str) in __drm_puts_coredump() 99 void __drm_printfn_coredump(struct drm_printer *p, struct va_format *vaf) in __drm_printfn_coredump() 145 void __drm_puts_seq_file(struct drm_printer *p, const char *str) in __drm_puts_seq_file() 151 void __drm_printfn_seq_file(struct drm_printer *p, struct va_format *vaf) in __drm_printfn_seq_file() 157 void __drm_printfn_info(struct drm_printer *p, struct va_format *vaf) in __drm_printfn_info() 163 void __drm_printfn_debug(struct drm_printer *p, struct va_format *vaf) in __drm_printfn_debug() 169 void __drm_printfn_err(struct drm_printer *p, struct va_format *vaf) in __drm_printfn_err() 176 * drm_puts - print a const string to a &drm_printer stream 180 * Allow &drm_printer types that have a constant string 183 void drm_puts(struct drm_printer * [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/ |
H A D | drm_print.c | 79 void __drm_puts_coredump(struct drm_printer *p, const char *str) in __drm_puts_coredump() 121 void __drm_printfn_coredump(struct drm_printer *p, struct va_format *vaf) in __drm_printfn_coredump() 167 void __drm_puts_seq_file(struct drm_printer *p, const char *str) in __drm_puts_seq_file() 173 void __drm_printfn_seq_file(struct drm_printer *p, struct va_format *vaf) in __drm_printfn_seq_file() 179 void __drm_printfn_info(struct drm_printer *p, struct va_format *vaf) in __drm_printfn_info() 185 void __drm_printfn_debug(struct drm_printer *p, struct va_format *vaf) in __drm_printfn_debug() 192 void __drm_printfn_err(struct drm_printer *p, struct va_format *vaf) in __drm_printfn_err() 199 * drm_puts - print a const string to a &drm_printer stream 203 * Allow &drm_printer types that have a constant string 206 void drm_puts(struct drm_printer * [all...] |
/kernel/linux/linux-6.6/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);
|
H A D | intel_guc_ads.h | 13 struct drm_printer; 21 struct drm_printer *p);
|
H A D | intel_guc_debugfs.c | 20 struct drm_printer p = drm_seq_file_printer(m); in guc_info_show() 43 struct drm_printer p = drm_seq_file_printer(m); in guc_registered_contexts_show() 58 struct drm_printer p = drm_seq_file_printer(m); in guc_slpc_info_show()
|
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/ |
H A D | i915_params.c | 231 static void _param_print_bool(struct drm_printer *p, const char *name, in _param_print_bool() 237 static void _param_print_int(struct drm_printer *p, const char *name, in _param_print_int() 243 static void _param_print_uint(struct drm_printer *p, const char *name, in _param_print_uint() 249 static void _param_print_ulong(struct drm_printer *p, const char *name, in _param_print_ulong() 255 static void _param_print_charp(struct drm_printer *p, const char *name, in _param_print_charp() 272 * @p: the &drm_printer 276 void i915_params_dump(const struct i915_params *params, struct drm_printer *p) in i915_params_dump()
|
H A D | i915_driver.h | 14 struct drm_printer; 31 i915_print_iommu_status(struct drm_i915_private *i915, struct drm_printer *p);
|
H A D | i915_drm_client.h | 18 struct drm_printer; 50 void i915_drm_client_fdinfo(struct drm_printer *p, struct drm_file *file);
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/ |
H A D | intel_device_info.h | 36 struct drm_printer; 242 struct drm_printer *p); 244 struct drm_printer *p); 247 struct drm_printer *p);
|
H A D | intel_runtime_pm.h | 19 struct drm_printer; 210 struct drm_printer *p); 213 struct drm_printer *p) in print_intel_runtime_pm_wakeref()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/ |
H A D | intel_sseu.h | 17 struct drm_printer; 104 void intel_sseu_dump(const struct sseu_dev_info *sseu, struct drm_printer *p); 106 struct drm_printer *p);
|
H A D | intel_lrc.h | 29 struct drm_printer; 107 struct drm_printer *m, 108 void (*show_request)(struct drm_printer *m,
|
H A D | intel_breadcrumbs.h | 13 struct drm_printer; 31 struct drm_printer *p);
|
/kernel/linux/linux-6.6/drivers/accel/ivpu/ |
H A D | ivpu_fw_log.h | 28 void ivpu_fw_log_print(struct ivpu_device *vdev, bool only_new_msgs, struct drm_printer *p); 33 struct drm_printer p = drm_info_printer(vdev->drm.dev); in ivpu_fw_log_dump()
|