* [PATCH] drm/etnaviv: Drop the <linux/pm_runtime.h> header
@ 2024-08-25 16:05 Sui Jingfeng
2024-08-26 14:26 ` Christian Gmeiner
0 siblings, 1 reply; 2+ messages in thread
From: Sui Jingfeng @ 2024-08-25 16:05 UTC (permalink / raw)
To: Lucas Stach, Russell King, Christian Gmeiner
Cc: David Airlie, Daniel Vetter, etnaviv, dri-devel, linux-kernel,
Sui Jingfeng
Currently, the etnaviv_gem_submit.c isn't call any runtime power management
functions. So drop it, we can re-include it when the header really get used
though.
Signed-off-by: Sui Jingfeng <sui.jingfeng@linux.dev>
---
drivers/gpu/drm/etnaviv/etnaviv_gem_submit.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/gpu/drm/etnaviv/etnaviv_gem_submit.c b/drivers/gpu/drm/etnaviv/etnaviv_gem_submit.c
index 3d0f8d182506..3c0a5c3e0e3d 100644
--- a/drivers/gpu/drm/etnaviv/etnaviv_gem_submit.c
+++ b/drivers/gpu/drm/etnaviv/etnaviv_gem_submit.c
@@ -6,7 +6,6 @@
#include <drm/drm_file.h>
#include <linux/dma-fence-array.h>
#include <linux/file.h>
-#include <linux/pm_runtime.h>
#include <linux/dma-resv.h>
#include <linux/sync_file.h>
#include <linux/uaccess.h>
--
2.34.1
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] drm/etnaviv: Drop the <linux/pm_runtime.h> header
2024-08-25 16:05 [PATCH] drm/etnaviv: Drop the <linux/pm_runtime.h> header Sui Jingfeng
@ 2024-08-26 14:26 ` Christian Gmeiner
0 siblings, 0 replies; 2+ messages in thread
From: Christian Gmeiner @ 2024-08-26 14:26 UTC (permalink / raw)
To: Sui Jingfeng
Cc: Lucas Stach, Russell King, David Airlie, Daniel Vetter, etnaviv,
dri-devel, linux-kernel
>
> Currently, the etnaviv_gem_submit.c isn't call any runtime power management
> functions. So drop it, we can re-include it when the header really get used
> though.
>
> Signed-off-by: Sui Jingfeng <sui.jingfeng@linux.dev>
Reviewed-by: Christian Gmeiner <cgmeiner@igalia.com>
> ---
> drivers/gpu/drm/etnaviv/etnaviv_gem_submit.c | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/drivers/gpu/drm/etnaviv/etnaviv_gem_submit.c b/drivers/gpu/drm/etnaviv/etnaviv_gem_submit.c
> index 3d0f8d182506..3c0a5c3e0e3d 100644
> --- a/drivers/gpu/drm/etnaviv/etnaviv_gem_submit.c
> +++ b/drivers/gpu/drm/etnaviv/etnaviv_gem_submit.c
> @@ -6,7 +6,6 @@
> #include <drm/drm_file.h>
> #include <linux/dma-fence-array.h>
> #include <linux/file.h>
> -#include <linux/pm_runtime.h>
> #include <linux/dma-resv.h>
> #include <linux/sync_file.h>
> #include <linux/uaccess.h>
> --
> 2.34.1
>
--
greets
--
Christian Gmeiner, MSc
https://christian-gmeiner.info/privacypolicy
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-08-26 14:26 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-08-25 16:05 [PATCH] drm/etnaviv: Drop the <linux/pm_runtime.h> header Sui Jingfeng
2024-08-26 14:26 ` Christian Gmeiner
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®