diff options
| author | Lespiau, Damien <damien.lespiau@intel.com> | 2013-08-19 11:59:05 -0400 |
|---|---|---|
| committer | Dave Airlie <airlied@gmail.com> | 2013-08-29 18:42:01 -0400 |
| commit | 6cb3b7f1c013fd4bea41e16ee557bcb2f1561787 (patch) | |
| tree | 7e4fd75076a3704c90614324f2e9c9054d789caf /include/linux | |
| parent | c8bb75afff8eaed89476a00f733c666e1b44115b (diff) | |
video/hdmi: Rename HDMI_IDENTIFIER to HDMI_IEEE_OUI
HDMI_IDENTIFIER was felt too generic, rename it to what it is, the IEEE
OUI corresponding to HDMI Licensing, LLC.
http://standards.ieee.org/develop/regauth/oui/oui.txt
Cc: Thierry Reding <thierry.reding@gmail.com>
Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
Reviewed-by: Thierry Reding <treding@nvidia.com>
Signed-off-by: Dave Airlie <airlied@gmail.com>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/hdmi.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/hdmi.h b/include/linux/hdmi.h index d4ae12c7931b..9231be9e90a2 100644 --- a/include/linux/hdmi.h +++ b/include/linux/hdmi.h | |||
| @@ -18,7 +18,7 @@ enum hdmi_infoframe_type { | |||
| 18 | HDMI_INFOFRAME_TYPE_AUDIO = 0x84, | 18 | HDMI_INFOFRAME_TYPE_AUDIO = 0x84, |
| 19 | }; | 19 | }; |
| 20 | 20 | ||
| 21 | #define HDMI_IDENTIFIER 0x000c03 | 21 | #define HDMI_IEEE_OUI 0x000c03 |
| 22 | #define HDMI_INFOFRAME_HEADER_SIZE 4 | 22 | #define HDMI_INFOFRAME_HEADER_SIZE 4 |
| 23 | #define HDMI_AVI_INFOFRAME_SIZE 13 | 23 | #define HDMI_AVI_INFOFRAME_SIZE 13 |
| 24 | #define HDMI_SPD_INFOFRAME_SIZE 25 | 24 | #define HDMI_SPD_INFOFRAME_SIZE 25 |
