From mboxrd@z Thu Jan 1 00:00:00 1970 From: Damien Lespiau Subject: Re: [PATCH 09/12] drm/edid: Move HDMI_IDENTIFIER to hdmi.h Date: Wed, 21 Aug 2013 18:16:29 +0100 Message-ID: <20130821171628.GD2475@strange.amr.corp.intel.com> References: <1376500755-30227-1-git-send-email-damien.lespiau@intel.com> <1376500755-30227-10-git-send-email-damien.lespiau@intel.com> <20130815151154.GD16951@ulmo> <20130819134923.GB6610@strange.amr.corp.intel.com> <20130819193141.GA4961@mithrandir> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <20130819193141.GA4961@mithrandir> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: dri-devel-bounces+sf-dri-devel=m.gmane.org@lists.freedesktop.org Errors-To: dri-devel-bounces+sf-dri-devel=m.gmane.org@lists.freedesktop.org To: Thierry Reding Cc: intel-gfx@lists.freedesktop.org, dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org On Mon, Aug 19, 2013 at 09:31:42PM +0200, Thierry Reding wrote: > On Mon, Aug 19, 2013 at 02:49:50PM +0100, Damien Lespiau wrote: > > On Thu, Aug 15, 2013 at 05:12:00PM +0200, Thierry Reding wrote: > > > On Wed, Aug 14, 2013 at 06:19:12PM +0100, Damien Lespiau wrote: > > > [...] > > > > +#define HDMI_IDENTIFIER 0x000c03 > > > > > > HDMI_IDENTIFIER sounds really generic. Perhaps HDMI_INFOFRAME_OUI_HDMI? > > > > This identifier is not infoframe specific, it's the IEEE OUI: > > > > http://standards.ieee.org/develop/regauth/oui/oui.txt > > > > would HDMI_IEEE_OUI suit you? > > Yes, that sounds much better. Or perhaps IEEE_OUI_HDMI? From a quick > grep through the kernel code using the OUI as a prefix seems to be > slightly more common. If we ever end up adding a header to collect > OUIs it'd be useful to namespace them somehow. Hopefully we can agree that HDMI_IEEE_OUI is fine :) Would you mind having a look at the two patches introduced to address your comments HDMI 4k support v4 http://lists.freedesktop.org/archives/dri-devel/2013-August/043988.html Patches 11 and 14. Thanks, -- Damien