From e015e82affe6bb2ef09a5af7867ecc07c20c82ed Mon Sep 17 00:00:00 2001 From: Nico Huber Date: Fri, 25 Aug 2017 20:12:09 +0200 Subject: [PATCH] gma: Fix refined contract of Initialize() To be compatible with HW.PCI.Dev implementations that do actual register accesses, we have to account for hardware state updates. Change-Id: I86e42163d7847f7011bcf9a0ef5c2c7f25b4b1be Signed-off-by: Nico Huber Reviewed-on: https://review.coreboot.org/21207 Reviewed-by: Patrick Georgi Reviewed-by: Adrian-Ken Rueegsegger --- common/hw-gfx-gma.adb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/hw-gfx-gma.adb b/common/hw-gfx-gma.adb index 94f3ceb267..101de1807c 100644 --- a/common/hw-gfx-gma.adb +++ b/common/hw-gfx-gma.adb @@ -301,7 +301,7 @@ is with Refined_Global => (In_Out => - (Config.Valid_Port_GPU, + (Config.Valid_Port_GPU, Dev.PCI_State, Registers.Register_State, Port_IO.State), Input => (Time.State),