]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
drm/edid: Move HDMI_IDENTIFIER to hdmi.h
authorLespiau, Damien <damien.lespiau@intel.com>
Mon, 19 Aug 2013 15:59:00 +0000 (16:59 +0100)
committerDave Airlie <airlied@gmail.com>
Thu, 29 Aug 2013 22:41:22 +0000 (08:41 +1000)
commitc782d2e73d1e69c863d03945907bc7fbc879a778
tree90f47eb52fd6f2c7f1531e17b5a111911c8fa63f
parenta26a58e89a4e5f2ab006b6ea2b8f3c9a97ae2e77
drm/edid: Move HDMI_IDENTIFIER to hdmi.h

We'll need the HDMI OUI for the HDMI vendor infoframe data, so let's
move the DRM one to hdmi.h, might as well use the hdmi header to store
some hdmi defines.

(Note that, in fact, infoframes are part of the CEA-861 standard, and
only the HDMI vendor specific infoframe is special to HDMI, but
details..)

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/gpu/drm/drm_edid.c
include/linux/hdmi.h