radv: remove outdated RADV_DEBUG=vmfaults support
It's been a very long time since this was useless because dmesg required sudo access for a while. This will be replaced by the new GPUVM fault interface which allows to query from the kernel directly instead of trying to parse dmesg. Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/23238>
This commit is contained in:

committed by
Marge Bot

parent
6bbbdd5ceb
commit
1b0fbcbe1c
@@ -43,7 +43,6 @@ static const struct debug_control radv_debug_options[] = {{"nofastclears", RADV_
|
||||
{"allbos", RADV_DEBUG_ALL_BOS},
|
||||
{"noibs", RADV_DEBUG_NO_IBS},
|
||||
{"spirv", RADV_DEBUG_DUMP_SPIRV},
|
||||
{"vmfaults", RADV_DEBUG_VM_FAULTS},
|
||||
{"zerovram", RADV_DEBUG_ZERO_VRAM},
|
||||
{"syncshaders", RADV_DEBUG_SYNC_SHADERS},
|
||||
{"preoptir", RADV_DEBUG_PREOPTIR},
|
||||
|
Reference in New Issue
Block a user