| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2015-11-16 | drm/amdgpu: add command submission workflow tracepoint | Chunming Zhou | 1 | -0/+51 | |
| OGL needs these tracepoints to investigate performance issue. Change-Id: I5e58187d061253f7d665dfce8e4e163ba91d3e2b Signed-off-by: Chunming Zhou <[email protected]> | |||||
| 2015-11-16 | drm/amdgpu: remove fence trace points | Christian König | 1 | -43/+0 | |
| Mostly unused and replaced by the common trace points. Signed-off-by: Christian König <[email protected]> Reviewed-by: Chunming Zhou <[email protected]> Acked-by: Alex Deucher <[email protected]> | |||||
| 2015-10-14 | drm/amdgpu: add VM CS mapping trace point | Christian König | 1 | -1/+11 | |
| Output all VM mappings a command submission uses. Signed-off-by: Christian König <[email protected]> Reviewed-by: Alex Deucher <[email protected]> | |||||
| 2015-06-29 | drm/amdgpu: print the bo_list in the CS trace point as well | Christian König | 1 | -2/+4 | |
| Signed-off-by: Christian König <[email protected]> Acked-by: Alex Deucher <[email protected]> | |||||
| 2015-06-29 | drm/amdgpu: add amdgpu_bo_list_set trace point | Christian König | 1 | -0/+15 | |
| Signed-off-by: Christian König <[email protected]> Acked-by: Alex Deucher <[email protected]> | |||||
| 2015-06-29 | drm/amdgpu: add BO map/unmap trace point | Christian König | 1 | -0/+48 | |
| Signed-off-by: Christian König <[email protected]> Acked-by: Alex Deucher <[email protected]> | |||||
| 2015-06-03 | drm/amdgpu: remove unused TRACE_SYSTEM_STRING define | Alex Deucher | 1 | -1/+0 | |
| Port of 77cb2fea1e5fc4b083dd967f231bbf6edd96150e to amdgpu. Reviewed-by: Christian König <[email protected]> Signed-off-by: Alex Deucher <[email protected]> | |||||
| 2015-06-03 | drm/amdgpu: add core driver (v4) | Alex Deucher | 1 | -0/+209 | |
| This adds the non-asic specific core driver code. v2: remove extra kconfig option v3: implement minor fixes from Fengguang Wu v4: fix cast in amdgpu_ucode.c Acked-by: Christian König <[email protected]> Acked-by: Jammy Zhou <[email protected]> Signed-off-by: Alex Deucher <[email protected]> | |||||