| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2015-06-29 | drm/amdgpu: add BO map/unmap trace point | Christian König | 1 | -0/+4 | |
| Signed-off-by: Christian König <[email protected]> Acked-by: Alex Deucher <[email protected]> | |||||
| 2015-06-08 | drm/amdgpu: fix saddr handling in amdgpu_vm_bo_unmap | Christian König | 1 | -0/+2 | |
| Signed-off-by: Christian König <[email protected]> Reviewed-by: Alex Deucher <[email protected]> | |||||
| 2015-06-08 | drm/amdgpu: fix amdgpu_vm_bo_map | Christian König | 1 | -0/+2 | |
| We need to reset the bo_va address, otherwise new mappings wouldn't be updated in the page table. Signed-off-by: Christian König <[email protected]> Reviewed-by: Alex Deucher <[email protected]> | |||||
| 2015-06-03 | drm/amdgpu: fence should be added to shared slot | monk.liu | 1 | -2/+2 | |
| Signed-off-by: monk.liu <[email protected]> Reviewed-by: Christian König <[email protected]> Reviewed-by: jammy zhou <[email protected]> | |||||
| 2015-06-03 | drm/amdgpu: sync fence of clear_invalids (v2) | monk.liu | 1 | -2/+4 | |
| bo_va may un-initialized, fix it. Signed-off-by: monk.liu <[email protected]> Reviewed-by: Christian König <[email protected]> Reviewed-by: Jammy Zhou <[email protected]> | |||||
| 2015-06-03 | drm/amdgpu: max_pde_used usage should be under protect | monk.liu | 1 | -1/+5 | |
| Need to take the lock when accessing this. Signed-off-by: monk.liu <[email protected]> Reviewed-by: Christian König <[email protected]> Reviewed-by: Jammy Zhou <[email protected]> | |||||
| 2015-06-03 | drm/amdgpu: fix bug of vm_bo_map (v2) | monk.liu | 1 | -0/+4 | |
| call reservation_object_reserve_shared before amdgpu_bo_fence Signed-off-by: monk.liu <[email protected]> Reviewed-by: Christian König <[email protected]> Reviewed-by: Jammy Zhou <[email protected]> | |||||
| 2015-06-03 | drm/amdgpu: validate amdgpu_vm_bo_map parameters | Christian König | 1 | -0/+7 | |
| Signed-off-by: Christian König <[email protected]> Reviewed-by: Jammy Zhou <[email protected]> Reviewed-by: Alex Deucher <[email protected]> | |||||
| 2015-06-03 | drm/amdgpu: add core driver (v4) | Alex Deucher | 1 | -0/+1248 | |
| 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]> | |||||