From patchwork Thu Sep 13 11:47:26 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Hans Verkuil X-Patchwork-Id: 10599297 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 10F66921 for ; Thu, 13 Sep 2018 11:47:43 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 009432A964 for ; Thu, 13 Sep 2018 11:47:43 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id E8B712A986; Thu, 13 Sep 2018 11:47:42 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.2 required=2.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_DNSWL_MED autolearn=ham version=3.3.1 Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id 92E8B2A38F for ; Thu, 13 Sep 2018 11:47:42 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id D03E86E667; Thu, 13 Sep 2018 11:47:38 +0000 (UTC) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@lists.freedesktop.org Received: from lb2-smtp-cloud9.xs4all.net (lb2-smtp-cloud9.xs4all.net [194.109.24.26]) by gabe.freedesktop.org (Postfix) with ESMTPS id 2CF886E03E for ; Thu, 13 Sep 2018 11:47:38 +0000 (UTC) Received: from tschai.fritz.box ([212.251.195.8]) by smtp-cloud9.xs4all.net with ESMTPA id 0Q5rgZvtNMsEF0Q5vgL2Dm; Thu, 13 Sep 2018 13:47:36 +0200 From: Hans Verkuil To: linux-media@vger.kernel.org Subject: [PATCH 0/5] Rename AdobeRGB to opRGB Date: Thu, 13 Sep 2018 13:47:26 +0200 Message-Id: <20180913114731.16500-1-hverkuil@xs4all.nl> X-Mailer: git-send-email 2.18.0 X-CMAE-Envelope: MS4wfH+ljOLJ4bREm9TXG8ae+m/hFd1sV1LleC3MrZt4MQoVc5TVZzVPnPpBpu9PiPya1k3TpN88j1N+hZOB2JpMOPqqSdSnlg05HITQ34aClIUkJVy32y+8 c6OrGLeez6msqG5snUiFn1yY7LiId6c6faRIRmLF0CFQPp7GWraau49VnP/KIbHqvIfvvLJVJwQoQgF5K/9NJF7e40Qis5zMUTZg5+1AuWF+OLatm7/YQxqL X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: dri-devel@lists.freedesktop.org MIME-Version: 1.0 Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" X-Virus-Scanned: ClamAV using ClamSMTP From: Hans Verkuil This patch series replaces all AdobeRGB references by opRGB references. In November last year all references to the AdobeRGB colorspace were removed from the CTA-861 standards (all versions) and replaced with the corresponding international opRGB standard (IEC 61966-2-5) due to trademark issues. This patch series makes the same change in the kernel because: 1) it makes sense to keep in sync with the CTA-861 standard, 2) using an international standard is always preferable to a company standard, 3) avoid possible future trademark complaints. The first two patches can go through the media subsystem. The third patch changes hdmi.c/h, but since the renamed defines from hdmi.h are only used in the media subsystem I would prefer to merge this via the media subsystem as well. So if I can get an Ack, then that would be great. The fourth patch I can push to drm-misc when it's reviewed, and the final patch can go through the AMD GPU maintainers. There are only two references to the old name left since they are part of the V4L2 public API, so I can't remove them. Regards, Hans Hans Verkuil (5): media: replace ADOBERGB by OPRGB media colorspaces*.rst: rename AdobeRGB to opRGB hdmi.h: rename ADOBE_RGB to OPRGB and ADOBE_YCC to OPYCC drm/bridge/synopsys/dw-hdmi.h: rename ADOBE to OP drm/amd: rename ADOBE to OP Documentation/media/uapi/v4l/biblio.rst | 10 - .../media/uapi/v4l/colorspaces-defs.rst | 8 +- .../media/uapi/v4l/colorspaces-details.rst | 13 +- .../media/videodev2.h.rst.exceptions | 2 + .../drm/amd/display/dc/core/dc_hw_sequencer.c | 4 +- .../gpu/drm/amd/display/dc/core/dc_resource.c | 4 +- drivers/gpu/drm/amd/display/dc/dc_hw_types.h | 2 +- .../amd/display/dc/dce/dce_stream_encoder.c | 2 +- .../amd/display/dc/dcn10/dcn10_hw_sequencer.c | 2 +- .../display/dc/dcn10/dcn10_stream_encoder.c | 2 +- .../gpu/drm/amd/display/dc/inc/hw/transform.h | 4 +- drivers/gpu/drm/bridge/synopsys/dw-hdmi.h | 4 +- .../media/common/v4l2-tpg/v4l2-tpg-colors.c | 262 +++++++++--------- drivers/media/i2c/adv7511.c | 6 +- drivers/media/i2c/adv7604.c | 2 +- drivers/media/i2c/tc358743.c | 4 +- drivers/media/platform/vivid/vivid-core.h | 2 +- drivers/media/platform/vivid/vivid-ctrls.c | 6 +- drivers/media/platform/vivid/vivid-vid-out.c | 2 +- drivers/media/v4l2-core/v4l2-dv-timings.c | 12 +- drivers/video/hdmi.c | 8 +- include/linux/hdmi.h | 4 +- include/uapi/linux/videodev2.h | 16 +- 23 files changed, 190 insertions(+), 191 deletions(-) Acked-by: Daniel Vetter