aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c
diff options
context:
space:
mode:
authorEaswar Hariharan <[email protected]>2024-11-15 21:26:26 +0000
committerLucas Stach <[email protected]>2024-12-03 17:29:48 +0000
commit16ab70e8dabe4f26b2de1c13e1937e190b0d2d24 (patch)
tree3e66770a6b6837a0c7a645baba8b7d5f618f051b /drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c
parentdrm/etnaviv: Fix page property being used for non writecombine buffers (diff)
downloadkernel-16ab70e8dabe4f26b2de1c13e1937e190b0d2d24.tar.gz
kernel-16ab70e8dabe4f26b2de1c13e1937e190b0d2d24.zip
drm/etnaviv: Convert timeouts to secs_to_jiffies()
Changes made with the following Coccinelle rules: @@ constant C; @@ - msecs_to_jiffies(C * 1000) + secs_to_jiffies(C) @@ constant C; @@ - msecs_to_jiffies(C * MSEC_PER_SEC) + secs_to_jiffies(C) Signed-off-by: Easwar Hariharan <[email protected]> Reviewed-by: Christian Gmeiner <[email protected]> Signed-off-by: Lucas Stach <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c')
0 files changed, 0 insertions, 0 deletions