Re: [Freedreno] [PATCH v2] drm/scheduler: Add drm_sched_job_cleanup

2018-10-29 Thread Koenig, Christian
Reviewed-by: Christian König Going to push that to into our upstream branch. Thanks, Christian. Am 29.10.18 um 16:01 schrieb Grodzovsky, Andrey: > Acked-by: Andrey Grodzovsky > > Andrey > > > On 10/29/2018 05:32 AM, Sharat Masetty wrote: >> This patch adds a new API to clean up the scheduler j

Re: [Freedreno] [PATCH v2] drm/scheduler: Add drm_sched_job_cleanup

2018-10-29 Thread Grodzovsky, Andrey
Acked-by: Andrey Grodzovsky Andrey On 10/29/2018 05:32 AM, Sharat Masetty wrote: > This patch adds a new API to clean up the scheduler job resources. This > is primarliy needed in cases the job was created but was not queued to > the scheduler queue. Additionally with this change, the layer whi

[Freedreno] [PATCH v2] drm/scheduler: Add drm_sched_job_cleanup

2018-10-29 Thread Sharat Masetty
This patch adds a new API to clean up the scheduler job resources. This is primarliy needed in cases the job was created but was not queued to the scheduler queue. Additionally with this change, the layer which creates the scheduler job also gets to free up the job's resources and this entails movi