]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
drm/amdgpu: remove extra placement for AMDGPU_GEM_CREATE_NO_CPU_ACCESS
authorChristian König <christian.koenig@amd.com>
Fri, 4 Nov 2016 10:34:07 +0000 (11:34 +0100)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 11 Nov 2016 15:21:12 +0000 (10:21 -0500)
commite9472a0771f3d98db2e367f8472b9e129107a38a
tree5e1ff570ebd7fe260ed68bd7f7821f26551323c7
parent5befb22a4d6edf570a8e40669f5395a24997adcd
drm/amdgpu: remove extra placement for AMDGPU_GEM_CREATE_NO_CPU_ACCESS

This only has the effect of scanning the invisible range twice
since the topdown flag is given anyway.

Signed-off-by: Christian König <christian.koenig@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Reviewed-by: JimQu <Jim.Qu@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_object.c