aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/hdmi.h
diff options
context:
space:
mode:
authorLespiau, Damien <damien.lespiau@intel.com>2013-08-19 16:58:57 +0100
committerDave Airlie <airlied@gmail.com>2013-08-30 08:40:35 +1000
commit974e0701c5251de879624d166890fbd0ee9fc429 (patch)
tree8a7a610ff4a91aecb04ef622932b52d8f3aacb46 /include/linux/hdmi.h
parentvideo/hdmi: Don't let the user of this API create invalid infoframes (diff)
downloadlinux-dev-974e0701c5251de879624d166890fbd0ee9fc429.tar.xz
linux-dev-974e0701c5251de879624d166890fbd0ee9fc429.zip
video/hdmi: Derive the bar data valid bit from the bar data fields
Just like: Author: Damien Lespiau <damien.lespiau@intel.com> Date: Mon Aug 12 11:53:24 2013 +0100 video/hdmi: Don't let the user of this API create invalid infoframes But this time for the horizontal/vertical bar data present bits. Signed-off-by: Damien Lespiau <damien.lespiau@intel.com> Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com> Reviewed-by: Thierry Reding <treding@nvidia.com> Signed-off-by: Dave Airlie <airlied@gmail.com>
Diffstat (limited to 'include/linux/hdmi.h')
-rw-r--r--include/linux/hdmi.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/hdmi.h b/include/linux/hdmi.h
index 931474c60b71..b98340b82e05 100644
--- a/include/linux/hdmi.h
+++ b/include/linux/hdmi.h
@@ -109,8 +109,6 @@ struct hdmi_avi_infoframe {
unsigned char version;
unsigned char length;
enum hdmi_colorspace colorspace;
- bool horizontal_bar_valid;
- bool vertical_bar_valid;
enum hdmi_scan_mode scan_mode;
enum hdmi_colorimetry colorimetry;
enum hdmi_picture_aspect picture_aspect;