Skip to content

Commit

Permalink
ArmPlatformPkg/LcdPlatformLib.h: Updated HD mode settings to produce …
Browse files Browse the repository at this point in the history
…a 60Hz frame rate

Signed-off-by: Olivier Martin <[email protected]>



git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@13777 6f19259b-4bc3-4df7-8a09-765794883524
  • Loading branch information
oliviermartin committed Sep 28, 2012
1 parent beeb44f commit deb8a06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ArmPlatformPkg/Include/Library/LcdPlatformLib.h
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit deb8a06

Please sign in to comment.