mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 02:58:05 +02:00
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:
parent
0dad61dfb6
commit
7232995fb5
1 changed files with 0 additions and 1 deletions
|
|
@ -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; /* */
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue