OSDN Git Service

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)
commit0808210478c76606c12bb475b3272b7780240812
tree301f9dc5f2e30ce5802be87b0a3e595457644563
parent1afd30efeddbb1b32cf35d3bf6477b35690eeca6
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