]> git.karo-electronics.de Git - karo-tx-linux.git/commit
video/hdmi: Hook the HDMI vendor infoframe with the generic _pack()
authorLespiau, Damien <damien.lespiau@intel.com>
Mon, 19 Aug 2013 15:59:01 +0000 (16:59 +0100)
committerDave Airlie <airlied@gmail.com>
Thu, 29 Aug 2013 22:41:30 +0000 (08:41 +1000)
commitaf3e95b40720cdf301eb85387c0a3dc4067cc551
tree22590128866c81d879ff51ffb2d9b4d8d7d1b205
parentc782d2e73d1e69c863d03945907bc7fbc879a778
video/hdmi: Hook the HDMI vendor infoframe with the generic _pack()

With this last bit, hdmi_infoframe_pack() is now able to pack any
infoframe we support.

At the same time, because it's impractical to make two commits out of
this, we get rid of the version that encourages the open coding of the
vendor infoframe packing. We can do so because the only user of this API
has been ported in:

  Author: Damien Lespiau <damien.lespiau@intel.com>
  Date:   Mon Aug 12 18:08:37 2013 +0100

      gpu: host1x: Port the HDMI vendor infoframe code the common helpers

v2: Change oui to be an unsigned int (Ville Syrjälä)

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