From 7232995fb5c329b6c13f3b777c4166801ed397d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Ol=C5=A1=C3=A1k?= Date: Fri, 31 May 2024 18:21:03 -0400 Subject: [PATCH] radeonsi: remove leftover comment of non-existent RADEON_FLAG_MALL_NOALLOC Acked-by: Pierre-Eric Pelloux-Prayer Part-of: --- src/gallium/include/winsys/radeon_winsys.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/gallium/include/winsys/radeon_winsys.h b/src/gallium/include/winsys/radeon_winsys.h index e7980530795..526a74e209d 100644 --- a/src/gallium/include/winsys/radeon_winsys.h +++ b/src/gallium/include/winsys/radeon_winsys.h @@ -929,7 +929,6 @@ static inline int radeon_get_heap_index(enum radeon_bo_domain domain, enum radeo if (flags & RADEON_FLAG_GTT_WC) heap |= RADEON_HEAP_BIT_WC; /* RADEON_FLAG_NO_CPU_ACCESS is ignored and implied to be false for GTT */ - /* RADEON_FLAG_MALL_NOALLOC is ignored and implied to be false for GTT */ } else { return -1; /* */ }