linux_dsm_epyc7002/drivers/gpu/drm/lima
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 drm/lima: Fix Kconfig indentation 2019-11-20 17:40:32 +01:00
lima_bcast.c
lima_bcast.h
lima_ctx.c
lima_ctx.h
lima_device.c drm/lima: add __GFP_NOWARN flag to all dma_alloc_wc 2019-10-17 23:42:02 +08:00
lima_device.h
lima_dlbu.c
lima_dlbu.h
lima_drv.c drm/lima: use drm_gem_shmem_helpers 2019-10-17 23:41:03 +08:00
lima_drv.h
lima_gem.c drm/lima: use drm_gem_(un)lock_reservations 2019-10-17 23:41:54 +08:00
lima_gem.h drm/lima: use drm_gem_shmem_helpers 2019-10-17 23:41:03 +08:00
lima_gp.c
lima_gp.h
lima_l2_cache.c
lima_l2_cache.h
lima_mmu.c drm/lima: use drm_gem_shmem_helpers 2019-10-17 23:41:03 +08:00
lima_mmu.h
lima_pmu.c
lima_pmu.h
lima_pp.c drm/lima: handle shared irq case for lima_pp_bcast_irq_handler 2019-04-20 16:14:09 +08:00
lima_pp.h
lima_regs.h
lima_sched.c drm/scheduler: rework entity creation 2019-12-18 16:09:12 -05:00
lima_sched.h drm/lima: Use the drm_gem_fence_array_add helpers for our deps. 2019-04-16 15:53:48 -07:00
lima_vm.c drm/lima: add __GFP_NOWARN flag to all dma_alloc_wc 2019-10-17 23:42:02 +08:00
lima_vm.h drm/lima: Mark 64-bit number as ULL 2019-06-23 11:22:12 +08:00
Makefile drm/lima: use drm_gem_shmem_helpers 2019-10-17 23:41:03 +08:00