video_common: XVID_VM_UHD_60_P->XVID_VM_3840x2160_60_P.

Signed-off-by: Andrei-Liviu Simion <andrei.simion@xilinx.com>
This commit is contained in:
Andrei-Liviu Simion 2015-01-12 18:54:44 -08:00 committed by Nava kishore Manne
parent d1fab25ea0
commit 954a4047fd
2 changed files with 3 additions and 4 deletions

View file

@ -159,8 +159,7 @@ typedef enum {
XVID_VM_3840x2160_24_P, XVID_VM_3840x2160_24_P,
XVID_VM_3840x2160_25_P, XVID_VM_3840x2160_25_P,
XVID_VM_3840x2160_30_P, XVID_VM_3840x2160_30_P,
XVID_VM_3840x2160_60_P,
XVID_VM_UHD_60_P,
XVID_VM_480_30_I, XVID_VM_480_30_I,
XVID_VM_576_25_I, XVID_VM_576_25_I,
@ -187,6 +186,7 @@ typedef enum {
XVID_VM_UHD_24_P = XVID_VM_3840x2160_24_P, XVID_VM_UHD_24_P = XVID_VM_3840x2160_24_P,
XVID_VM_UHD_25_P = XVID_VM_3840x2160_25_P, XVID_VM_UHD_25_P = XVID_VM_3840x2160_25_P,
XVID_VM_UHD_30_P = XVID_VM_3840x2160_30_P XVID_VM_UHD_30_P = XVID_VM_3840x2160_30_P
XVID_VM_UHD_60_P = XVID_VM_3840x2160_60_P
} XVid_VideoMode; } XVid_VideoMode;
typedef enum { typedef enum {

View file

@ -438,8 +438,7 @@ const XVid_VideoTimingMode XVid_VideoTimingModes[XVID_VM_NUM_SUPPORT] =
297000, 297000,
{3840, 176, 88, 296, 4400, 0, {3840, 176, 88, 296, 4400, 0,
2160, 20, 10, 60, 2250, 0, 0, 0, 0, 1} }, 2160, 20, 10, 60, 2250, 0, 0, 0, 0, 1} },
{ XVID_VM_3840x2160_60_P, "3840x2160@60Hz", XVID_FR_60HZ,
{ XVID_VM_UHD_60_P, "3840x2160@60Hz", XVID_FR_60HZ,
594000, 594000,
{3840, 176, 88, 296, 4400, 0, {3840, 176, 88, 296, 4400, 0,
2160, 20, 10, 60, 2250, 0, 0, 0, 0, 1} }, 2160, 20, 10, 60, 2250, 0, 0, 0, 0, 1} },