diff options
author | Eric Engestrom <[email protected]> | 2019-08-30 17:03:12 +0100 |
---|---|---|
committer | Eric Engestrom <[email protected]> | 2019-09-06 23:16:05 +0100 |
commit | 4ad99ee9616f86eff96f4840354c64a60e341a6b (patch) | |
tree | 5c13252033c6092aee3719dcdfd22868e20056e9 /src/amd | |
parent | 037b5b567f75db2dd264b23a93abbc88305c7551 (diff) |
amd: move adaptive sync to performance section, as it is defined in xmlpool
Fixes: 3844ed8d44677588bc29 ("radv: Add adaptive_sync driconfig option and enable it by default.")
Fixes: e260493f2ab2483e5a55 ("radeonsi: Enable adaptive_sync by default for radeon")
Signed-off-by: Eric Engestrom <[email protected]>
Reviewed-by: Bas Nieuwenhuizen <[email protected]>
Reviewed-by: Lionel Landwerlin <[email protected]>
Diffstat (limited to 'src/amd')
-rw-r--r-- | src/amd/vulkan/radv_device.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/amd/vulkan/radv_device.c b/src/amd/vulkan/radv_device.c index b9d6ccc4c03..c8e0d5f7fea 100644 --- a/src/amd/vulkan/radv_device.c +++ b/src/amd/vulkan/radv_device.c @@ -556,7 +556,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; |