video_common: edid: XVID_VM_NUM_SUPPORT->XVID_VM_NUM_SUPPORTED.

Signed-off-by: Andrei-Liviu Simion <andrei.simion@xilinx.com>
This commit is contained in:
Andrei-Liviu Simion 2015-01-12 20:52:16 -08:00 committed by Nava kishore Manne
parent 9bdd128712
commit 43e9211d20

View file

@ -69,7 +69,7 @@ void Edid_Print_Supported_VideoModeTable(u8 *EdidRaw)
u8 Index;
xil_printf("Supported resolutions from video mode table:\n");
for (Index = 0; Index < XVID_VM_NUM_SUPPORT; Index++) {
for (Index = 0; Index < XVID_VM_NUM_SUPPORTED; Index++) {
if (XEdid_IsVideoTimingSupported(EdidRaw,
&XVid_VideoTimingModes[Index]) == XST_SUCCESS) {
xil_printf("\t%s\n", XVid_VideoTimingModes[Index].Name);