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:
parent
a08b6d1141
commit
003c03a607
@ -43,6 +43,7 @@ struct videomode {
|
||||
int vtotal;
|
||||
int flags; /* Video mode flags; see below. */
|
||||
const char *name;
|
||||
int hskew;
|
||||
};
|
||||
|
||||
/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user