siihdmi: add underscan/overscan behavior flags

This commit is contained in:
Matt Sealey
2011-02-19 09:31:47 -06:00
parent 84528eff3b
commit 7e630788b5

View File

@@ -375,6 +375,10 @@ struct siihdmi_tx {
PIXEL_MAPPING_OVERSCANNED,
} pixel_mapping;
int pt_overunder_behavior;
int ce_overunder_behavior;
int it_overunder_behavior;
/* preferred video mode (based on EDID) */
struct fb_videomode preferred;
};