From: Alex Sierra <[email protected]>

MTYPE UC in A0 and MTYPE NC in A1 for remote memory

Signed-off-by: Alex Sierra <[email protected]>
Reviewed-by: Harish Kasiviswanathan <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
---
 drivers/gpu/drm/amd/amdgpu/gmc_v12_1.c | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/amd/amdgpu/gmc_v12_1.c 
b/drivers/gpu/drm/amd/amdgpu/gmc_v12_1.c
index 34d5767287d78..302ebf2f3ccd1 100644
--- a/drivers/gpu/drm/amd/amdgpu/gmc_v12_1.c
+++ b/drivers/gpu/drm/amd/amdgpu/gmc_v12_1.c
@@ -649,7 +649,9 @@ static void gmc_v12_1_get_coherence_flags(struct 
amdgpu_device *adev,
                } else if (amdgpu_mtype_local == 2) {
                        DRM_INFO_ONCE("MTYPE_CC not supported, using %s for 
local memory\n", is_aid_a1 ? "MTYPE_RW" : "MTYPE_NC");
                } else {
-                       DRM_INFO_ONCE("Using %s for local memory\n", is_aid_a1 
? "MTYPE_RW" : "MTYPE_NC");
+                       DRM_INFO_ONCE("Using %s for local memory and %s for 
remote memory\n",
+                                       is_aid_a1 ? "MTYPE_RW" : "MTYPE_NC",
+                                       is_aid_a1 ? "MTYPE_NC" : "MTYPE_UC");
                }
 
                is_local = (is_vram && adev == bo_adev);
-- 
2.55.0

Reply via email to