gma: Add Pipe_Index to the Connectors.Post_On method
On GMCH targets the Pipe index needs to be programmed in the output
register.
Change-Id: I6a614a9359c95adb59a1b6d0e34febe302fcfbf8
Signed-off-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-on: https://review.coreboot.org/25410
Reviewed-by: Nico Huber <nico.h@gmx.de>
diff --git a/common/hw-gfx-gma.adb b/common/hw-gfx-gma.adb
index a4445ba..d6aa7cb 100644
--- a/common/hw-gfx-gma.adb
+++ b/common/hw-gfx-gma.adb
@@ -150,7 +150,8 @@
Framebuffer => Pipe_Cfg.Framebuffer);
Connectors.Post_On
- (Port_Cfg => Port_Cfg,
+ (Pipe => Pipe,
+ Port_Cfg => Port_Cfg,
PLL_Hint => PLLs.Register_Value (Allocated_PLLs (Pipe)),
Success => Success);