drm/ttm: Print the memory decryption status just once
authorZack Rusin <zack.rusin@broadcom.com>
Mon, 8 Apr 2024 15:56:05 +0000 (11:56 -0400)
committerZack Rusin <zack.rusin@broadcom.com>
Fri, 26 Apr 2024 00:30:11 +0000 (20:30 -0400)
commit27906e5d78248b19bcdfdae72049338c828897bb
treece1701a0865692001a4e74311cd9256fe1a44106
parent782e5e7925880f737963444f141a0320a12104a5
drm/ttm: Print the memory decryption status just once

Stop printing the TT memory decryption status info each time tt is created
and instead print it just once.

Reduces the spam in the system logs when running guests with SEV enabled.

Signed-off-by: Zack Rusin <zack.rusin@broadcom.com>
Fixes: 71ce046327cf ("drm/ttm: Make sure the mapped tt pages are decrypted when needed")
Reviewed-by: Christian König <christian.koenig@amd.com>
Cc: Thomas Hellström <thomas.hellstrom@linux.intel.com>
Cc: dri-devel@lists.freedesktop.org
Cc: linux-kernel@vger.kernel.org
Cc: <stable@vger.kernel.org> # v5.14+
Link: https://patchwork.freedesktop.org/patch/msgid/20240408155605.1398631-1-zack.rusin@broadcom.com
drivers/gpu/drm/ttm/ttm_tt.c