radv: add debug flags to zero vram allocations.
We are seeing apps that sometimes rely on Windows behaviour, add a flag to rule out vram zeroing. Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl> Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Signed-off-by: Dave Airlie <airlied@redhat.com>
This commit is contained in:
@@ -39,6 +39,7 @@ enum {
|
||||
RADV_DEBUG_NO_IBS = 0x200,
|
||||
RADV_DEBUG_DUMP_SPIRV = 0x400,
|
||||
RADV_DEBUG_VM_FAULTS = 0x800,
|
||||
RADV_DEBUG_ZERO_VRAM = 0x1000,
|
||||
};
|
||||
|
||||
enum {
|
||||
|
||||
Reference in New Issue
Block a user