iris: Report the same video memory settings as i965.

This just copy and pastes Ian's code from i965.
This commit is contained in:
Kenneth Graunke
2019-05-08 12:37:32 -07:00
parent 5f8d29ab4b
commit d9b9bb91ff
2 changed files with 34 additions and 2 deletions

View File

@@ -68,6 +68,8 @@ struct iris_screen {
unsigned subslice_total;
uint64_t aperture_bytes;
struct gen_device_info devinfo;
struct isl_device isl_dev;
struct iris_bufmgr *bufmgr;