Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0c10f950 authored by Jordan Crouse's avatar Jordan Crouse
Browse files

msm: kgsl: Fix the trace output for kgsl_issueibcmds



the ib= field in the kgsl_issueibcmds ftrace event is be the GPU
address of the first indirect buffer. Output it in hex, not decimal.

Change-Id: Ic0dedbad2fab5f280f71c819cdaac03789d90288
Signed-off-by: default avatarJordan Crouse <jcrouse@codeaurora.org>
parent d9ac307a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -69,7 +69,7 @@ TRACE_EVENT(kgsl_issueibcmds,
	),

	TP_printk(
		"d_name=%s ctx=%u ib=0x%u numibs=%u ts=%u "
		"d_name=%s ctx=%u ib=0x%X numibs=%u ts=%u "
		"flags=0x%x(%s) result=%d type=%s",
		__get_str(device_name),
		__entry->drawctxt_id,