radeonsi: remove leftover comment of non-existent RADEON_FLAG_MALL_NOALLOC

Acked-by: Pierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer@amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/29510>
This commit is contained in:
Marek Olšák 2024-05-31 18:21:03 -04:00 committed by Marge Bot
parent 0dad61dfb6
commit 7232995fb5

View file

@ -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; /* */
}