Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions drivers/gpu/drm/i915/gt/intel_engine_cs.c
Original file line number Diff line number Diff line change
Expand Up @@ -2090,12 +2090,10 @@ static void linux_hexdump(struct drm_printer *m, const void *buf, size_t len)
continue;
}

#ifdef __linux__
WARN_ON_ONCE(hex_dump_to_buffer(buf + pos, len - pos,
rowsize, sizeof(u32),
line, sizeof(line),
false) >= sizeof(line));
#endif
drm_printf(m, "[%04zx] %s\n", pos, line);

prev = buf + pos;
Expand Down