1bf215546Sopenharmony_ci// DriConf options specific to radeonsi 2bf215546Sopenharmony_ciDRI_CONF_SECTION_PERFORMANCE 3bf215546Sopenharmony_ciDRI_CONF_ADAPTIVE_SYNC(true) 4bf215546Sopenharmony_ciDRI_CONF_RADEONSI_ZERO_ALL_VRAM_ALLOCS(false) 5bf215546Sopenharmony_ciDRI_CONF_SECTION_END 6bf215546Sopenharmony_ci 7bf215546Sopenharmony_ciDRI_CONF_SECTION_DEBUG 8bf215546Sopenharmony_ci#define OPT_BOOL(name, dflt, description) DRI_CONF_OPT_B(radeonsi_##name, dflt, description) 9bf215546Sopenharmony_ci#define OPT_INT(name, dflt, description) DRI_CONF_OPT_I(radeonsi_##name, dflt, INT_MIN, INT_MAX, description) 10bf215546Sopenharmony_ci 11bf215546Sopenharmony_ci#include "si_debug_options.h" 12bf215546Sopenharmony_ciDRI_CONF_SECTION_END 13