linux_dsm_epyc7002/drivers/gpu/drm/panfrost
Nirmoy Das b3ac17667f drm/scheduler: rework entity creation
Entity currently keeps a copy of run_queue list and modify it in
drm_sched_entity_set_priority(). Entities shouldn't modify run_queue
list. Use drm_gpu_scheduler list instead of drm_sched_rq list
in drm_sched_entity struct. In this way we can select a runqueue based
on entity/ctx's priority for a  drm scheduler.

Signed-off-by: Nirmoy Das <nirmoy.das@amd.com>
Reviewed-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
2019-12-18 16:09:12 -05:00
..
Kconfig
Makefile
panfrost_devfreq.c
panfrost_devfreq.h
panfrost_device.c
panfrost_device.h
panfrost_drv.c
panfrost_features.h
panfrost_gem_shrinker.c
panfrost_gem.c
panfrost_gem.h
panfrost_gpu.c
panfrost_gpu.h
panfrost_issues.h
panfrost_job.c drm/scheduler: rework entity creation 2019-12-18 16:09:12 -05:00
panfrost_job.h
panfrost_mmu.c
panfrost_mmu.h
panfrost_perfcnt.c
panfrost_perfcnt.h
panfrost_regs.h
TODO