Thread (52 messages) 52 messages, 14 authors, 2024-12-09

Re: [PATCH v2 09/21] drm/etnaviv: Convert timeouts to secs_to_jiffies()

From: Christian Gmeiner <christian.gmeiner@gmail.com>
Date: 2024-12-02 21:17:05
Also in: ath11k, ceph-devel, cocci, dri-devel, intel-xe, linux-block, linux-bluetooth, linux-mm, linux-s390, linux-scsi, linux-sound, linux-staging, linux-wireless, live-patching, lkml, netdev, netfilter-devel, xen-devel

quoted hunk ↗ jump to hunk
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 <redacted>
Reviewed-by: Christian Gmeiner <redacted>
quoted hunk ↗ jump to hunk
---
 drivers/gpu/drm/etnaviv/etnaviv_cmdbuf.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/gpu/drm/etnaviv/etnaviv_cmdbuf.c b/drivers/gpu/drm/etnaviv/etnaviv_cmdbuf.c
index 721d633aece9d4c81f0019e4c55884f26ee61c60..0f5a2c885d0ab7029c7248e15d6ea3c31823b782 100644
--- a/drivers/gpu/drm/etnaviv/etnaviv_cmdbuf.c
+++ b/drivers/gpu/drm/etnaviv/etnaviv_cmdbuf.c
@@ -100,7 +100,7 @@ int etnaviv_cmdbuf_init(struct etnaviv_cmdbuf_suballoc *suballoc,
                mutex_unlock(&suballoc->lock);
                ret = wait_event_interruptible_timeout(suballoc->free_event,
                                                       suballoc->free_space,
-                                                      msecs_to_jiffies(10 * 1000));
+                                                      secs_to_jiffies(10));
                if (!ret) {
                        dev_err(suballoc->dev,
                                "Timeout waiting for cmdbuf space\n");

--
2.34.1

-- 
greets
--
Christian Gmeiner, MSc

https://christian-gmeiner.info/privacypolicy
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help