diff options
| author | Easwar Hariharan <[email protected]> | 2024-11-15 21:26:26 +0000 |
|---|---|---|
| committer | Lucas Stach <[email protected]> | 2024-12-03 17:29:48 +0000 |
| commit | 16ab70e8dabe4f26b2de1c13e1937e190b0d2d24 (patch) | |
| tree | 3e66770a6b6837a0c7a645baba8b7d5f618f051b /drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c | |
| parent | drm/etnaviv: Fix page property being used for non writecombine buffers (diff) | |
| download | kernel-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
