mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-26 23:40:10 +01:00
radv/winsys: remove old comment about zerovram
RADV requires Linux 4.15+. Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15156>
This commit is contained in:
parent
acb300a3f0
commit
45b909a5a0
1 changed files with 0 additions and 1 deletions
|
|
@ -473,7 +473,6 @@ radv_amdgpu_winsys_bo_create(struct radeon_winsys *_ws, uint64_t size, unsigned
|
|||
request.flags |= AMDGPU_GEM_CREATE_VM_ALWAYS_VALID;
|
||||
}
|
||||
|
||||
/* this won't do anything on pre 4.9 kernels */
|
||||
if (initial_domain & RADEON_DOMAIN_VRAM) {
|
||||
if (ws->zero_all_vram_allocs || (flags & RADEON_FLAG_ZERO_VRAM))
|
||||
request.flags |= AMDGPU_GEM_CREATE_VRAM_CLEARED;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue