Re: [PATCH 1/4] drm/scheduler: make sure timer is restarted

2018-10-17 Thread Nayan Deshmukh
Patch 1 and 2 are Reviewed-by: Nayan Deshmukh On Wed, Oct 17, 2018 at 12:30 AM Grodzovsky, Andrey wrote: > > Patches 1-3 Reviewed-by: Andrey Grodzovsky > > Patch 4 Acked-by: Andrey Grodzovsky > > Andrey > > > On 10/16/2018 07:55 AM, Christian König wrote: > > Make sure we always restart the

Re: [PATCH 1/4] drm/scheduler: make sure timer is restarted

2018-10-16 Thread Grodzovsky, Andrey
Patches 1-3 Reviewed-by: Andrey Grodzovsky Patch 4 Acked-by: Andrey Grodzovsky Andrey On 10/16/2018 07:55 AM, Christian König wrote: > Make sure we always restart the timer after a timeout and remove the > device specific workarounds. > > Signed-off-by: Christian König > --- >

[PATCH 1/4] drm/scheduler: make sure timer is restarted

2018-10-16 Thread Christian König
Make sure we always restart the timer after a timeout and remove the device specific workarounds. Signed-off-by: Christian König --- drivers/gpu/drm/etnaviv/etnaviv_sched.c | 2 -- drivers/gpu/drm/scheduler/sched_main.c | 1 + drivers/gpu/drm/v3d/v3d_sched.c | 3 --- 3 files changed, 1