Home
last modified time | relevance | path

Searched refs:drm_puts (Results 1 – 17 of 17) sorted by relevance

/linux-6.15/drivers/gpu/drm/xe/
H A Dxe_devcoredump.c102 drm_puts(&p, "**** Xe Device Coredump ****\n"); in __xe_devcoredump_read()
104 drm_puts(&p, "kernel: " UTS_RELEASE "\n"); in __xe_devcoredump_read()
105 drm_puts(&p, "module: " KBUILD_MODNAME "\n"); in __xe_devcoredump_read()
117 drm_puts(&p, "\n**** GuC Log ****\n"); in __xe_devcoredump_read()
119 drm_puts(&p, "\n**** GuC CT ****\n"); in __xe_devcoredump_read()
122 drm_puts(&p, "\n**** Contexts ****\n"); in __xe_devcoredump_read()
125 drm_puts(&p, "\n**** Job ****\n"); in __xe_devcoredump_read()
128 drm_puts(&p, "\n**** HW Engines ****\n"); in __xe_devcoredump_read()
133 drm_puts(&p, "\n**** VM state ****\n"); in __xe_devcoredump_read()
455 drm_puts(p, line_buff); in xe_print_blob_ascii85()
[all …]
H A Dxe_guc_ct.c1718 drm_puts(p, "H2G CTB (all sizes in DW):\n"); in xe_guc_ct_snapshot_print()
1721 drm_puts(p, "G2H CTB (all sizes in DW):\n"); in xe_guc_ct_snapshot_print()
1732 drm_puts(p, "CT disabled\n"); in xe_guc_ct_snapshot_print()
1834 drm_puts(&lp, "**** Xe Device Coredump ****\n"); in ct_dead_print()
1840 drm_puts(&lp, "**** GuC Log ****\n"); in ct_dead_print()
1843 drm_puts(&lp, "**** GuC CT ****\n"); in ct_dead_print()
1846 drm_puts(&lp, "Done.\n"); in ct_dead_print()
H A Dxe_lrc.c1872 drm_puts(p, "\t[HWSP].data: "); in xe_lrc_snapshot_print()
1877 drm_puts(p, ascii85_encode(*val, dumped)); in xe_lrc_snapshot_print()
1881 drm_puts(p, "\t[HWCTX].data: "); in xe_lrc_snapshot_print()
1886 drm_puts(p, ascii85_encode(*val, dumped)); in xe_lrc_snapshot_print()
1888 drm_puts(p, "\n"); in xe_lrc_snapshot_print()
H A Dxe_guc.c1527 drm_puts(p, "\nScratch registers:\n"); in xe_guc_print_info()
1535 drm_puts(p, "\n"); in xe_guc_print_info()
1538 drm_puts(p, "\n"); in xe_guc_print_info()
H A Dxe_guc_capture.c1839 drm_puts(p, "\n"); in xe_engine_snapshot_print()
H A Dxe_vm.c3845 drm_puts(p, ascii85_encode(*val, dumped)); in xe_vm_snapshot_print()
3848 drm_puts(p, "\n"); in xe_vm_snapshot_print()
/linux-6.15/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_rm.c968 drm_puts(p, "- "); in dpu_rm_print_state_helper()
970 drm_puts(p, "# "); in dpu_rm_print_state_helper()
992 drm_puts(p, "\n"); in dpu_rm_print_state()
998 drm_puts(p, "\n"); in dpu_rm_print_state()
1000 drm_puts(p, "\tctl="); in dpu_rm_print_state()
1004 drm_puts(p, "\n"); in dpu_rm_print_state()
1010 drm_puts(p, "\n"); in dpu_rm_print_state()
1016 drm_puts(p, "\n"); in dpu_rm_print_state()
1021 drm_puts(p, "\n"); in dpu_rm_print_state()
1028 drm_puts(p, "\n"); in dpu_rm_print_state()
[all …]
/linux-6.15/drivers/gpu/drm/msm/adreno/
H A Da6xx_gpu_state.c1746 drm_puts(p, " "); in print_ascii85()
1754 drm_puts(p, "\n"); in print_ascii85()
1759 drm_puts(p, fmt); in print_name()
1760 drm_puts(p, name); in print_name()
1761 drm_puts(p, "\n"); in print_name()
1968 drm_puts(p, "gmu-log:\n"); in a6xx_show()
1978 drm_puts(p, "gmu-hfi:\n"); in a6xx_show()
1996 drm_puts(p, "gmu-debug:\n"); in a6xx_show()
2006 drm_puts(p, "registers:\n"); in a6xx_show()
2045 drm_puts(p, "clusters:\n"); in a6xx_show()
[all …]
H A Dadreno_gpu.c852 drm_puts(p, " data: !!ascii85 |\n"); in adreno_show_object()
853 drm_puts(p, " "); in adreno_show_object()
855 drm_puts(p, *ptr); in adreno_show_object()
857 drm_puts(p, "\n"); in adreno_show_object()
880 drm_puts(p, "fault-info:\n"); in adreno_show()
891 drm_puts(p, "pgtable-fault-info:\n"); in adreno_show()
900 drm_puts(p, "ringbuffer:\n"); in adreno_show()
916 drm_puts(p, "bos:\n"); in adreno_show()
931 drm_puts(p, "registers:\n"); in adreno_show()
/linux-6.15/drivers/gpu/drm/
H A Ddrm_debugfs.c761 drm_puts(&p, " detect"); in bridges_show()
763 drm_puts(&p, " edid"); in bridges_show()
765 drm_puts(&p, " hpd"); in bridges_show()
767 drm_puts(&p, " modes"); in bridges_show()
769 drm_puts(&p, " hdmi"); in bridges_show()
770 drm_puts(&p, "\n"); in bridges_show()
H A Ddrm_suballoc.c436 drm_puts(p, ">"); in drm_suballoc_dump_debug_info()
438 drm_puts(p, " "); in drm_suballoc_dump_debug_info()
449 drm_puts(p, "\n"); in drm_suballoc_dump_debug_info()
H A Ddrm_print.c260 void drm_puts(struct drm_printer *p, const char *str) in drm_puts() function
267 EXPORT_SYMBOL(drm_puts);
/linux-6.15/drivers/gpu/drm/i915/gt/uc/
H A Dintel_guc_log.c857 drm_puts(p, "GuC log relay not created\n"); in intel_guc_log_info()
861 drm_puts(p, "GuC logging stats:\n"); in intel_guc_log_info()
911 drm_puts(p, "(log data unaccessible)\n"); in intel_guc_log_dump()
926 drm_puts(p, "\n"); in intel_guc_log_dump()
H A Dintel_guc_debugfs.c26 drm_puts(&p, "\n"); in guc_info_show()
H A Dintel_guc.c936 drm_puts(p, "Scratch registers:\n"); in intel_guc_load_status()
/linux-6.15/include/drm/
H A Ddrm_print.h199 void drm_puts(struct drm_printer *p, const char *str);
/linux-6.15/drivers/gpu/drm/i915/gt/
H A Dintel_gt_pm_debugfs.c395 drm_puts(p, "no P-state info available\n"); in intel_gt_pm_frequency_dump()