[coreboot-gerrit] Change in libgfxinit[master]: gfx: Increase range of Frequency_Type

Nico Huber (Code Review) gerrit at coreboot.org
Mon Jun 4 22:48:13 CEST 2018


Nico Huber has uploaded this change for review. ( https://review.coreboot.org/26841


Change subject: gfx: Increase range of Frequency_Type
......................................................................

gfx: Increase range of Frequency_Type

New range limits are the minimum and maximum CDClk for Broxton.

Change-Id: I55a77b73ffef90eb08551c49978d020b1cf7eecc
Signed-off-by: Nico Huber <nico.huber at secunet.com>
---
M common/hw-gfx.ads
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://review.coreboot.org:29418/libgfxinit refs/changes/41/26841/1

diff --git a/common/hw-gfx.ads b/common/hw-gfx.ads
index a6c883e..86ef51b 100644
--- a/common/hw-gfx.ads
+++ b/common/hw-gfx.ads
@@ -63,7 +63,7 @@
       Rotation => No_Rotation,
       Offset   => 0);
 
-   subtype Frequency_Type is Pos64 range 24_000_000 .. 600_000_000;
+   subtype Frequency_Type is Pos64 range 19_200_000 .. 624_000_000;
 
    type DP_Lane_Count is (DP_Lane_Count_1, DP_Lane_Count_2, DP_Lane_Count_4);
    subtype DP_Lane_Count_Type is Pos64 range 1 .. 4;

-- 
To view, visit https://review.coreboot.org/26841
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings

Gerrit-Project: libgfxinit
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I55a77b73ffef90eb08551c49978d020b1cf7eecc
Gerrit-Change-Number: 26841
Gerrit-PatchSet: 1
Gerrit-Owner: Nico Huber <nico.h at gmx.de>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20180604/642fd9f3/attachment-0001.html>


More information about the coreboot-gerrit mailing list