| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2015-07-29 | drm/amdgpu: add new parameter to seperate map and unmap | monk.liu | 1 | -3/+5 | |
| Signed-off-by: monk.liu <[email protected]> Reviewed-by: Christian König <[email protected]> | |||||
| 2015-07-09 | drm/amdgpu: fix timeout calculation | Christian König | 1 | -1/+1 | |
| Signed-off-by: Christian König <[email protected]> Reviewed-by: Alex Deucher <[email protected]> | |||||
| 2015-06-29 | drm/amdgpu: add flag to delay VM updates | Christian König | 1 | -3/+3 | |
| Signed-off-by: Christian König <[email protected]> Reviewed-by: Alex Deucher <[email protected]> | |||||
| 2015-06-29 | drm/amdgpu: silence invalid error message | Christian König | 1 | -1/+1 | |
| Signed-off-by: Christian König <[email protected]> Reviewed-by: Leo Liu <[email protected]> | |||||
| 2015-06-08 | drm/amdgpu: cleanup VA IOCTL | Christian König | 1 | -43/+21 | |
| Remove the unnecessary returned status and make the IOCTL write only. Signed-off-by: Christian König <[email protected]> Reviewed-by: Alex Deucher <[email protected]> | |||||
| 2015-06-05 | drm/amdgpu: fix user ptr race condition | Christian König | 1 | -0/+1 | |
| Signed-off-by: Christian König <[email protected]> Reviewed-by: monk liu <[email protected]> | |||||
| 2015-06-03 | drm/amdgpu: rename GEM_OP_SET_INITIAL_DOMAIN -> GEM_OP_SET_PLACEMENT | Marek Olšák | 1 | -1/+1 | |
| Signed-off-by: Marek Olšák <[email protected]> Reviewed-by: Christian König <[email protected]> Reviewed-by: Alex Deucher <[email protected]> | |||||
| 2015-06-03 | drm/amdgpu: actually use the VM map parameters | Christian König | 1 | -2/+3 | |
| 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: enforce AMDGPU_GEM_CREATE_NO_CPU_ACCESS | Christian König | 1 | -1/+2 | |
| Deny user and kernel mapping if we said we never want to do so. 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/+735 | |
| 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]> | |||||