Searched +hist:4 +hist:f059c1f (Results 1 - 3 of 3) sorted by relevance

/haiku/src/add-ons/kernel/busses/agp_gart/
H A Dintel_gart.cppdiff 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 4f059c1f Tue Jun 05 11:27:45 MDT 2018 Augustin Cavalier <waddlesplash@gmail.com> intel_extreme: Broadwell is really Gen7(.5), not 8.
diff 4f059c1f Tue Jun 05 11:27:45 MDT 2018 Augustin Cavalier <waddlesplash@gmail.com> intel_extreme: Broadwell is really Gen7(.5), not 8.
/haiku/src/add-ons/kernel/drivers/graphics/intel_extreme/
H A Ddriver.cppdiff 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 4f059c1f Tue Jun 05 11:27:45 MDT 2018 Augustin Cavalier <waddlesplash@gmail.com> intel_extreme: Broadwell is really Gen7(.5), not 8.
diff 4f059c1f Tue Jun 05 11:27:45 MDT 2018 Augustin Cavalier <waddlesplash@gmail.com> intel_extreme: Broadwell is really Gen7(.5), not 8.
/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 4b5e0c3b Fri Feb 04 11:56:27 MST 2022 Rudolf Cornelissen <rudhaiku@gmail.com> intel_extreme: Sandy/IvyBridge fix 4 lanes DP detect, fully pgm eDP link
diff 4b5e0c3b Fri Feb 04 11:56:27 MST 2022 Rudolf Cornelissen <rudhaiku@gmail.com> intel_extreme: Sandy/IvyBridge fix 4 lanes DP detect, fully pgm eDP link
diff abcbfac6 Sat Jan 04 12:44:48 MST 2020 Adrien Destugues <pulkomandy@pulkomandy.tk> intel_extreme: use the panel fitter for generation 4 devices

LVDS panels must really be driven at their native resolution, otherwise
they will simply not work. This means we should basically never touch
the video timings on that side. We need to only set the source size in
the pipe configuration, and let the panel fitter figure out the scaling.

On my G45 laptop, this allows me to use non-native resolutions on the
laptop display. This also means when booting with a VGA display
connected, I do get a valid display on the internal panel (using the VGA
resolution). VGA still gets "out of range", so we're still not setting
up something there.

If I switch to VGA display in the BIOS, I get a working picture there
and garbage on the internal display, which is progress (before I would
get a black screen on the internal display)

Fixes #12723.
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 4f059c1f Tue Jun 05 11:27:45 MDT 2018 Augustin Cavalier <waddlesplash@gmail.com> intel_extreme: Broadwell is really Gen7(.5), not 8.
diff 4f059c1f Tue Jun 05 11:27:45 MDT 2018 Augustin Cavalier <waddlesplash@gmail.com> intel_extreme: Broadwell is really Gen7(.5), not 8.
diff bb4190f0 Wed Jun 01 11:44:50 MDT 2016 Adrien Destugues <pulkomandy@pulkomandy.tk> Fix SandyBridge support.

This reverts commit 4f2b258c32efeab97f043519b7f2d4e22819d431.
This reverts commit c86f3dba238a44a8fcf7b1452c46f1cab68f525a.
This reverts commit 61fbdb0667c57f6d3d11d33bce6c01bdd625aaec.
This reverts commit b3f14fb7c715cf95b374ee749dcafd5537d1b017.
diff 4dfa9e42 Wed Jan 23 10:50:27 MST 2008 Axel Dörfler <axeld@pinc-software.de> Some work in progress:
* set_gtt_entry() used the wrong index to fill the GTT - this could have never
worked correctly when you specified more memory than the amount of stolen
memory.
* Implementing maintaining resources for emulating overlay using the 3D engine
on i965. I don't yet commit the actual overlay code, as that is a) ugly, and
b) does not work yet.
* Moved AreaKeeper into its own header.
* Minor cleanup.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@23709 a95241bf-73f2-0310-859d-f6bbb57e9c96
diff 4dfa9e425fef3a6105e1cd97c4d4324f339f5614 Wed Jan 23 10:50:27 MST 2008 Axel Dörfler <axeld@pinc-software.de> Some work in progress:
* set_gtt_entry() used the wrong index to fill the GTT - this could have never
worked correctly when you specified more memory than the amount of stolen
memory.
* Implementing maintaining resources for emulating overlay using the 3D engine
on i965. I don't yet commit the actual overlay code, as that is a) ugly, and
b) does not work yet.
* Moved AreaKeeper into its own header.
* Minor cleanup.


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

Completed in 178 milliseconds