summaryrefslogtreecommitdiffstats
path: root/ArmPlatformPkg
diff options
context:
space:
mode:
authoroliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524>2012-09-28 11:12:13 +0000
committeroliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524>2012-09-28 11:12:13 +0000
commitdeb8a0615d7911f2e0fbe07c89b861c14f6c3267 (patch)
treee70ba9814cd28e79d6218c1f3b6db6ef58113a76 /ArmPlatformPkg
parentbeeb44f42559ec9206e905811123a0a1665c4b36 (diff)
downloadedk2-deb8a0615d7911f2e0fbe07c89b861c14f6c3267.tar.gz
edk2-deb8a0615d7911f2e0fbe07c89b861c14f6c3267.tar.bz2
edk2-deb8a0615d7911f2e0fbe07c89b861c14f6c3267.zip
ArmPlatformPkg/LcdPlatformLib.h: Updated HD mode settings to produce a 60Hz frame rate
Signed-off-by: Olivier Martin <olivier.martin@arm.com> git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@13777 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'ArmPlatformPkg')
-rw-r--r--ArmPlatformPkg/Include/Library/LcdPlatformLib.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ArmPlatformPkg/Include/Library/LcdPlatformLib.h b/ArmPlatformPkg/Include/Library/LcdPlatformLib.h
index 1112e1edd1..b9bdf471e2 100644
--- a/ArmPlatformPkg/Include/Library/LcdPlatformLib.h
+++ b/ArmPlatformPkg/Include/Library/LcdPlatformLib.h
@@ -124,9 +124,9 @@
//
#define HD_H_RES_PIXELS 1920
#define HD_V_RES_PIXELS 1080
-#define HD_OSC_FREQUENCY 173000000 /* 0x0A4FC540 */
+#define HD_OSC_FREQUENCY 165000000 /* 0x09D5B340 */
-#define HD_H_SYNC (200 - 1)
+#define HD_H_SYNC ( 79 - 1)
#define HD_H_FRONT_PORCH (128 - 1)
#define HD_H_BACK_PORCH (328 - 1)