Add hskew field to struct videomode. It is required by some controllers

that are not 100% VESA-compatible (e.g. TDA19988 HDMI framer)
This commit is contained in:
Oleksandr Tymoshenko 2015-06-18 00:22:14 +00:00
parent a08b6d1141
commit 003c03a607
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=284533

View File

@ -43,6 +43,7 @@ struct videomode {
int vtotal;
int flags; /* Video mode flags; see below. */
const char *name;
int hskew;
};
/*