diff options
Diffstat (limited to 'src/gallium/drivers/ilo/ilo_common.h')
-rw-r--r-- | src/gallium/drivers/ilo/ilo_common.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/gallium/drivers/ilo/ilo_common.h b/src/gallium/drivers/ilo/ilo_common.h index 7e6932ac12c..d86b10b06c8 100644 --- a/src/gallium/drivers/ilo/ilo_common.h +++ b/src/gallium/drivers/ilo/ilo_common.h @@ -54,6 +54,16 @@ enum ilo_debug { ILO_DEBUG_NOCACHE = 1 << 9, }; +struct ilo_dev_info { + /* these mirror intel_winsys_info */ + int devid; + bool has_llc; + bool has_gen7_sol_reset; + + int gen; + int gt; +}; + extern int ilo_debug; /** |