freedreno/decode: Fix printing chip-id
Signed-off-by: Rob Clark <robdclark@chromium.org> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25231>
This commit is contained in:
parent
9fa75efe69
commit
fa2fc50f81
1 changed files with 1 additions and 1 deletions
|
|
@ -351,7 +351,7 @@ handle_file(const char *filename, int start, int end, int draw)
|
|||
case RD_CHIP_ID:
|
||||
if (!got_gpu_id) {
|
||||
options.dev_id.chip_id = parse_chip_id(ps.buf);
|
||||
printl(2, "chip_id: 0x" PRIx64 "\n", options.dev_id.chip_id);
|
||||
printl(2, "chip_id: 0x%" PRIx64 "\n", options.dev_id.chip_id);
|
||||
|
||||
const struct fd_dev_info *info = fd_dev_info(&options.dev_id);
|
||||
if (!info)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue