iris: Support the disable_throttling=true driconf option.

This commit is contained in:
Kenneth Graunke
2019-09-05 01:52:17 -07:00
parent c832820ce9
commit dfb86405cf
3 changed files with 6 additions and 0 deletions

View File

@@ -66,6 +66,7 @@ struct iris_screen {
struct {
/** Dual color blend by location instead of index (for broken apps) */
bool dual_color_blend_by_location;
bool disable_throttling;
} driconf;
unsigned subslice_total;