| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2018-08-27 | drm/scheduler: rename gpu_scheduler.c to sched_main.c | Christian König | 1 | -1/+1 | |
| Better match the naming of the other components. Signed-off-by: Christian König <[email protected]> Reviewed-by: Huang Rui <[email protected]> Signed-off-by: Alex Deucher <[email protected]> | |||||
| 2018-08-27 | drm/scheduler: move entity handling into separate file | Christian König | 1 | -1/+1 | |
| This is complex enough on it's own. Move it into a separate C file. Signed-off-by: Christian König <[email protected]> Reviewed-by: Huang Rui <[email protected]> Signed-off-by: Alex Deucher <[email protected]> | |||||
| 2018-07-31 | drm/sched: remove unneeded -Iinclude/drm compiler flag | Masahiro Yamada | 1 | -1/+0 | |
| I refactored the include directives under include/drm/ some time ago. This flag is unneeded. Signed-off-by: Masahiro Yamada <[email protected]> Reviewed-by: Christian König <[email protected]> Acked-by: Nayan Deshmukh <[email protected]> Signed-off-by: Alex Deucher <[email protected]> | |||||
| 2017-12-07 | drm/scheduler: add license to the Makefile | Alex Deucher | 1 | -0/+22 | |
| Was missing before. Reviewed-by: Chunming Zhou <[email protected]> Acked-by: Christian König <[email protected]> Signed-off-by: Alex Deucher <[email protected]> | |||||
| 2017-12-07 | drm: move amd_gpu_scheduler into common location | Lucas Stach | 1 | -0/+4 | |
| This moves and renames the AMDGPU scheduler to a common location in DRM in order to facilitate re-use by other drivers. This is mostly a straight forward rename with no code changes. One notable exception is the function to_drm_sched_fence(), which is no longer a inline header function to avoid the need to export the drm_sched_fence_ops_scheduled and drm_sched_fence_ops_finished structures. Reviewed-by: Chunming Zhou <[email protected]> Tested-by: Dieter Nützel <[email protected]> Acked-by: Alex Deucher <[email protected]> Signed-off-by: Lucas Stach <[email protected]> Signed-off-by: Alex Deucher <[email protected]> | |||||