intel_extreme: check internal crt feature in VBT for analog probe on DDI

* also uses the BAR size when dumping regs (as done by the intel_reg tool).

Change-Id: Ie29768afc8f9c42bb9a03b2866db34c4b0e43b7d
Reviewed-on: https://review.haiku-os.org/c/haiku/+/5334
Reviewed-by: Jérôme Duval <[email protected]>
Tested-by: Commit checker robot <[email protected]>
This commit is contained in:
Jérôme Duval
2022-05-24 15:52:46 +00:00
parent 5e5bb3318e
commit 59ce1ffe61
4 changed files with 71 additions and 6 deletions
@@ -476,6 +476,7 @@ struct intel_shared_info {
edid1_info vesa_edid_info;
bool has_vesa_edid_info;
bool internal_crt_support;
uint32 device_config_count;
child_device_config device_configs[10];
};