mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 03:40:35 +09:00
video: rockchip: rga3: Set the core value when single core
Signed-off-by: Yu Qiaowei <cerf.yu@rock-chips.com> Change-Id: I58fa90f96de054467dd1a1d61658377594c73c7a
This commit is contained in:
@@ -480,6 +480,7 @@ static struct rga_scheduler_t *rga_job_schedule(struct rga_job *job)
|
||||
return NULL;
|
||||
}
|
||||
} else {
|
||||
job->core = rga_drvdata->scheduler[0]->core;
|
||||
job->scheduler = rga_drvdata->scheduler[0];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user