Skip to content

Commit 581d1f8

Browse files
author
Steven Price
committed
drm/panfrost: Remove unused id_mask from struct panfrost_model
The id_mask field of struct panfrost_model has never been used. Fixes: f3ba912 ("drm/panfrost: Add initial panfrost driver") Signed-off-by: Steven Price <[email protected]> Reviewed-by: Boris Brezillon <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
1 parent d4e4e49 commit 581d1f8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/gpu/drm/panfrost/panfrost_gpu.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,6 @@ static void panfrost_gpu_init_quirks(struct panfrost_device *pfdev)
177177
struct panfrost_model {
178178
const char *name;
179179
u32 id;
180-
u32 id_mask;
181180
u64 features;
182181
u64 issues;
183182
struct {

0 commit comments

Comments
 (0)