All of lore.kernel.org
 help / color / mirror / Atom feed
From: Hans Verkuil <hverkuil@xs4all.nl>
To: linux-media@vger.kernel.org
Cc: dri-devel@lists.freedesktop.org, Hans Verkuil <hansverk@cisco.com>
Subject: [PATCH 4/5] drm/bridge/synopsys/dw-hdmi.h: rename ADOBE to OP
Date: Thu, 13 Sep 2018 13:47:30 +0200	[thread overview]
Message-ID: <20180913114731.16500-5-hverkuil@xs4all.nl> (raw)
In-Reply-To: <20180913114731.16500-1-hverkuil@xs4all.nl>

From: Hans Verkuil <hansverk@cisco.com>

The CTA-861 standard renamed this from ADOBE to OP. Make the
same change to sync with the standard.

Signed-off-by: Hans Verkuil <hansverk@cisco.com>
---
 drivers/gpu/drm/bridge/synopsys/dw-hdmi.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/gpu/drm/bridge/synopsys/dw-hdmi.h b/drivers/gpu/drm/bridge/synopsys/dw-hdmi.h
index 9d90eb9c46e5..56f37134d748 100644
--- a/drivers/gpu/drm/bridge/synopsys/dw-hdmi.h
+++ b/drivers/gpu/drm/bridge/synopsys/dw-hdmi.h
@@ -791,8 +791,8 @@ enum {
 	HDMI_FC_AVICONF2_EXT_COLORIMETRY_XVYCC601 = 0x00,
 	HDMI_FC_AVICONF2_EXT_COLORIMETRY_XVYCC709 = 0x10,
 	HDMI_FC_AVICONF2_EXT_COLORIMETRY_SYCC601 = 0x20,
-	HDMI_FC_AVICONF2_EXT_COLORIMETRY_ADOBE_YCC601 = 0x30,
-	HDMI_FC_AVICONF2_EXT_COLORIMETRY_ADOBE_RGB = 0x40,
+	HDMI_FC_AVICONF2_EXT_COLORIMETRY_OPYCC601 = 0x30,
+	HDMI_FC_AVICONF2_EXT_COLORIMETRY_OPRGB = 0x40,
 	HDMI_FC_AVICONF2_IT_CONTENT_MASK = 0x80,
 	HDMI_FC_AVICONF2_IT_CONTENT_NO_DATA = 0x00,
 	HDMI_FC_AVICONF2_IT_CONTENT_VALID = 0x80,
-- 
2.18.0

WARNING: multiple messages have this Message-ID (diff)
From: Hans Verkuil <hverkuil@xs4all.nl>
To: linux-media@vger.kernel.org
Cc: Hans Verkuil <hansverk@cisco.com>, dri-devel@lists.freedesktop.org
Subject: [PATCH 4/5] drm/bridge/synopsys/dw-hdmi.h: rename ADOBE to OP
Date: Thu, 13 Sep 2018 13:47:30 +0200	[thread overview]
Message-ID: <20180913114731.16500-5-hverkuil@xs4all.nl> (raw)
In-Reply-To: <20180913114731.16500-1-hverkuil@xs4all.nl>

From: Hans Verkuil <hansverk@cisco.com>

The CTA-861 standard renamed this from ADOBE to OP. Make the
same change to sync with the standard.

Signed-off-by: Hans Verkuil <hansverk@cisco.com>
---
 drivers/gpu/drm/bridge/synopsys/dw-hdmi.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/gpu/drm/bridge/synopsys/dw-hdmi.h b/drivers/gpu/drm/bridge/synopsys/dw-hdmi.h
index 9d90eb9c46e5..56f37134d748 100644
--- a/drivers/gpu/drm/bridge/synopsys/dw-hdmi.h
+++ b/drivers/gpu/drm/bridge/synopsys/dw-hdmi.h
@@ -791,8 +791,8 @@ enum {
 	HDMI_FC_AVICONF2_EXT_COLORIMETRY_XVYCC601 = 0x00,
 	HDMI_FC_AVICONF2_EXT_COLORIMETRY_XVYCC709 = 0x10,
 	HDMI_FC_AVICONF2_EXT_COLORIMETRY_SYCC601 = 0x20,
-	HDMI_FC_AVICONF2_EXT_COLORIMETRY_ADOBE_YCC601 = 0x30,
-	HDMI_FC_AVICONF2_EXT_COLORIMETRY_ADOBE_RGB = 0x40,
+	HDMI_FC_AVICONF2_EXT_COLORIMETRY_OPYCC601 = 0x30,
+	HDMI_FC_AVICONF2_EXT_COLORIMETRY_OPRGB = 0x40,
 	HDMI_FC_AVICONF2_IT_CONTENT_MASK = 0x80,
 	HDMI_FC_AVICONF2_IT_CONTENT_NO_DATA = 0x00,
 	HDMI_FC_AVICONF2_IT_CONTENT_VALID = 0x80,
-- 
2.18.0

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

  parent reply	other threads:[~2018-09-13 16:56 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-09-13 11:47 [PATCH 0/5] Rename AdobeRGB to opRGB Hans Verkuil
2018-09-13 11:47 ` Hans Verkuil
2018-09-13 11:47 ` [PATCH 1/5] media: replace ADOBERGB by OPRGB Hans Verkuil
2018-09-13 11:47   ` Hans Verkuil
2018-09-13 14:29   ` Mauro Carvalho Chehab
2018-09-13 14:29     ` Mauro Carvalho Chehab
2018-09-13 14:35     ` Hans Verkuil
2018-09-13 14:35       ` Hans Verkuil
2018-09-14  8:58   ` [PATCHv2 " Hans Verkuil
2018-09-14  8:58     ` Hans Verkuil
2018-09-13 11:47 ` [PATCH 2/5] media colorspaces*.rst: rename AdobeRGB to opRGB Hans Verkuil
2018-09-13 11:47   ` Hans Verkuil
2018-09-13 11:47 ` [PATCH 3/5] hdmi.h: rename ADOBE_RGB to OPRGB and ADOBE_YCC to OPYCC Hans Verkuil
2018-09-13 11:47   ` Hans Verkuil
2018-09-13 11:47 ` Hans Verkuil [this message]
2018-09-13 11:47   ` [PATCH 4/5] drm/bridge/synopsys/dw-hdmi.h: rename ADOBE to OP Hans Verkuil
2018-09-13 11:47 ` [PATCH 5/5] drm/amd: " Hans Verkuil
2018-09-13 11:47   ` Hans Verkuil
2018-09-13 13:46 ` [PATCH 0/5] Rename AdobeRGB to opRGB Daniel Vetter
2018-09-13 13:46   ` Daniel Vetter

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20180913114731.16500-5-hverkuil@xs4all.nl \
    --to=hverkuil@xs4all.nl \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=hansverk@cisco.com \
    --cc=linux-media@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.