Searched +hist:52 +hist:d1e933 (Results 1 - 3 of 3) sorted by relevance

/haiku/src/add-ons/kernel/busses/agp_gart/
H A Dintel_gart.cppdiff 9dcb1b7f Wed Dec 01 05:36:52 MST 2021 Jérôme Duval <jerome.duval@gmail.com> intel_extreme: added IDs for ASUS laptop in ticket #15392

also for Acer Aspire F5-573G from https://bsd-hardware.info/?probe=240171b234

Change-Id: Id3c83d3039736fa749f0411889c081e447bd0444
Reviewed-on: https://review.haiku-os.org/c/haiku/+/4750
Reviewed-by: Jérôme Duval <jerome.duval@gmail.com>
diff 52d1e933 Tue Jun 05 19:07:59 MDT 2018 Augustin Cavalier <waddlesplash@gmail.com> Revert "intel_extreme: Broadwell is really Gen7(.5), not 8."

This reverts commit 4f059c1fc51d17a2a592c5675a2f188b4bea2f69.

From discussion on the mailing list, it seems I was correct the first time
and Broadwell is Gen8. The confusion comes from the SER5/SOC distinction,
which is not in the Linux driver, and I still don't know which one it really
belongs in.
diff 52d1e933 Tue Jun 05 19:07:59 MDT 2018 Augustin Cavalier <waddlesplash@gmail.com> Revert "intel_extreme: Broadwell is really Gen7(.5), not 8."

This reverts commit 4f059c1fc51d17a2a592c5675a2f188b4bea2f69.

From discussion on the mailing list, it seems I was correct the first time
and Broadwell is Gen8. The confusion comes from the SER5/SOC distinction,
which is not in the Linux driver, and I still don't know which one it really
belongs in.
diff 3adccb19 Sat Jan 26 15:18:52 MST 2008 Axel Dörfler <axeld@pinc-software.de> * More or less completely rewrote the AGP bus manager.
* It now also serves as a generic GART manager and accepts bus modules as well
as custom modules of graphics drivers if they want to (could be used for the
Radeon PCI GART stuff, for example).
* Implemented GART support module for Intel i965 and G33 chipsets (the other
Intel chips will come later).
* Renamed agp bus manager to agp_gart to reflect its new functionality (even
though the AGP functionality is already outdated (due to PCIe), the GART
stuff remains current).
* Adapted existing users of the AGP bus manager to the API changes.
* Not very well tested yet...


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@23754 a95241bf-73f2-0310-859d-f6bbb57e9c96
3adccb193554387468ad669ac36453e888b1732d Sat Jan 26 15:18:52 MST 2008 Axel Dörfler <axeld@pinc-software.de> * More or less completely rewrote the AGP bus manager.
* It now also serves as a generic GART manager and accepts bus modules as well
as custom modules of graphics drivers if they want to (could be used for the
Radeon PCI GART stuff, for example).
* Implemented GART support module for Intel i965 and G33 chipsets (the other
Intel chips will come later).
* Renamed agp bus manager to agp_gart to reflect its new functionality (even
though the AGP functionality is already outdated (due to PCIe), the GART
stuff remains current).
* Adapted existing users of the AGP bus manager to the API changes.
* Not very well tested yet...


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@23754 a95241bf-73f2-0310-859d-f6bbb57e9c96
/haiku/src/add-ons/kernel/drivers/graphics/intel_extreme/
H A Ddriver.cppdiff 9dcb1b7f Wed Dec 01 05:36:52 MST 2021 Jérôme Duval <jerome.duval@gmail.com> intel_extreme: added IDs for ASUS laptop in ticket #15392

also for Acer Aspire F5-573G from https://bsd-hardware.info/?probe=240171b234

Change-Id: Id3c83d3039736fa749f0411889c081e447bd0444
Reviewed-on: https://review.haiku-os.org/c/haiku/+/4750
Reviewed-by: Jérôme Duval <jerome.duval@gmail.com>
diff 03ed1049 Fri Nov 26 16:52:15 MST 2021 Rudolf Cornelissen <rudhaiku@gmail.com> intel_extreme: enabled all known skylake gfx cards since they are pgm'd now
diff 52d1e933 Tue Jun 05 19:07:59 MDT 2018 Augustin Cavalier <waddlesplash@gmail.com> Revert "intel_extreme: Broadwell is really Gen7(.5), not 8."

This reverts commit 4f059c1fc51d17a2a592c5675a2f188b4bea2f69.

From discussion on the mailing list, it seems I was correct the first time
and Broadwell is Gen8. The confusion comes from the SER5/SOC distinction,
which is not in the Linux driver, and I still don't know which one it really
belongs in.
diff 52d1e933 Tue Jun 05 19:07:59 MDT 2018 Augustin Cavalier <waddlesplash@gmail.com> Revert "intel_extreme: Broadwell is really Gen7(.5), not 8."

This reverts commit 4f059c1fc51d17a2a592c5675a2f188b4bea2f69.

From discussion on the mailing list, it seems I was correct the first time
and Broadwell is Gen8. The confusion comes from the SER5/SOC distinction,
which is not in the Linux driver, and I still don't know which one it really
belongs in.
diff 8d1cb54a Fri Apr 22 21:41:52 MDT 2016 Alexander von Gluck IV <kallisti5@unixzen.com> intel_extreme: Add in some code for the lakes (unused)
diff 23843356 Fri Aug 14 07:02:52 MDT 2009 Axel Dörfler <axeld@pinc-software.de> * Changed the way the device type is tested/set. There shouldn't be any functional
changes.
* Minor cleanup.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@32353 a95241bf-73f2-0310-859d-f6bbb57e9c96
diff 3adccb19 Sat Jan 26 15:18:52 MST 2008 Axel Dörfler <axeld@pinc-software.de> * More or less completely rewrote the AGP bus manager.
* It now also serves as a generic GART manager and accepts bus modules as well
as custom modules of graphics drivers if they want to (could be used for the
Radeon PCI GART stuff, for example).
* Implemented GART support module for Intel i965 and G33 chipsets (the other
Intel chips will come later).
* Renamed agp bus manager to agp_gart to reflect its new functionality (even
though the AGP functionality is already outdated (due to PCIe), the GART
stuff remains current).
* Adapted existing users of the AGP bus manager to the API changes.
* Not very well tested yet...


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@23754 a95241bf-73f2-0310-859d-f6bbb57e9c96
diff 238433564972d525584b2dfbe1a2c0eb52ef49c1 Fri Aug 14 07:02:52 MDT 2009 Axel Dörfler <axeld@pinc-software.de> * Changed the way the device type is tested/set. There shouldn't be any functional
changes.
* Minor cleanup.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@32353 a95241bf-73f2-0310-859d-f6bbb57e9c96
diff 3adccb193554387468ad669ac36453e888b1732d Sat Jan 26 15:18:52 MST 2008 Axel Dörfler <axeld@pinc-software.de> * More or less completely rewrote the AGP bus manager.
* It now also serves as a generic GART manager and accepts bus modules as well
as custom modules of graphics drivers if they want to (could be used for the
Radeon PCI GART stuff, for example).
* Implemented GART support module for Intel i965 and G33 chipsets (the other
Intel chips will come later).
* Renamed agp bus manager to agp_gart to reflect its new functionality (even
though the AGP functionality is already outdated (due to PCIe), the GART
stuff remains current).
* Adapted existing users of the AGP bus manager to the API changes.
* Not very well tested yet...


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@23754 a95241bf-73f2-0310-859d-f6bbb57e9c96
/haiku/headers/private/graphics/intel_extreme/
H A Dintel_extreme.hdiff 4a6a465c Wed Sep 07 15:01:52 MDT 2022 Jérôme Duval <jerome.duval@gmail.com> intel_extreme: for DDI, map the ddc pin to the GPIO

add port G for Gen12

Change-Id: I70bba2d6d2ec0fbad8bdbec14412ea982690d563
Reviewed-on: https://review.haiku-os.org/c/haiku/+/5626
Reviewed-by: Adrien Destugues <pulkomandy@pulkomandy.tk>
Tested-by: Commit checker robot <no-reply+buildbot@haiku-os.org>
Reviewed-by: waddlesplash <waddlesplash@gmail.com>
diff 03ed1049 Fri Nov 26 16:52:15 MST 2021 Rudolf Cornelissen <rudhaiku@gmail.com> intel_extreme: enabled all known skylake gfx cards since they are pgm'd now
diff 52d1e933 Tue Jun 05 19:07:59 MDT 2018 Augustin Cavalier <waddlesplash@gmail.com> Revert "intel_extreme: Broadwell is really Gen7(.5), not 8."

This reverts commit 4f059c1fc51d17a2a592c5675a2f188b4bea2f69.

From discussion on the mailing list, it seems I was correct the first time
and Broadwell is Gen8. The confusion comes from the SER5/SOC distinction,
which is not in the Linux driver, and I still don't know which one it really
belongs in.
diff 52d1e933 Tue Jun 05 19:07:59 MDT 2018 Augustin Cavalier <waddlesplash@gmail.com> Revert "intel_extreme: Broadwell is really Gen7(.5), not 8."

This reverts commit 4f059c1fc51d17a2a592c5675a2f188b4bea2f69.

From discussion on the mailing list, it seems I was correct the first time
and Broadwell is Gen8. The confusion comes from the SER5/SOC distinction,
which is not in the Linux driver, and I still don't know which one it really
belongs in.
diff 8d1cb54a Fri Apr 22 21:41:52 MDT 2016 Alexander von Gluck IV <kallisti5@unixzen.com> intel_extreme: Add in some code for the lakes (unused)
diff 57b86ef3 Fri Oct 30 12:52:09 MDT 2015 Alexander von Gluck IV <kallisti5@unixzen.com> intel_extreme: Clean up PLL reg defines
diff 23843356 Fri Aug 14 07:02:52 MDT 2009 Axel Dörfler <axeld@pinc-software.de> * Changed the way the device type is tested/set. There shouldn't be any functional
changes.
* Minor cleanup.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@32353 a95241bf-73f2-0310-859d-f6bbb57e9c96
diff e7e32550 Tue Oct 16 10:52:34 MDT 2007 Axel Dörfler <axeld@pinc-software.de> Allocating additional memory should now work on the i965 as well (but bad things
will happen on earlier i9xx chips for now...). Not yet tested.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@22589 a95241bf-73f2-0310-859d-f6bbb57e9c96
diff 0c85ed21 Wed Sep 19 12:52:55 MDT 2007 Axel Dörfler <axeld@pinc-software.de> Forgot to commit the header...


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@22255 a95241bf-73f2-0310-859d-f6bbb57e9c96
diff 4955c11b Sun May 14 07:58:52 MDT 2006 Axel Dörfler <axeld@pinc-software.de> * Moved the intel_info structure and prototypes from intel_extreme.cpp from the shared
headers into intel_extreme_private.h.
* Removed non-memory-mapped definitions from driver.h.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@17452 a95241bf-73f2-0310-859d-f6bbb57e9c96

Completed in 446 milliseconds