On Tue, Aug 06, 2019 at 07:05:53PM +0300, Christoph Hellwig wrote:
The option is just used to select HMM mirror support and has a very confusing help text. Just pull in the HMM mirror code by default instead.
Signed-off-by: Christoph Hellwig hch@lst.de
drivers/gpu/drm/Kconfig | 2 ++ drivers/gpu/drm/amd/amdgpu/Kconfig | 10 ---------- drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c | 6 ------ drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.h | 12 ------------ 4 files changed, 2 insertions(+), 28 deletions(-)
Felix, was this an effort to avoid the arch restriction on hmm or something? Also can't see why this was like this.
Reviewed-by: Jason Gunthorpe jgg@mellanox.com
Jason