pps: do not change scheduler in GpuDataSource::trace
Calling sched_setscheduler twice on each trace call has a high cpu overhead. intel and panfrost use HW/kernel-based sampling. freedreno has switched to pps_rt_sampler. We do not need it to avoid preemption anymore.