On Tue, Jun 24, 2025 at 10:02:41AM -0500, Ian Forbes wrote:
> On Mon, Jun 23, 2025 at 5:35 PM Colin Ian King wrote:
> >
> > 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_fen
On Mon, Jun 23, 2025 at 5:35 PM Colin Ian King wrote:
>
> 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
Was this caught by a
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
---
drivers/gpu/drm/vmwgfx/vmwgfx_fence.c | 2 +-
1 file changed, 1 insertion(+), 1 de