We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2078f28 commit 666d802Copy full SHA for 666d802
drivers/gpu/drm/scheduler/sched_main.c
@@ -1153,9 +1153,6 @@ static void drm_sched_free_job_work(struct work_struct *w)
1153
container_of(w, struct drm_gpu_scheduler, work_free_job);
1154
struct drm_sched_job *job;
1155
1156
- if (READ_ONCE(sched->pause_submit))
1157
- return;
1158
-
1159
job = drm_sched_get_finished_job(sched);
1160
if (job)
1161
sched->ops->free_job(job);
@@ -1179,9 +1176,6 @@ static void drm_sched_run_job_work(struct work_struct *w)
1179
1176
struct drm_sched_job *sched_job;
1180
1177
int r;
1181
1178
1182
1183
1184
1185
/* Find entity with a ready job */
1186
entity = drm_sched_select_entity(sched);
1187
if (!entity)
0 commit comments