]> git.baikalelectronics.ru Git - kernel.git/commit
drm/amdgpu: revert "Don't change preferred domian when fallback GTT v6"
authorChristian König <christian.koenig@amd.com>
Tue, 10 Apr 2018 11:42:38 +0000 (13:42 +0200)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 15 May 2018 18:43:19 +0000 (13:43 -0500)
commit4b8c63a00d88385d5f3dc24a66fec53567674cb3
tree301f9dc5f2e30ce5802be87b0a3e595457644563
parenta11a103912a5745a3d38f89beae71adca882c842
drm/amdgpu: revert "Don't change preferred domian when fallback GTT v6"

This reverts commit 7d1ca1325260a9e9329b10a21e3692e6f188936f.

Makes fallback handling to complicated. This is just a feature for the
GEM interface and shouldn't leak into the core BO create function.

The intended change to preserve the preferred domains is implemented in
a follow up patch.

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