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:
parent
9bdd128712
commit
43e9211d20
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ void Edid_Print_Supported_VideoModeTable(u8 *EdidRaw)
|
||||||
u8 Index;
|
u8 Index;
|
||||||
|
|
||||||
xil_printf("Supported resolutions from video mode table:\n");
|
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,
|
if (XEdid_IsVideoTimingSupported(EdidRaw,
|
||||||
&XVid_VideoTimingModes[Index]) == XST_SUCCESS) {
|
&XVid_VideoTimingModes[Index]) == XST_SUCCESS) {
|
||||||
xil_printf("\t%s\n", XVid_VideoTimingModes[Index].Name);
|
xil_printf("\t%s\n", XVid_VideoTimingModes[Index].Name);
|
||||||
|
|
Loading…
Add table
Reference in a new issue