Home
last modified time | relevance | path

Searched refs:disable_throttling (Results 1 – 11 of 11) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/iris/
Diris_screen.h179 bool disable_throttling; member
Diris_screen.c365 return screen->driconf.disable_throttling ? 0 : 1; in iris_get_param()
816 screen->driconf.disable_throttling = in iris_screen_create()
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_screen.c382 return screen->driconf.disable_throttling ? 0 : 1; in crocus_get_param()
788 screen->driconf.disable_throttling = in crocus_screen_create()
Dcrocus_screen.h200 bool disable_throttling; member
/third_party/mesa3d/src/mesa/drivers/dri/i915/
Dintel_context.h215 bool disable_throttling; member
Dintel_context.c267 if (!intel->disable_throttling) in intel_prepare_render()
554 intel->disable_throttling = 1; in intelInitContext()
/third_party/mesa3d/src/util/
Ddriconf.h144 DRI_CONF_OPT_B(disable_throttling, def, \
/third_party/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_context.h805 bool disable_throttling; member
Dbrw_batch.c694 if (!brw->disable_throttling) { in throttle()
Dbrw_context.c910 brw->disable_throttling = true; in brw_process_driconf_options()
/third_party/mesa3d/docs/relnotes/
D19.3.0.rst2074 - iris: Support the disable_throttling=true driconf option.