| /linux/drivers/gpu/drm/msm/disp/dpu1/ |
| H A D | dpu_rm.c | 986 drm_puts(p, "- "); in dpu_rm_print_state_helper() 988 drm_puts(p, "# "); in dpu_rm_print_state_helper() 1005 drm_puts(p, "resource mapping:\n"); in dpu_rm_print_state() 1006 drm_puts(p, "\tpingpong="); in dpu_rm_print_state() 1010 drm_puts(p, "\n"); in dpu_rm_print_state() 1012 drm_puts(p, "\tmixer="); in dpu_rm_print_state() 1016 drm_puts(p, "\n"); in dpu_rm_print_state() 1018 drm_puts(p, "\tctl="); in dpu_rm_print_state() 1022 drm_puts(p, "\n"); in dpu_rm_print_state() 1024 drm_puts(p, "\tdspp="); in dpu_rm_print_state() [all …]
|
| /linux/drivers/gpu/drm/msm/adreno/ |
| H A D | a6xx_gpu_state.c | 1766 drm_puts(p, " data: !!ascii85 |\n"); in print_ascii85() 1767 drm_puts(p, " "); in print_ascii85() 1773 drm_puts(p, ascii85_encode(data[i], out)); in print_ascii85() 1775 drm_puts(p, "\n"); in print_ascii85() 1780 drm_puts(p, fmt); in print_name() 1781 drm_puts(p, name); in print_name() 1782 drm_puts(p, "\n"); in print_name() 1962 drm_puts(p, " - debugbus-block: A6XX_DBGBUS_VBIF\n"); in a6xx_show_debugbus() 1991 drm_puts(p, "gmu-log:\n"); in a6xx_show() 2001 drm_puts(p, "gmu-hfi:\n"); in a6xx_show() [all …]
|
| /linux/drivers/gpu/drm/ |
| H A D | drm_bridge.c | 1595 drm_puts(p, " detect"); in drm_bridge_debugfs_show_bridge() 1597 drm_puts(p, " edid"); in drm_bridge_debugfs_show_bridge() 1599 drm_puts(p, " hpd"); in drm_bridge_debugfs_show_bridge() 1601 drm_puts(p, " modes"); in drm_bridge_debugfs_show_bridge() 1603 drm_puts(p, " hdmi"); in drm_bridge_debugfs_show_bridge() 1604 drm_puts(p, "\n"); in drm_bridge_debugfs_show_bridge()
|
| H A D | drm_suballoc.c | 438 drm_puts(p, ">"); in drm_suballoc_dump_debug_info() 440 drm_puts(p, " "); in drm_suballoc_dump_debug_info() 451 drm_puts(p, "\n"); in drm_suballoc_dump_debug_info()
|
| H A D | drm_print.c | 261 void drm_puts(struct drm_printer *p, const char *str) in drm_puts() function 268 EXPORT_SYMBOL(drm_puts);
|
| /linux/drivers/gpu/drm/xe/ |
| H A D | xe_tuning.c | 236 drm_puts(p, "\n"); in xe_tuning_dump() 241 drm_puts(p, "\n"); in xe_tuning_dump()
|
| H A D | xe_guc_ct.c | 2049 drm_puts(p, "H2G CTB (all sizes in DW):\n"); in xe_guc_ct_snapshot_print() 2052 drm_puts(p, "G2H CTB (all sizes in DW):\n"); in xe_guc_ct_snapshot_print() 2063 drm_puts(p, "CT disabled\n"); in xe_guc_ct_snapshot_print() 2187 drm_puts(&lp, "**** Xe Device Coredump ****\n"); in ct_dead_print() 2194 drm_puts(&lp, "**** GuC Log ****\n"); in ct_dead_print() 2197 drm_puts(&lp, "**** GuC CT ****\n"); in ct_dead_print() 2200 drm_puts(&lp, "Done.\n"); in ct_dead_print()
|
| H A D | xe_wa.c | 1067 drm_puts(p, "\n"); in xe_wa_gt_dump() 1072 drm_puts(p, "\n"); in xe_wa_gt_dump() 1077 drm_puts(p, "\n"); in xe_wa_gt_dump()
|
| H A D | xe_lrc.c | 2352 drm_puts(p, "\t[HWSP].data: "); in xe_lrc_snapshot_print() 2357 drm_puts(p, ascii85_encode(*val, dumped)); in xe_lrc_snapshot_print() 2364 drm_puts(p, "\t[HWCTX].data: "); in xe_lrc_snapshot_print() 2369 drm_puts(p, ascii85_encode(*val, dumped)); in xe_lrc_snapshot_print() 2371 drm_puts(p, "\n"); in xe_lrc_snapshot_print()
|
| H A D | xe_sriov_vf_ccs.c | 489 drm_puts(p, "\n"); in xe_sriov_vf_ccs_print()
|
| H A D | xe_gt_sriov_pf_debugfs.c | 215 drm_puts(&p, "\n"); in sched_groups_info() 289 drm_puts(&p, "\n"); in sched_groups_config_show()
|
| H A D | xe_guc.c | 1711 drm_puts(p, "\nScratch registers:\n"); in xe_guc_print_info() 1718 drm_puts(p, "\n"); in xe_guc_print_info() 1721 drm_puts(p, "\n"); in xe_guc_print_info()
|
| H A D | xe_vm.c | 4300 drm_puts(p, ascii85_encode(*val, dumped)); in xe_vm_snapshot_print() 4303 drm_puts(p, "\n"); in xe_vm_snapshot_print()
|
| /linux/drivers/gpu/drm/i915/gt/uc/ |
| H A D | intel_guc_log.c | 862 drm_puts(p, "GuC log relay not created\n"); in intel_guc_log_info() 866 drm_puts(p, "GuC logging stats:\n"); in intel_guc_log_info() 916 drm_puts(p, "(log data unaccessible)\n"); in intel_guc_log_dump() 931 drm_puts(p, "\n"); in intel_guc_log_dump()
|
| H A D | intel_guc.c | 943 drm_puts(p, "Scratch registers:\n"); in intel_guc_load_status()
|
| /linux/include/drm/ |
| H A D | drm_print.h | 199 void drm_puts(struct drm_printer *p, const char *str);
|