Re: [PATCH 09/13] drm/msm: Use the DRM common Scheduler

2018-10-03 Thread Sharat Masetty
Thanks for the review comments Jordan. I tried to answer a few queries.. please check. On 10/2/2018 12:32 AM, Jordan Crouse wrote: On Mon, Oct 01, 2018 at 06:01:41PM +0530, Sharat Masetty wrote: This patch hooks up the DRM gpu scheduler to the msm DRM driver. The most noticeable changes to

Re: [PATCH 09/13] drm/msm: Use the DRM common Scheduler

2018-10-01 Thread Jordan Crouse
On Mon, Oct 01, 2018 at 06:01:41PM +0530, Sharat Masetty wrote: > This patch hooks up the DRM gpu scheduler to the msm DRM driver. The > most noticeable changes to the driver are as follows. The submit path is > split into two parts, in the user context the submit(job) is created and > added to

[PATCH 09/13] drm/msm: Use the DRM common Scheduler

2018-10-01 Thread Sharat Masetty
This patch hooks up the DRM gpu scheduler to the msm DRM driver. The most noticeable changes to the driver are as follows. The submit path is split into two parts, in the user context the submit(job) is created and added to one of the entity's scheduler run queue. The scheduler then tries to drain