mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-08-31 02:21:39 -04:00
drm/panfrost: Remove unused scheduled_jobs list
The scheduled_jobs list head was introduced in commit f3ba91228e
("drm/panfrost: Add initial panfrost driver") but never used. Remove the
dead field and its initialization.
Signed-off-by: Maíra Canal <mcanal@igalia.com>
Reviewed-by: Steven Price <steven.price@arm.com>
Reviewed-by: Adrián Larumbe <adrian.larumbe@collabora.com>
Link: https://patch.msgid.link/20260710121423.2820472-2-mcanal@igalia.com
Signed-off-by: Adrián Larumbe <adrian.larumbe@collabora.com>
This commit is contained in:
committed by
Adrián Larumbe
parent
35fff4830c
commit
48dd37d1fe
@@ -218,7 +218,6 @@ int panfrost_device_init(struct panfrost_device *pfdev)
|
||||
int err;
|
||||
|
||||
mutex_init(&pfdev->sched_lock);
|
||||
INIT_LIST_HEAD(&pfdev->scheduled_jobs);
|
||||
INIT_LIST_HEAD(&pfdev->as_lru_list);
|
||||
|
||||
spin_lock_init(&pfdev->as_lock);
|
||||
|
||||
@@ -156,7 +156,6 @@ struct panfrost_device {
|
||||
struct panfrost_job_slot *js;
|
||||
|
||||
struct panfrost_job *jobs[NUM_JOB_SLOTS][2];
|
||||
struct list_head scheduled_jobs;
|
||||
|
||||
struct panfrost_perfcnt *perfcnt;
|
||||
bool profile_mode;
|
||||
|
||||
Reference in New Issue
Block a user