mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 02:48:06 +02:00
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:
parent
141466eb27
commit
a127a78548
1 changed files with 0 additions and 4 deletions
|
|
@ -1191,10 +1191,6 @@ fd_screen_create(int fd,
|
||||||
screen->dev_info = info;
|
screen->dev_info = info;
|
||||||
screen->info = &screen->dev_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
|
/* explicitly checking for GPU revisions that are known to work. This
|
||||||
* may be overly conservative for a3xx, where spoofing the gpu_id with
|
* may be overly conservative for a3xx, where spoofing the gpu_id with
|
||||||
* the blob driver seems to generate identical cmdstream dumps. But
|
* the blob driver seems to generate identical cmdstream dumps. But
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue