diff options
Diffstat (limited to 'src/gallium/drivers/ilo/ilo_screen.h')
-rw-r--r-- | src/gallium/drivers/ilo/ilo_screen.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/gallium/drivers/ilo/ilo_screen.h b/src/gallium/drivers/ilo/ilo_screen.h index 7883f185bde..4c403f042f2 100644 --- a/src/gallium/drivers/ilo/ilo_screen.h +++ b/src/gallium/drivers/ilo/ilo_screen.h @@ -45,10 +45,7 @@ struct ilo_screen { struct pipe_screen base; struct intel_winsys *winsys; - int devid; - int gen; - - bool has_llc; + struct ilo_dev_info dev; }; static inline struct ilo_screen * |