]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
drm/panfrost: Remove unused id_mask from struct panfrost_model
authorSteven Price <steven.price@arm.com>
Fri, 25 Oct 2024 14:00:07 +0000 (15:00 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 5 Dec 2024 12:53:17 +0000 (13:53 +0100)
[ Upstream commit 581d1f8248550f2b67847e6d84f29fbe3751ea0a ]

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>
Link: https://patchwork.freedesktop.org/patch/msgid/20241025140008.385081-1-steven.price@arm.com
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/gpu/drm/panfrost/panfrost_gpu.c

index fd8e44992184fa2e63a11e1810ea8e79f9e929a4..b52dd510e0367b4e1c4d0e2c11cd101c3917d569 100644 (file)
@@ -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 {