linux-stable/drivers/gpu/drm/v3d
Nayan Deshmukh 6a96243056 drm/scheduler: remove timeout work_struct from drm_sched_job (v3)
having a delayed work item per job is redundant as we only need one
per scheduler to track the time out the currently executing job.

v2: the first element of the ring mirror list is the currently
executing job so we don't need a additional variable for it

v3: squash in fixes for v3d and etnaviv

Signed-off-by: Nayan Deshmukh <nayan26deshmukh@gmail.com>
Suggested-by: Christian König <christian.koenig@amd.com>
Reviewed-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
2018-09-27 09:55:45 -05:00
..
Kconfig drm/v3d: add CONFIG_MMU dependency 2018-05-30 12:15:18 -07:00
Makefile
v3d_bo.c drm/v3d: use new return type vm_fault_t in v3d_gem_fault 2018-07-05 11:42:40 -07:00
v3d_debugfs.c
v3d_drv.c drm/scheduler: modify API to avoid redundancy 2018-07-25 15:06:19 -05:00
v3d_drv.h drm/v3d: Delay the scheduler timeout if we're still making progress. 2018-07-05 11:42:49 -07:00
v3d_fence.c drm/v3d: Remove unnecessary dma_fence_ops. 2018-07-05 11:42:50 -07:00
v3d_gem.c drm: expand replace_fence to support timeline point v2 2018-09-06 11:09:31 +02:00
v3d_irq.c drm/v3d: Remove the bad signaled() implementation. 2018-06-21 14:46:05 -07:00
v3d_mmu.c
v3d_regs.h drm/v3d: Delay the scheduler timeout if we're still making progress. 2018-07-05 11:42:49 -07:00
v3d_sched.c drm/scheduler: remove timeout work_struct from drm_sched_job (v3) 2018-09-27 09:55:45 -05:00
v3d_trace.h
v3d_trace_points.c