RE: [PATCH 1/2] drm: add a flag to indicate job is resubmitted

2021-02-24 Thread Liu, Monk
[AMD Official Use Only - Internal Distribution Only] Patches are fine by me, reviewed by: Monk Liu Still need Christian to take a look Thanks -- Monk Liu | Cloud-GPU Core team -- -Original Message-

[PATCH 1/2] drm: add a flag to indicate job is resubmitted

2021-02-24 Thread Jingwen Chen
Add a flag in drm_sched_job to indicate the job resubmit. Signed-off-by: Jingwen Chen --- drivers/gpu/drm/scheduler/sched_main.c | 2 ++ include/drm/gpu_scheduler.h| 2 ++ 2 files changed, 4 insertions(+) diff --git a/drivers/gpu/drm/scheduler/sched_main.c