On 1/16/26 17:20, Alex Deucher wrote: > Needs to be a u64. > > Signed-off-by: Alex Deucher <[email protected]>
Reviewed-by: Christian König <[email protected]> > --- > drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c > b/drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c > index 3a23cce5f769a..f2f0288b7dce4 100644 > --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c > +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c > @@ -764,7 +764,7 @@ void amdgpu_fence_save_wptr(struct amdgpu_fence *af) > } > > static void amdgpu_ring_backup_unprocessed_command(struct amdgpu_ring *ring, > - u64 start_wptr, u32 end_wptr) > + u64 start_wptr, u64 end_wptr) > { > unsigned int first_idx = start_wptr & ring->buf_mask; > unsigned int last_idx = end_wptr & ring->buf_mask;
