aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_object.h
diff options
context:
space:
mode:
authorDan Carpenter <[email protected]>2024-04-08 07:36:35 +0000
committerBoris Brezillon <[email protected]>2024-04-22 07:39:40 +0000
commita9b7dfd1d1f96be3a3f92128e9d78719a8d65939 (patch)
tree4048d6412f3a06cdfb480966bf2266ce9b65c3d9 /drivers/gpu/drm/amd/amdgpu/amdgpu_object.h
parentdrm/rockchip: cdn-dp: drop driver owner assignment (diff)
downloadkernel-a9b7dfd1d1f96be3a3f92128e9d78719a8d65939.tar.gz
kernel-a9b7dfd1d1f96be3a3f92128e9d78719a8d65939.zip
drm/panthor: clean up some types in panthor_sched_suspend()
These variables should be u32 instead of u64 because they're only storing u32 values. Also static checkers complain when we do: suspended_slots &= ~upd_ctx.timedout_mask; In this code "suspended_slots" is a u64 and "upd_ctx.timedout_mask". The mask clears out the top 32 bits which would likely be a bug if anything were stored there. Signed-off-by: Dan Carpenter <[email protected]> Reviewed-by: Steven Price <[email protected]> Reviewed-by: Boris Brezillon <[email protected]> Signed-off-by: Boris Brezillon <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_object.h')
0 files changed, 0 insertions, 0 deletions