]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/vmwgfx: fix missing assignment to ts
authorColin Ian King <colin.i.king@gmail.com>
Mon, 23 Jun 2025 22:35:26 +0000 (23:35 +0100)
committerZack Rusin <zack.rusin@broadcom.com>
Mon, 28 Jul 2025 12:51:16 +0000 (08:51 -0400)
commit33f8f321e7aa7715ce19560801ee5223ba8b9a7d
tree4150711fc958d08851b87ef7bd3dd3f2f55dbb3e
parenta7352c849492a30b5d8491fcb9314ab376a3942f
drm/vmwgfx: fix missing assignment to ts

The assignment to ts is missing on the call to ktime_to_timespec64.
Fix this by adding the missing assignment.

Fixes: db6a94b26354 ("drm/vmwgfx: Implement dma_fence_ops properly")
Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Reviewed-by: Ian Forbes <ian.forbes@broadcom.com>
Signed-off-by: Zack Rusin <zack.rusin@broadcom.com>
Link: https://lore.kernel.org/r/20250623223526.281398-1-colin.i.king@gmail.com
drivers/gpu/drm/vmwgfx/vmwgfx_fence.c