]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
gpu: host1x: Port the HDMI vendor infoframe code the common helpers
authorLespiau, Damien <damien.lespiau@intel.com>
Mon, 19 Aug 2013 15:58:59 +0000 (16:58 +0100)
committerDave Airlie <airlied@gmail.com>
Thu, 29 Aug 2013 22:41:13 +0000 (08:41 +1000)
commita26a58e89a4e5f2ab006b6ea2b8f3c9a97ae2e77
treedf1def4c5a1868c2384fce3b6a1b6eddc690bd85
parent7d27becb3532d881378846e72864031977be511a
gpu: host1x: Port the HDMI vendor infoframe code the common helpers

I just wrote the bits to define and pack HDMI vendor specific infoframe.
Port the host1x driver to use those so I can refactor the infoframe code
a bit more.

This changes the length of the infoframe payload from 6 to 5, which is
enough for the "frame packing" stereo format.

v2: Pimp up the commit message with the note about the length
    (Ville Syrjälä)

Cc: Thierry Reding <thierry.reding@gmail.com>
Cc: Terje Bergström <tbergstrom@nvidia.com>
Cc: linux-tegra@vger.kernel.org
Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
Reviewed-by: Thierry Reding <treding@nvidia.com>
Signed-off-by: Dave Airlie <airlied@gmail.com>
drivers/gpu/host1x/drm/hdmi.c