]> git.baikalelectronics.ru Git - kernel.git/commit
drm/amdgpu: remove AMDGPU_FENCE_OWNER_MOVE
authorChristian König <christian.koenig@amd.com>
Tue, 27 Oct 2015 16:28:24 +0000 (17:28 +0100)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 4 Nov 2015 17:29:23 +0000 (12:29 -0500)
commita5401792df901ee9962667968a83e13a4b24b436
tree3ac12a2a73f1a03c00bb42db718535abed5e4681
parent23c4312f271da7e9f03777921e05f31e115e91fe
drm/amdgpu: remove AMDGPU_FENCE_OWNER_MOVE

Moves are exclusive operations anyway, just use the undefined owner for those.

Signed-off-by: Christian König <christian.koenig@amd.com>
Reviewed-by: Chunming Zhou <david1.zhou@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu.h
drivers/gpu/drm/amd/amdgpu/amdgpu_sync.c
drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c