mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 02:38:04 +02:00
Merge branch 'turing_compression_disable' into 'main'
nvk: Disable compression on Turing See merge request mesa/mesa!41332
This commit is contained in:
commit
506b949bfd
1 changed files with 2 additions and 2 deletions
|
|
@ -16,7 +16,7 @@
|
|||
#include <sys/stat.h>
|
||||
#include <xf86drm.h>
|
||||
|
||||
#include "clc597.h"
|
||||
#include "clc697.h"
|
||||
|
||||
static bool
|
||||
drm_device_is_nouveau(const char *path)
|
||||
|
|
@ -102,7 +102,7 @@ nvkmd_nouveau_try_create_pdev(struct _drmDevice *drm_device,
|
|||
.has_map_fixed = true,
|
||||
.has_overmap = true,
|
||||
.has_compression = ws_dev->nouveau_version >= 0x01000402 &&
|
||||
ws_dev->info.cls_eng3d >= TURING_A,
|
||||
ws_dev->info.cls_eng3d >= AMPERE_A,
|
||||
};
|
||||
|
||||
/* We get this ourselves */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue