aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_semaphore.c
Commit message (Collapse)AuthorAgeFilesLines
* drm/amdgpu: clean up hw semaphore support in driverChunming Zhou2016-02-101-102/+0
| | | | | | | | | No longer used. Signed-off-by: Chunming Zhou <[email protected]> Reviewed-by: Ken Wang <[email protected]> Reviewed-by: Monk Liu <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
* drm/amdgpu: remove the unnecessary parameter adev for amdgpu_sa_bo_new()Junwei Zhang2015-11-161-1/+1
| | | | | Signed-off-by: Junwei Zhang <[email protected]> Reviewed-by: Christian König <[email protected]>
* drm/amdgpu: improve sa_bo->fence by kernel fenceChunming Zhou2015-08-251-1/+1
| | | | | Signed-off-by: Chunming Zhou <[email protected]> Reviewed-by: Christian K?nig <[email protected]>
* drm/amdgpu: add core driver (v4)Alex Deucher2015-06-041-0/+102
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]>