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 782e5e7 commit 27906e5Copy full SHA for 27906e5
drivers/gpu/drm/ttm/ttm_tt.c
@@ -92,7 +92,7 @@ int ttm_tt_create(struct ttm_buffer_object *bo, bool zero_alloc)
92
*/
93
if (bdev->pool.use_dma_alloc && cc_platform_has(CC_ATTR_GUEST_MEM_ENCRYPT)) {
94
page_flags |= TTM_TT_FLAG_DECRYPTED;
95
- drm_info(ddev, "TT memory decryption enabled.");
+ drm_info_once(ddev, "TT memory decryption enabled.");
96
}
97
98
bo->ttm = bdev->funcs->ttm_tt_create(bo, page_flags);
0 commit comments