| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | drm/ttm: remove use_ticket parameter from ttm_bo_reserve | Christian König | 2016-05-05 | 1 | -1/+1 |
| | | | | | | | | | | Not used any more. Reviewed-by: Sinclair Yeh <[email protected]> Signed-off-by: Christian König <[email protected]> Reviewed-by: Alex Deucher <[email protected]> Signed-off-by: Alex Deucher <[email protected]> | ||||
| * | drm/amdgpu: cleanup gem init/finit | Christian König | 2016-02-16 | 1 | -1/+0 |
| | | | | | | | | | Remove the double housekeeping and use something sane to forcefuly delete BOs on unload. Signed-off-by: Christian König <[email protected]> Reviewed-by: Alex Deucher <[email protected]> | ||||
| * | drm/amdgpu: add warning to amdgpu_bo_gpu_offset() v2 | Christian König | 2016-01-08 | 1 | -0/+1 |
| | | | | | | | | | | | | Check if there really is a valid offset for the BO. v2: user WARN_ON_ONCE Signed-off-by: Christian König <[email protected]> Reviewed-by: Michel Dänzer <[email protected]> Reviewed-by: Alex Deucher <[email protected]> (v1) Signed-off-by: Alex Deucher <[email protected]> | ||||
| * | drm/amdgpu: remove the unnecessary parameter adev for amdgpu_sa_bo_new() | Junwei Zhang | 2015-11-16 | 1 | -4/+3 |
| | | | | | | Signed-off-by: Junwei Zhang <[email protected]> Reviewed-by: Christian König <[email protected]> | ||||
| * | drm/amdgpu: export reservation_object from dmabuf to ttm (v2) | Christian König | 2015-09-23 | 1 | -0/+2 |
| | | | | | | | | | | | | | Adds an extra argument to amdgpu_bo_create, which is only used in amdgpu_prime.c. Port of radeon commit 831b6966a60fe72d85ae3576056b4e4e0775b112. v2: fix up kfd. Signed-off-by: Christian König <[email protected]> Reviewed-by: Jammy Zhou <[email protected]> Reviewed-by: Alex Deucher <[email protected]> | ||||
| * | drm/amdgpu: improve sa_bo->fence by kernel fence | Chunming Zhou | 2015-08-25 | 1 | -1/+1 |
| | | | | | | Signed-off-by: Chunming Zhou <[email protected]> Reviewed-by: Christian K?nig <[email protected]> | ||||
| * | drm/amdgpu: use kernel fence diretly in amdgpu_bo_fence | Chunming Zhou | 2015-08-17 | 1 | -1/+1 |
| | | | | | | | Signed-off-by: Chunming Zhou <[email protected]> Reviewed-by: Christian K?nig <[email protected]> Reviewed-by: Jammy Zhou <[email protected]> | ||||
| * | drm/amdgpu: implement the allocation range (v3) | Chunming Zhou | 2015-06-04 | 1 | -1/+8 |
| | | | | | | | | | | | | | | | Pass a ttm_placement pointer to amdgpu_bo_create_restricted add min_offset to amdgpu_bo_pin_restricted. This makes it easier to allocate memory with address restrictions. With this patch we can also enable 2-ended allocation again. v2: fix rebase conflicts v3: memset placements before using Reviewed-by: Jammy Zhou <[email protected]> Signed-off-by: Chunming Zhou <[email protected]> Reviewed-by: Alex Deucher <[email protected]> | ||||
| * | drm/amdgpu: add core driver (v4) | Alex Deucher | 2015-06-04 | 1 | -0/+196 |
| 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]> | |||||
