Re: [PATCH v2 2/9] drm/sched: Move schedule policy to scheduler / entity

2023-08-11 Thread Matthew Brost
On Fri, Aug 11, 2023 at 06:43:22PM -0300, Maira Canal wrote: > Hi Matthew, > > I'm not sure in which tree you plan to apply this series, but if you > plan to apply it on drm-misc-next, it would be nice to rebase on top of > it. It would make it easier for driver maintainers to review it. > I

Re: [PATCH v2 2/9] drm/sched: Move schedule policy to scheduler / entity

2023-08-11 Thread Maira Canal
Hi Matthew, I'm not sure in which tree you plan to apply this series, but if you plan to apply it on drm-misc-next, it would be nice to rebase on top of it. It would make it easier for driver maintainers to review it. Apart from the small nit below it, I tested the Xe tree on v3d and things

[PATCH v2 2/9] drm/sched: Move schedule policy to scheduler / entity

2023-08-10 Thread Matthew Brost
Rather than a global modparam for scheduling policy, move the scheduling policy to scheduler / entity so user can control each scheduler / entity policy. v2: - s/DRM_SCHED_POLICY_MAX/DRM_SCHED_POLICY_COUNT (Luben) - Only include policy in scheduler (Luben) Signed-off-by: Matthew Brost ---