* [PATCH] drm/panfrost: Remove unused id_mask from struct panfrost_model
@ 2024-10-25 14:00 Steven Price
2024-10-25 14:10 ` Boris Brezillon
0 siblings, 1 reply; 2+ messages in thread
From: Steven Price @ 2024-10-25 14:00 UTC (permalink / raw)
To: Boris Brezillon, Rob Herring; +Cc: Steven Price, dri-devel
The id_mask field of struct panfrost_model has never been used.
Fixes: f3ba91228e8e ("drm/panfrost: Add initial panfrost driver")
Signed-off-by: Steven Price <steven.price@arm.com>
---
drivers/gpu/drm/panfrost/panfrost_gpu.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/gpu/drm/panfrost/panfrost_gpu.c b/drivers/gpu/drm/panfrost/panfrost_gpu.c
index f19f918e2330..f5abde3866fb 100644
--- a/drivers/gpu/drm/panfrost/panfrost_gpu.c
+++ b/drivers/gpu/drm/panfrost/panfrost_gpu.c
@@ -177,7 +177,6 @@ static void panfrost_gpu_init_quirks(struct panfrost_device *pfdev)
struct panfrost_model {
const char *name;
u32 id;
- u32 id_mask;
u64 features;
u64 issues;
struct {
--
2.39.5
^ permalink raw reply related [flat|nested] 2+ messages in thread* Re: [PATCH] drm/panfrost: Remove unused id_mask from struct panfrost_model
2024-10-25 14:00 [PATCH] drm/panfrost: Remove unused id_mask from struct panfrost_model Steven Price
@ 2024-10-25 14:10 ` Boris Brezillon
0 siblings, 0 replies; 2+ messages in thread
From: Boris Brezillon @ 2024-10-25 14:10 UTC (permalink / raw)
To: Steven Price; +Cc: Rob Herring, dri-devel
On Fri, 25 Oct 2024 15:00:07 +0100
Steven Price <steven.price@arm.com> wrote:
> The id_mask field of struct panfrost_model has never been used.
>
> Fixes: f3ba91228e8e ("drm/panfrost: Add initial panfrost driver")
> Signed-off-by: Steven Price <steven.price@arm.com>
Reviewed-by: Boris Brezillon <boris.brezillon@collabora.com>
> ---
> drivers/gpu/drm/panfrost/panfrost_gpu.c | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/drivers/gpu/drm/panfrost/panfrost_gpu.c b/drivers/gpu/drm/panfrost/panfrost_gpu.c
> index f19f918e2330..f5abde3866fb 100644
> --- a/drivers/gpu/drm/panfrost/panfrost_gpu.c
> +++ b/drivers/gpu/drm/panfrost/panfrost_gpu.c
> @@ -177,7 +177,6 @@ static void panfrost_gpu_init_quirks(struct panfrost_device *pfdev)
> struct panfrost_model {
> const char *name;
> u32 id;
> - u32 id_mask;
> u64 features;
> u64 issues;
> struct {
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-10-25 14:10 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-25 14:00 [PATCH] drm/panfrost: Remove unused id_mask from struct panfrost_model Steven Price
2024-10-25 14:10 ` Boris Brezillon
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.