mirror of
https://github.com/torvalds/linux.git
synced 2026-05-31 10:33:41 +02:00
drm/panfrost: Remove unused id_mask from struct panfrost_model
The id_mask field of struct panfrost_model has never been used.
Fixes: f3ba91228e ("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
This commit is contained in:
parent
d4e4e498be
commit
581d1f8248
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user