diff options
author | Nicolai Hähnle <nicolai.haehnle@amd.com> | 2017-06-28 17:37:53 +0200 |
---|---|---|
committer | Nicolai Hähnle <nicolai.haehnle@amd.com> | 2017-07-31 15:56:57 +0200 |
commit | 0478a7c4222b466b38000ad4905a46e4cfc002f6 (patch) | |
tree | 5322be1bd484fbecc5f42f4f43dd90e6e5dba579 /src/util/xmlpool/t_options.h | |
parent | a4aec6b2c3bd9a96079b2abb6e7d5d3c5f4364bb (diff) |
radeonsi: add enable_sisched driconf optiondriconf
Reviewed-by: Marek Olšák <marek.olsak@amd.com>
Diffstat (limited to 'src/util/xmlpool/t_options.h')
-rw-r--r-- | src/util/xmlpool/t_options.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/util/xmlpool/t_options.h b/src/util/xmlpool/t_options.h index e308839aa7..d3f31fc94b 100644 --- a/src/util/xmlpool/t_options.h +++ b/src/util/xmlpool/t_options.h @@ -429,3 +429,12 @@ DRI_CONF_OPT_END DRI_CONF_OPT_BEGIN(csmt_force, int, def) \ DRI_CONF_DESC(en,gettext("If set to 1, force gallium nine CSMT. If set to 0, disable it. By default (-1) CSMT is enabled on known thread-safe drivers.")) \ DRI_CONF_OPT_END + +/** + * \brief radeonsi specific configuration options + */ + +#define DRI_CONF_RADEONSI_ENABLE_SISCHED(def) \ +DRI_CONF_OPT_BEGIN_B(radeonsi_enable_sisched, def) \ + DRI_CONF_DESC(en,gettext("Use the LLVM sisched option for shader compiles")) \ +DRI_CONF_OPT_END |