s/fair/FAIR On Wed, 2025-10-08 at 09:53 +0100, Tvrtko Ursulin wrote: > Fair policy works better than FIFO for all known use cases and either
s/Fair/FAIR > matches or gets close to RR. Lets make it a default to improve the user > experience especially with interactive workloads competing with heavy > clients. > > Signed-off-by: Tvrtko Ursulin <[email protected]> > Cc: Christian König <[email protected]> > Cc: Danilo Krummrich <[email protected]> > Cc: Matthew Brost <[email protected]> > Cc: Philipp Stanner <[email protected]> > Cc: Pierre-Eric Pelloux-Prayer <[email protected]> I hope that we'll see an a-b or two here from some of the driver folks to see that they're aware of this coming. @Christian, @Alex (+Cc) Your driver is the main benefactor from this series, so your blessing for FAIR would be neat. P. > --- > drivers/gpu/drm/scheduler/sched_main.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/gpu/drm/scheduler/sched_main.c > b/drivers/gpu/drm/scheduler/sched_main.c > index 204d99c6699f..858fc28e91e4 100644 > --- a/drivers/gpu/drm/scheduler/sched_main.c > +++ b/drivers/gpu/drm/scheduler/sched_main.c > @@ -84,7 +84,7 @@ > #define CREATE_TRACE_POINTS > #include "gpu_scheduler_trace.h" > > -int drm_sched_policy = DRM_SCHED_POLICY_FIFO; > +int drm_sched_policy = DRM_SCHED_POLICY_FAIR; > > /** > * DOC: sched_policy (int)
