video_common: edid: XVidC_EdidIsVpiYearMab->XVidC_EdidIsYearMan.

Signed-off-by: Andrei-Liviu Simion <andrei.simion@xilinx.com>
This commit is contained in:
Andrei-Liviu Simion 2015-01-21 12:09:12 -08:00 committed by Nava kishore Manne
parent 0ab91829d2
commit 62fb70a67d

View file

@ -283,7 +283,7 @@
#define XVidC_EdidGetManWeek(E) (E[XVIDC_EDID_VPI_WEEK_MAN])
#define XVidC_EdidGetModManYear(E) (E[XVIDC_EDID_VPI_YEAR] + 1990)
#define XVidC_EdidIsYearModel(E) (XVidC_EdidGetManWeek(E) == 0xFF)
#define XVidC_EdidIsVpiYearMab(E) (XVidC_EdidGetManWeek(E) != 0xFF)
#define XVidC_EdidIsYearMan(E) (XVidC_EdidGetManWeek(E) != 0xFF)
/* EDID structure version and revision. */
#define XVidC_EdidGetStructVer(E) (E[XVIDC_EDID_STRUCT_VER])