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 91B57C433F5 for ; Tue, 11 Oct 2022 11:20:18 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 10E6210E095; Tue, 11 Oct 2022 11:20:17 +0000 (UTC) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by gabe.freedesktop.org (Postfix) with ESMTPS id 7142610E095 for ; Tue, 11 Oct 2022 11:20:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1665487211; x=1697023211; h=message-id:date:mime-version:subject:to:cc:references: from:in-reply-to:content-transfer-encoding; bh=aZLFHgF6r4bOgztLFHdufTETUiIQamsiUDovBPow5+c=; b=UYte9QQdTgd2//rjz8G2oi9Zk1J5LwpvDKmGmA0vzQOBjYEEKnrKnPQa AxHq0bsJg0scKFMpj7kp0AO6E8I1RoO8Sqci/qbDt3pF5F7JcWdPTsLyY NY+4dBrtl8I2SWB30g56WGBdBOSgslJR0gIn8DvCR4FtpLvoObUwO1ToK QwzOx3D9SRrgDIGsWrN/QzVyzMzuPApC5kgFsNYGXp378AMMCLWszJR7P xS9gngn3zt4Qeu9ZxBwisjmEQ2jbdzuGnfx4sCcrlFf74c+Fo/8h7tro0 A+U4uK1yXhqHNXrMZfcgZAHyDJg0YeAQmyTrASsZho4JmxiNo/5SAG8f9 w==; X-IronPort-AV: E=McAfee;i="6500,9779,10496"; a="302086637" X-IronPort-AV: E=Sophos;i="5.95,176,1661842800"; d="scan'208";a="302086637" Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 11 Oct 2022 04:19:58 -0700 X-IronPort-AV: E=McAfee;i="6500,9779,10496"; a="871471989" X-IronPort-AV: E=Sophos;i="5.95,176,1661842800"; d="scan'208";a="871471989" Received: from mhartiga-mobl.ger.corp.intel.com (HELO [10.213.228.219]) ([10.213.228.219]) by fmsmga006-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 11 Oct 2022 04:19:56 -0700 Message-ID: <0f10a183-d86b-8ec7-8ce1-368c8bd25123@linux.intel.com> Date: Tue, 11 Oct 2022 12:19:54 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.3.2 Content-Language: en-US To: Jani Nikula , Andi Shyti References: <20221006204844.2831303-1-andrzej.hajda@intel.com> <87h70ay8fr.fsf@intel.com> From: Tvrtko Ursulin Organization: Intel Corporation UK Plc In-Reply-To: <87h70ay8fr.fsf@intel.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Intel-gfx] [PATCH v3 1/4] drm/i915/display: remove drm_device aliases 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: Ville Syrjala , intel-gfx@lists.freedesktop.org, Lucas De Marchi , Andrzej Hajda , Rodrigo Vivi Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" On 11/10/2022 11:13, Jani Nikula wrote: > On Tue, 11 Oct 2022, Andi Shyti wrote: >> On Mon, Oct 10, 2022 at 04:31:28PM +0200, Andi Shyti wrote: >>> On Thu, Oct 06, 2022 at 10:48:44PM +0200, Andrzej Hajda wrote: >>>> drm_device pointers are unwelcome. >>>> >>>> Signed-off-by: Andrzej Hajda >>> >>> Acked-by: Andi Shyti >> >> Reviewed-by: Andi Shyti >> >> Only this first patch is strictly related to display, I'm taking >> the series in intel-gt-next. Anyone against? > > Absolutely against. That logic is backwards. > > drm-intel-gt-next is for stuff that's strictly about gt/gem. Everything > else, especially stuff touching common code, needs to go through > drm-intel-next. > > There's nothing here that's gt/gem specific. Glanced over the series and although there are a few bits which are not about display, it does seem majority is either display or common code so I agree it should all go in via drm-intel-next. Regards, Tvrtko