Searched refs:disable_throttling (Results 1 – 11 of 11) sorted by relevance
179 bool disable_throttling; member
365 return screen->driconf.disable_throttling ? 0 : 1; in iris_get_param()816 screen->driconf.disable_throttling = in iris_screen_create()
382 return screen->driconf.disable_throttling ? 0 : 1; in crocus_get_param()788 screen->driconf.disable_throttling = in crocus_screen_create()
200 bool disable_throttling; member
215 bool disable_throttling; member
267 if (!intel->disable_throttling) in intel_prepare_render()554 intel->disable_throttling = 1; in intelInitContext()
144 DRI_CONF_OPT_B(disable_throttling, def, \
805 bool disable_throttling; member
694 if (!brw->disable_throttling) { in throttle()
910 brw->disable_throttling = true; in brw_process_driconf_options()
2074 - iris: Support the disable_throttling=true driconf option.