From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 4DAD1C636D6 for ; Thu, 23 Feb 2023 18:05:42 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 69F6610E049; Thu, 23 Feb 2023 18:05:41 +0000 (UTC) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by gabe.freedesktop.org (Postfix) with ESMTPS id 1D7CC10E049 for ; Thu, 23 Feb 2023 18:05:39 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1677175539; x=1708711539; h=date:from:to:cc:subject:message-id:references: mime-version:content-transfer-encoding:in-reply-to; bh=orSBv9lRyBn/BznwcsVAlR6C06ZXq/Y3Db2QG/bjnao=; b=Tt3rAreuWCGbXyBSpvdgYxJWpRGRVj+NT1ekgxfEoXvIz7TGL498Zlv6 ypbD4YQDWfGpyQ0XKr+KT5bgaHYng+WXOXMWyT0ghF/Zt/YTXMUhBOeL1 pCg1MK2IIICCcsC2K2pbeqKW99Y3dYBF8KrQ1M58ogVfUYTgg0jVY+6Ni q+cXvJkKvN5Aft8u6ItayOXuwBMCmzpx/sKlp8wKqCJhUPufUKn3TyUIP rCkWP4p4ilgmhNvM9Gbd0yjjLANzHAMkqNl10nkmKfyVQaiWuJzMsVecN 6P8V/DvQYUaz+uUxa+xmcEBD17g4U5QkjAyYd7pKuyZrqwxnNChSJKZmo A==; X-IronPort-AV: E=McAfee;i="6500,9779,10630"; a="331015956" X-IronPort-AV: E=Sophos;i="5.97,322,1669104000"; d="scan'208";a="331015956" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 23 Feb 2023 10:04:37 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6500,9779,10630"; a="702879203" X-IronPort-AV: E=Sophos;i="5.97,322,1669104000"; d="scan'208";a="702879203" Received: from stinkpipe.fi.intel.com (HELO stinkbox) ([10.237.72.70]) by orsmga008.jf.intel.com with SMTP; 23 Feb 2023 10:04:34 -0800 Received: by stinkbox (sSMTP sendmail emulation); Thu, 23 Feb 2023 20:04:33 +0200 Date: Thu, 23 Feb 2023 20:04:33 +0200 From: Ville =?iso-8859-1?Q?Syrj=E4l=E4?= To: "Shankar, Uma" Message-ID: References: <20230220151731.6852-1-ville.syrjala@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: X-Patchwork-Hint: comment Subject: Re: [Intel-gfx] [PATCH 1/2] drm/i915: Fix audio ELD handling for DP MST X-BeenThere: intel-gfx@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Intel graphics driver community testing & development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: "intel-gfx@lists.freedesktop.org" Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" On Thu, Feb 23, 2023 at 05:01:11PM +0000, Shankar, Uma wrote: > > > > -----Original Message----- > > From: Ville Syrjälä > > Sent: Thursday, February 23, 2023 8:37 PM > > To: Shankar, Uma > > Cc: intel-gfx@lists.freedesktop.org > > Subject: Re: [Intel-gfx] [PATCH 1/2] drm/i915: Fix audio ELD handling for DP MST > > > > On Wed, Feb 22, 2023 at 05:59:45PM +0000, Shankar, Uma wrote: > > > > > > > > > > -----Original Message----- > > > > From: Intel-gfx On Behalf > > > > Of Ville Syrjala > > > > Sent: Monday, February 20, 2023 8:48 PM > > > > To: intel-gfx@lists.freedesktop.org > > > > Subject: [Intel-gfx] [PATCH 1/2] drm/i915: Fix audio ELD handling > > > > for DP MST > > > > > > Nit: May be append "display" to drm/i915. > > > > Don't think I've ever used that one. Seems a bit too generic to provide any real > > additional information to the table that wouldn't usually be obvious from the subject > > anyway. > > Do other people find /display useful? > > > > I guess I could have used a more specific /mst in this case, but then again I already > > mention MST in the subject anyway so seems a bit redundant. > > I think there are mixed declarations in our tree, no clear rule as such. > Will leave it you, maybe a general guideline would be good to make it > all consistent. Yeah, some general guidelines might be good to figure out. In the meantime I've pushed these patches as is for now. Thanks for the review. -- Ville Syrjälä Intel