Nico Huber has uploaded this change for review.

View Change

gma panel: Report used timings

Change-Id: If7a3b7ec755d85b9d570b8031ea4a2a31fe37514
Signed-off-by: Nico Huber <nico.h@gmx.de>
---
M common/hw-gfx-gma-panel.adb
1 file changed, 8 insertions(+), 0 deletions(-)

git pull ssh://review.coreboot.org:29418/libgfxinit refs/changes/72/34472/1
diff --git a/common/hw-gfx-gma-panel.adb b/common/hw-gfx-gma-panel.adb
index ba91254..bc0f7b8 100644
--- a/common/hw-gfx-gma-panel.adb
+++ b/common/hw-gfx-gma-panel.adb
@@ -141,7 +141,15 @@
if Delays (D) = 0 then
Delays (D) := Default_EDP_Delays_US (D);
Override := True;
+
+ pragma Debug (Debug.Put ("PP: Using default "));
+ else
+ pragma Debug (Debug.Put ("PP: Using preset "));
end if;
+ pragma Debug (Debug.Put (Delays_Enum'Image (D)));
+ pragma Debug (Debug.Put (" of "));
+ pragma Debug (Debug.Put_Int32 (Int32 (Delays (D))));
+ pragma Debug (Debug.Put_Line (" us."));
end loop;
end Check_PP_Delays;


To view, visit change 34472. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: libgfxinit
Gerrit-Branch: master
Gerrit-Change-Id: If7a3b7ec755d85b9d570b8031ea4a2a31fe37514
Gerrit-Change-Number: 34472
Gerrit-PatchSet: 1
Gerrit-Owner: Nico Huber <nico.h@gmx.de>
Gerrit-MessageType: newchange