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:
Yu Qiaowei
2022-04-02 15:47:05 +08:00
committed by Tao Huang
parent 86e7631272
commit 163cdad8ff

View File

@@ -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];
}