diff --git a/src/freedreno/common/freedreno_devices.py b/src/freedreno/common/freedreno_devices.py index 78c86ee9b63..0d069ae4606 100644 --- a/src/freedreno/common/freedreno_devices.py +++ b/src/freedreno/common/freedreno_devices.py @@ -787,7 +787,7 @@ a7xx_base = A6XXProps( has_getfiberid = True, has_dp2acc = True, has_dp4acc = True, - enable_lrz_fast_clear = False, + enable_lrz_fast_clear = True, has_lrz_dir_tracking = True, has_per_view_viewport = True, line_width_min = 1.0,