| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2015-08-25 | drm/amdgpu: add owner for sched fence | Chunming Zhou | 1 | -2/+2 | |
| Signed-off-by: Chunming Zhou <[email protected]> Reviewed-by: Christian K?nig <[email protected]> | |||||
| 2015-08-25 | drm/amdgpu: remove entity reference from sched fence | Christian König | 1 | -2/+2 | |
| Entity don't live as long as scheduler fences. Signed-off-by: Christian König <[email protected]> Reviewed-by: Chunming Zhou <[email protected]> | |||||
| 2015-08-25 | drm/amdgpu: remove v_seq handling from the scheduler v2 | Christian König | 1 | -5/+8 | |
| Simply not used any more. Only keep 32bit atomic for fence sequence numbering. v2: trivial rebase Signed-off-by: Christian König <[email protected]> Reviewed-by: Alex Deucher <[email protected]> (v1) Reviewed-by: Jammy Zhou <[email protected]> (v1) Reviewed-by: Chunming Zhou <[email protected]> (v1) | |||||
| 2015-08-17 | drm/amdgpu: remove scheduler fence list v2 | Christian König | 1 | -18/+1 | |
| Unused and missing proper locking. v2: add locking comment to commit message. Signed-off-by: Christian König <[email protected]> Reviewed-by: Chunming Zhou <[email protected]> (v1) | |||||
| 2015-08-17 | drm/amdgpu: remove unecessary scheduler fence callbacks | Christian König | 1 | -24/+7 | |
| Signed-off-by: Christian König <[email protected]> Reviewed-by: Chunming Zhou <[email protected]> | |||||
| 2015-08-17 | drm/amdgpu: fix scheduler fence implementation | Christian König | 1 | -1/+1 | |
| Signed-off-by: Christian König <[email protected]> Reviewed-by: Chunming Zhou <[email protected]> | |||||
| 2015-08-17 | drm/amd: add scheduler fence implementation (v2) | Chunming Zhou | 1 | -0/+112 | |
| scheduler fence is based on kernel fence framework. v2: squash in Christian's build fix Signed-off-by: Chunming Zhou <[email protected]> Reviewed-by: Christian K?nig <[email protected]> | |||||