Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | drm/amdgpu: fix incorrect use of amdgpu_irq_add_id in si_dma.c | Christian König | 2018-10-09 | 1 | -4/+0 |
| | | | | | | | | | Adding a second irq source because of a different src_id is actually a bug. Signed-off-by: Christian König <christian.koenig@amd.com> Reviewed-by: Huang Rui <ray.huang@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com> | ||||
* | drm/amdgpu: move sdma definitions into amdgpu_sdma header | Huang Rui | 2018-08-27 | 1 | -0/+101 |
Demangle amdgpu.h. Furthermore, SDMA is used for moving and clearing the data buffer, so the header also need be included in ttm. Signed-off-by: Huang Rui <ray.huang@amd.com> Acked-by: Christian König <christian.koenig@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com> |