[haiku-commits] Change in haiku[master]: intel_extreme: do not pretend to handle modern devices

  • From: Gerrit <review@xxxxxxxxxxxxxxxxxxx>
  • To: waddlesplash <waddlesplash@xxxxxxxxx>, haiku-commits@xxxxxxxxxxxxx
  • Date: Sun, 19 Apr 2020 07:39:23 +0000

From Adrien Destugues <pulkomandy@xxxxxxxxx>:

Adrien Destugues has uploaded this change for review. ( 
https://review.haiku-os.org/c/haiku/+/2499 ;)


Change subject: intel_extreme: do not pretend to handle modern devices
......................................................................

intel_extreme: do not pretend to handle modern devices

The accelerant just doesn't know what to do with these.
---
M src/add-ons/kernel/drivers/graphics/intel_extreme/driver.cpp
1 file changed, 4 insertions(+), 0 deletions(-)



  git pull ssh://git.haiku-os.org:22/haiku refs/changes/99/2499/1

diff --git a/src/add-ons/kernel/drivers/graphics/intel_extreme/driver.cpp 
b/src/add-ons/kernel/drivers/graphics/intel_extreme/driver.cpp
index 72ce4a9..8b6a9cf 100644
--- a/src/add-ons/kernel/drivers/graphics/intel_extreme/driver.cpp
+++ b/src/add-ons/kernel/drivers/graphics/intel_extreme/driver.cpp
@@ -105,6 +105,9 @@
        {0x0d26, INTEL_MODEL_HASM, "Haswell Mobile"},
        {0x0a16, INTEL_MODEL_HASM, "Haswell Mobile"},

+#if 0
+       // The driver does not make any attempt to handle this modern hardware.
+       // Better let VESA/UEFI do it.
        {0x0155, INTEL_MODEL_VLV, "ValleyView Desktop"},
        {0x0f30, INTEL_MODEL_VLVM, "ValleyView Mobile"},
        {0x0f31, INTEL_MODEL_VLVM, "ValleyView Mobile"},
@@ -129,6 +132,7 @@
        {0x1926, INTEL_MODEL_SKYM, "Skylake GT3"},
        {0x192a, INTEL_MODEL_SKYS, "Skylake GT3"},
        {0x192b, INTEL_MODEL_SKY,  "Skylake GT3"},
+#endif
 };

 int32 api_version = B_CUR_DRIVER_API_VERSION;

--
To view, visit https://review.haiku-os.org/c/haiku/+/2499
To unsubscribe, or for help writing mail filters, visit 
https://review.haiku-os.org/settings

Gerrit-Project: haiku
Gerrit-Branch: master
Gerrit-Change-Id: I69360d3e8cf687af5400a5daa4afefa5316958b6
Gerrit-Change-Number: 2499
Gerrit-PatchSet: 1
Gerrit-Owner: Adrien Destugues <pulkomandy@xxxxxxxxx>
Gerrit-MessageType: newchange

Other related posts:

  • » [haiku-commits] Change in haiku[master]: intel_extreme: do not pretend to handle modern devices - Gerrit