video/hdmi: Introduce helpers for the HDMI vendor specific infoframe
authorLespiau, Damien <damien.lespiau@intel.com>
Mon, 19 Aug 2013 15:58:58 +0000 (16:58 +0100)
committerDave Airlie <airlied@gmail.com>
Thu, 29 Aug 2013 22:40:45 +0000 (08:40 +1000)
commit7d27becb3532d881378846e72864031977be511a
tree3171b5326dfd4d546efff20566543612957d53ba
parent974e0701c5251de879624d166890fbd0ee9fc429
video/hdmi: Introduce helpers for the HDMI vendor specific infoframe

Provide the same programming model than the other infoframe types.

The generic _pack() function can't handle those yet as we need to move
the vendor OUI in the generic hdmi_vendor_infoframe structure to know
which kind of vendor infoframe we are dealing with.

v2: Fix the value of Side-by-side (half), hmdi typo, pack 3D_Ext_Data
    (Ville Syrjälä)
v3: Future proof the sending of 3D_Ext_Data (Ville Syrjälä), Fix
    multi-lines comment style (Thierry Reding)

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>
drivers/video/hdmi.c
include/linux/hdmi.h
This page took 0.028434 seconds and 5 git commands to generate.