mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-30 02:50:35 +01:00
amd: move adaptive sync to performance section, as it is defined in xmlpool
Fixes:3844ed8d44("radv: Add adaptive_sync driconfig option and enable it by default.") Fixes:e260493f2a("radeonsi: Enable adaptive_sync by default for radeon") Signed-off-by: Eric Engestrom <eric.engestrom@intel.com> Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl> Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> (cherry picked from commit4ad99ee961)
This commit is contained in:
parent
a150bb7e03
commit
89d1ca343f
2 changed files with 2 additions and 5 deletions
|
|
@ -532,7 +532,7 @@ static int radv_get_instance_extension_index(const char *name)
|
|||
|
||||
static const char radv_dri_options_xml[] =
|
||||
DRI_CONF_BEGIN
|
||||
DRI_CONF_SECTION_QUALITY
|
||||
DRI_CONF_SECTION_PERFORMANCE
|
||||
DRI_CONF_ADAPTIVE_SYNC("true")
|
||||
DRI_CONF_SECTION_END
|
||||
DRI_CONF_END;
|
||||
|
|
|
|||
|
|
@ -1,9 +1,6 @@
|
|||
// DriConf options specific to radeonsi
|
||||
DRI_CONF_SECTION_QUALITY
|
||||
DRI_CONF_ADAPTIVE_SYNC("true")
|
||||
DRI_CONF_SECTION_END
|
||||
|
||||
DRI_CONF_SECTION_PERFORMANCE
|
||||
DRI_CONF_ADAPTIVE_SYNC("true")
|
||||
DRI_CONF_RADEONSI_ENABLE_SISCHED("false")
|
||||
DRI_CONF_RADEONSI_ASSUME_NO_Z_FIGHTS("false")
|
||||
DRI_CONF_RADEONSI_COMMUTATIVE_BLEND_ADD("false")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue