aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c
Commit message (Collapse)AuthorAgeFilesLines
* drm/amdgpu: add new parameter to seperate map and unmapmonk.liu2015-07-291-3/+5
| | | | | Signed-off-by: monk.liu <[email protected]> Reviewed-by: Christian König <[email protected]>
* drm/amdgpu: fix timeout calculationChristian König2015-07-091-1/+1
| | | | | Signed-off-by: Christian König <[email protected]> Reviewed-by: Alex Deucher <[email protected]>
* drm/amdgpu: add flag to delay VM updatesChristian König2015-06-291-3/+3
| | | | | Signed-off-by: Christian König <[email protected]> Reviewed-by: Alex Deucher <[email protected]>
* drm/amdgpu: silence invalid error messageChristian König2015-06-291-1/+1
| | | | | Signed-off-by: Christian König <[email protected]> Reviewed-by: Leo Liu <[email protected]>
* drm/amdgpu: cleanup VA IOCTLChristian König2015-06-091-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]>
* drm/amdgpu: fix user ptr race conditionChristian König2015-06-051-0/+1
| | | | | Signed-off-by: Christian König <[email protected]> Reviewed-by: monk liu <[email protected]>
* drm/amdgpu: rename GEM_OP_SET_INITIAL_DOMAIN -> GEM_OP_SET_PLACEMENTMarek Olšák2015-06-041-1/+1
| | | | | | Signed-off-by: Marek Olšák <[email protected]> Reviewed-by: Christian König <[email protected]> Reviewed-by: Alex Deucher <[email protected]>
* drm/amdgpu: actually use the VM map parametersChristian König2015-06-041-2/+3
| | | | | | Signed-off-by: Christian König <[email protected]> Reviewed-by: Jammy Zhou <[email protected]> Reviewed-by: Alex Deucher <[email protected]>
* drm/amdgpu: enforce AMDGPU_GEM_CREATE_NO_CPU_ACCESSChristian König2015-06-041-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]>
* drm/amdgpu: add core driver (v4)Alex Deucher2015-06-041-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]>