]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
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>
Sat, 14 Dec 2024 18:50:55 +0000 (19:50 +0100)
commit584fb280f30daeb10ba7e5ff788afed6bbe9e1af
tree1c60914cdaf09288bf240b13af2c480b304a76fe
parenta374e7e79fbdd7574bd89344447b0d4b91ba9801
drm/panfrost: Remove unused id_mask from struct panfrost_model

[ 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