We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef7efa6 commit 77ab79bCopy full SHA for 77ab79b
drivers/gpu/drm/ttm/ttm_tt.c
@@ -90,7 +90,7 @@ int ttm_tt_create(struct ttm_buffer_object *bo, bool zero_alloc)
90
*/
91
if (bdev->pool.use_dma_alloc && cc_platform_has(CC_ATTR_GUEST_MEM_ENCRYPT)) {
92
page_flags |= TTM_TT_FLAG_DECRYPTED;
93
- drm_info(ddev, "TT memory decryption enabled.");
+ drm_info_once(ddev, "TT memory decryption enabled.");
94
}
95
96
bo->ttm = bdev->funcs->ttm_tt_create(bo, page_flags);
0 commit comments