Lines Matching refs:drm_printf
1876 drm_printf(p, "[%#010x] MI_NOOP (%d dwords)\n", inst_header, num_noop); in dump_mi_command()
1880 drm_printf(p, "[%#010x] MI_TOPOLOGY_FILTER\n", inst_header); in dump_mi_command()
1884 drm_printf(p, "[%#010x] MI_BATCH_BUFFER_END\n", inst_header); in dump_mi_command()
1898 drm_printf(p, "[%#010x] MI_LOAD_REGISTER_IMM: %d regs\n", in dump_mi_command()
1901 drm_printf(p, " - %#6x = %#010x\n", dw[i], dw[i + 1]); in dump_mi_command()
1905 drm_printf(p, "[%#010x] MI_LOAD_REGISTER_MEM: %s%s\n", in dump_mi_command()
1910 drm_printf(p, " - %#6x = %#010llx\n", in dump_mi_command()
1913 drm_printf(p, " - %*ph (%s)\n", in dump_mi_command()
1919 drm_printf(p, "[%#010x] MI_FORCE_WAKEUP\n", inst_header); in dump_mi_command()
1923 drm_printf(p, "[%#010x] unknown MI opcode %#x, likely %d dwords\n", in dump_mi_command()
1949 drm_printf(p, "[%#010x] " #cmd " (%d dwords)\n", *dw, numdw); \ in dump_gfxpipe_command()
1953 drm_printf(p, "[%#010x] " #cmd " (%d dwords)\n", *dw, numdw); \ in dump_gfxpipe_command()
2075 …drm_printf(p, "[%#010x] unknown GFXPIPE command (pipeline=%#x, opcode=%#x, subopcode=%#x), likely … in dump_gfxpipe_command()
2100 drm_printf(p, "[%#010x] unknown GFX_STATE command (opcode=%#x), likely %d dwords\n", in dump_gfx_state_command()
2114 drm_printf(p, "No default LRC for class %d\n", hwe_class); in xe_lrc_dump_default()
2134 drm_printf(p, "[%#10x] Unknown instruction of type %#x, likely %d dwords\n", in xe_lrc_dump_default()
2334 drm_printf(p, "\tHW Context Desc: 0x%08x\n", snapshot->context_desc); in xe_lrc_snapshot_print()
2335 drm_printf(p, "\tHW Ring address: 0x%08x\n", in xe_lrc_snapshot_print()
2337 drm_printf(p, "\tHW Indirect Ring State: 0x%08x\n", in xe_lrc_snapshot_print()
2339 drm_printf(p, "\tLRC Head: (memory) %u\n", snapshot->head); in xe_lrc_snapshot_print()
2340 drm_printf(p, "\tLRC Tail: (internal) %u, (memory) %u\n", in xe_lrc_snapshot_print()
2342 drm_printf(p, "\tRing start: (memory) 0x%08x\n", snapshot->start); in xe_lrc_snapshot_print()
2343 drm_printf(p, "\tStart seqno: (memory) %d\n", snapshot->start_seqno); in xe_lrc_snapshot_print()
2344 drm_printf(p, "\tSeqno: (memory) %d\n", snapshot->seqno); in xe_lrc_snapshot_print()
2345 drm_printf(p, "\tTimestamp: 0x%08x\n", snapshot->ctx_timestamp); in xe_lrc_snapshot_print()
2346 drm_printf(p, "\tJob Timestamp: 0x%08x\n", snapshot->ctx_job_timestamp); in xe_lrc_snapshot_print()
2351 drm_printf(p, "\t[HWSP].length: 0x%x\n", LRC_PPHWSP_SIZE); in xe_lrc_snapshot_print()
2360 drm_printf(p, "\n\t[HWCTX].length: 0x%lx\n", snapshot->lrc_size - LRC_PPHWSP_SIZE); in xe_lrc_snapshot_print()
2361 drm_printf(p, "\n\t[HWCTX].replay_offset: 0x%lx\n", snapshot->replay_offset); in xe_lrc_snapshot_print()
2362 drm_printf(p, "\n\t[HWCTX].replay_length: 0x%lx\n", snapshot->replay_size); in xe_lrc_snapshot_print()