Revert "drm/amdgpu: more descriptive message if HMM not enabled"
authorAlex Deucher <alexander.deucher@amd.com>
Thu, 28 Mar 2019 15:12:39 +0000 (10:12 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 28 Mar 2019 15:12:39 +0000 (10:12 -0500)
This reverts commit 194f87ddffe26bbbd124c549a9bf12a96a7f2919.

This depends on an HMM fix which is not upstream yet.

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_mn.h

index f5b67c63ed6b02042f557c58218784cb93875e06..4803e216e17400a82b5135bbf3076cdf5ef785d6 100644 (file)
@@ -53,8 +53,6 @@ static inline struct amdgpu_mn *amdgpu_mn_get(struct amdgpu_device *adev,
 }
 static inline int amdgpu_mn_register(struct amdgpu_bo *bo, unsigned long addr)
 {
-       DRM_WARN_ONCE("HMM_MIRROR kernel config option is not enabled, "
-                     "add CONFIG_ZONE_DEVICE=y in config file to fix this\n");
        return -ENODEV;
 }
 static inline void amdgpu_mn_unregister(struct amdgpu_bo *bo) {}