From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from NAM02-BN1-obe.outbound.protection.outlook.com (mail-bn1nam02on2062d.outbound.protection.outlook.com [IPv6:2a01:111:f400:7eb2::62d]) by gabe.freedesktop.org (Postfix) with ESMTPS id A781E10E0CB for ; Thu, 2 Nov 2023 15:52:28 +0000 (UTC) Message-ID: <18229c5f-b522-4c72-b720-9769f5ae2ecd@amd.com> Date: Thu, 2 Nov 2023 11:52:20 -0400 To: Kamil Konieczny , igt-dev@lists.freedesktop.org, Sebastian Wick , Pekka Paalanen , Shashank Sharma , Simon Ser , Alexander Goins , =?UTF-8?Q?Michel_D=C3=A4nzer?= , Xaver Hugl , =?UTF-8?Q?Jonas_=C3=85dahl?= , Victoria Brekenfeld , Joshua Ashton , Daniel Vetter , Aleix Pol , Naseer Ahmed , Christopher Braga References: <20230908150315.75977-1-harry.wentland@amd.com> <20230908150315.75977-2-harry.wentland@amd.com> <20230918092447.vkzmoom77i55n7rp@kamilkon-desk.igk.intel.com> Content-Language: en-US From: Harry Wentland In-Reply-To: <20230918092447.vkzmoom77i55n7rp@kamilkon-desk.igk.intel.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit MIME-Version: 1.0 Subject: Re: [igt-dev] [RFC PATCH 1/7] include/drm-uapi: Add COLOROP object List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: igt-dev-bounces@lists.freedesktop.org Sender: "igt-dev" List-ID: On 2023-09-18 05:24, Kamil Konieczny wrote: > Hi Harry, > > On 2023-09-08 at 11:03:09 -0400, Harry Wentland wrote: >> Signed-off-by: Harry Wentland > > Put here description from cover letter or at least links > to drm-uapi commits (prefereable lore.kernel.org) with subjects > cited (as links can break in future). > I agree this needs a bit of a description and will be remedied in the next version, but for the bigger picture shouldn't this be in the cover letter? If I copy-paste the cover letter here then why not in every other patch of the series? (Email patch series still confuse me -_-) Harry > Regards, > Kamil > >> Cc: Ville Syrjala >> Cc: Pekka Paalanen >> Cc: Simon Ser >> Cc: Harry Wentland >> Cc: Melissa Wen >> Cc: Jonas Ådahl >> Cc: Sebastian Wick >> Cc: Shashank Sharma >> Cc: Alexander Goins >> Cc: Joshua Ashton >> Cc: Michel Dänzer >> Cc: Aleix Pol >> Cc: Xaver Hugl >> Cc: Victoria Brekenfeld >> Cc: Daniel Vetter >> Cc: Uma Shankar >> Cc: Naseer Ahmed >> Cc: Christopher Braga >> --- >> include/drm-uapi/drm_mode.h | 1 + >> 1 file changed, 1 insertion(+) >> >> diff --git a/include/drm-uapi/drm_mode.h b/include/drm-uapi/drm_mode.h >> index e4a2570a6058..e7e56150616b 100644 >> --- a/include/drm-uapi/drm_mode.h >> +++ b/include/drm-uapi/drm_mode.h >> @@ -626,6 +626,7 @@ struct drm_mode_connector_set_property { >> #define DRM_MODE_OBJECT_FB 0xfbfbfbfb >> #define DRM_MODE_OBJECT_BLOB 0xbbbbbbbb >> #define DRM_MODE_OBJECT_PLANE 0xeeeeeeee >> +#define DRM_MODE_OBJECT_COLOROP 0xfafafafa >> #define DRM_MODE_OBJECT_ANY 0 >> >> struct drm_mode_obj_get_properties { >> -- >> 2.42.0 >>