diff --git a/include/linux/i2c/siihdmi.h b/include/linux/i2c/siihdmi.h index 4f7a3416b61..930b8f7912c 100644 --- a/include/linux/i2c/siihdmi.h +++ b/include/linux/i2c/siihdmi.h @@ -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; };