video_common: XVID_VM_WXGA_60_P->XVID_VM_1366x768_60_P.

Signed-off-by: Andrei-Liviu Simion <andrei.simion@xilinx.com>
This commit is contained in:
Andrei-Liviu Simion 2015-01-12 17:10:34 -08:00 committed by Nava kishore Manne
parent 7238e810ce
commit 58fe1d72f5
2 changed files with 1 additions and 9 deletions

View file

@ -164,9 +164,6 @@ typedef enum {
XVID_VM_4K2K_30_P,
XVID_VM_4K2K_60_P,
XVID_VM_WXGA_60_P,
XVID_VM_UXGA_60_P,
XVID_VM_480_30_I,
XVID_VM_576_25_I,
XVID_VM_1080_25_I,
@ -176,6 +173,7 @@ typedef enum {
XVID_VM_USE_EDID_PREFERRED,
XVID_VM_NO_INPUT,
XVID_VM_WXGA_60_P = XVID_VM_1366x768_60_P,
XVID_VM_UXGA_60_P = XVID_VM_1600x1200_60_P,
XVID_VM_WSXGA_60_P = XVID_VM_1680x1050_60_P,
XVID_VM_WUXGA_60_P = XVID_VM_1920x1200_60_P

View file

@ -453,12 +453,6 @@ const XVid_VideoTimingMode XVid_VideoTimingModes[XVID_VM_NUM_SUPPORT] =
{3840, 176, 80, 304, 4400, 1,
2160, 60, 8, 22, 2250, 0, 0, 0, 0, 1} },
/* PC resolutions. */
{ XVID_VM_WXGA_60_P, "1366x768@60Hz", XVID_FR_60HZ,
0,
{1366, 70, 143, 213, 1792, 1,
768, 3, 3, 24, 798, 0, 0, 0, 0, 1} },
/* Interlaced modes. */
{ XVID_VM_480_30_I, "720x480@30Hz (I)", XVID_FR_30HZ,
0,