video_common: edid: XVidC_EdidIsVpiYearMab->XVidC_EdidIsYearMan.
Signed-off-by: Andrei-Liviu Simion <andrei.simion@xilinx.com>
This commit is contained in:
parent
0ab91829d2
commit
62fb70a67d
1 changed files with 1 additions and 1 deletions
|
@ -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])
|
||||
|
|
Loading…
Add table
Reference in a new issue