]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/vmwgfx: Set a unique ID for each submitted command buffer
authorIan Forbes <ian.forbes@broadcom.com>
Fri, 9 Jan 2026 15:51:39 +0000 (09:51 -0600)
committerZack Rusin <zack.rusin@broadcom.com>
Thu, 5 Feb 2026 17:44:14 +0000 (12:44 -0500)
commit922f9dec5d19df4cfbb7070275e5c131d10c80f3
tree6fa1b45fe7b52e85691b92c086273a4e1ebed18c
parent211ecfaaef186ee5230a77d054cdec7fbfc6724a
drm/vmwgfx: Set a unique ID for each submitted command buffer

These IDs are logged by the Hypervisor when debug logging is enabled.
Having the IDs in the log makes it much easier to see when command
buffers start and finish. They can also be used by logging/tracing
in the Guest to help correlate between Guest and Hypervisor logs.

Signed-off-by: Ian Forbes <ian.forbes@broadcom.com>
Signed-off-by: Zack Rusin <zack.rusin@broadcom.com>
Link: https://patch.msgid.link/20260109155139.3259493-1-ian.forbes@broadcom.com
drivers/gpu/drm/vmwgfx/vmwgfx_cmdbuf.c