mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2026-01-12 19:04:59 +00:00
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@secunet.com> Reviewed-on: https://review.coreboot.org/26841 Tested-by: Nico Huber <nico.h@gmx.de> Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
This commit is contained in:
@@ -63,7 +63,7 @@ package HW.GFX is
|
||||
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;
|
||||
|
||||
Reference in New Issue
Block a user