We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9bf3ef commit 445d336Copy full SHA for 445d336
drivers/gpu/drm/virtio/virtgpu_submit.c
@@ -48,7 +48,7 @@ struct virtio_gpu_submit {
48
static int virtio_gpu_do_fence_wait(struct virtio_gpu_submit *submit,
49
struct dma_fence *in_fence)
50
{
51
- u32 context = submit->fence_ctx + submit->ring_idx;
+ u64 context = submit->fence_ctx + submit->ring_idx;
52
53
if (dma_fence_match_context(in_fence, context))
54
return 0;
0 commit comments