mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-13 22:50:26 +01:00
radeonsi: Enable adaptive_sync by default for radeon
It's better to let most applications make use of adaptive sync by default. Problematic applications can be placed on the blacklist or the user can manually disable the feature. Reviewed-by: Michel Dänzer <michel.daenzer@amd.com> Signed-off-by: Nicholas Kazlauskas <nicholas.kazlauskas@amd.com>
This commit is contained in:
parent
2e12fe425f
commit
e260493f2a
1 changed files with 4 additions and 0 deletions
|
|
@ -1,4 +1,8 @@
|
|||
// DriConf options specific to radeonsi
|
||||
DRI_CONF_SECTION_QUALITY
|
||||
DRI_CONF_ADAPTIVE_SYNC("true")
|
||||
DRI_CONF_SECTION_END
|
||||
|
||||
DRI_CONF_SECTION_PERFORMANCE
|
||||
DRI_CONF_RADEONSI_ENABLE_SISCHED("false")
|
||||
DRI_CONF_RADEONSI_ASSUME_NO_Z_FIGHTS("false")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue