Searched refs:disable_throttling (Results 1 – 10 of 10) sorted by relevance
178 bool disable_throttling; member
369 return screen->driconf.disable_throttling ? 0 : 1; in iris_get_param()812 screen->driconf.disable_throttling = in iris_screen_create()
215 bool disable_throttling; member
265 if (!intel->disable_throttling) in intel_prepare_render()552 intel->disable_throttling = 1; in intelInitContext()
135 DRI_CONF_OPT_B(disable_throttling, def, \
86 DRI_CONF_OPT_BEGIN_B(disable_throttling, def) \
813 bool disable_throttling; member
682 if (!brw->disable_throttling) { in throttle()
889 brw->disable_throttling = true; in brw_process_driconf_options()
2074 - iris: Support the disable_throttling=true driconf option.