radv: add RADV_DEBUG=invariantgeom

This can be used to work around a common class of bugs appearing as
flickering.

Signed-off-by: Rhys Perry <pendingchaos02@gmail.com>
Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Reviewed-by: Timur Kristóf <timur.kristof@gmail.com>
Cc: mesa-stable
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8104>
This commit is contained in:
Rhys Perry
2020-12-14 21:54:28 +00:00
committed by Marge Bot
parent 08fbd5d454
commit f17de6a803
6 changed files with 34 additions and 0 deletions

View File

@@ -60,6 +60,7 @@ enum {
RADV_DEBUG_HANG = 1u << 29,
RADV_DEBUG_IMG = 1u << 30,
RADV_DEBUG_NO_UMR = 1u << 31,
RADV_DEBUG_INVARIANT_GEOM = 1ull << 32,
};
enum {