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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user