freedreno: Re-enable LRZ for a7xx

Signed-off-by: Rob Clark <robdclark@chromium.org>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/30649>
This commit is contained in:
Rob Clark 2024-08-13 10:39:54 -07:00 committed by Marge Bot
parent 141466eb27
commit a127a78548

View file

@ -1191,10 +1191,6 @@ fd_screen_create(int fd,
screen->dev_info = info;
screen->info = &screen->dev_info;
/* HACK: disable lrz for now on a7xx: */
if (screen->gen == 7)
fd_mesa_debug |= FD_DBG_NOLRZ;
/* explicitly checking for GPU revisions that are known to work. This
* may be overly conservative for a3xx, where spoofing the gpu_id with
* the blob driver seems to generate identical cmdstream dumps. But