diff options
Diffstat (limited to 'src/gallium/drivers/ilo/ilo_common.h')
-rw-r--r-- | src/gallium/drivers/ilo/ilo_common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/ilo/ilo_common.h b/src/gallium/drivers/ilo/ilo_common.h index e00d01317c1..1e1b4b56a4b 100644 --- a/src/gallium/drivers/ilo/ilo_common.h +++ b/src/gallium/drivers/ilo/ilo_common.h @@ -59,6 +59,7 @@ struct ilo_dev_info { int devid; bool has_llc; bool has_gen7_sol_reset; + bool has_address_swizzling; int gen; int gt; |