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 79A02C433FE for ; Wed, 23 Mar 2022 15:11:10 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 6684D10E72E; Wed, 23 Mar 2022 15:11:09 +0000 (UTC) Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by gabe.freedesktop.org (Postfix) with ESMTPS id 0E4AC10E750; Wed, 23 Mar 2022 15:11:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1648048268; x=1679584268; h=date:from:to:cc:subject:message-id:references: mime-version:content-transfer-encoding:in-reply-to; bh=Ak6vruZ0s0jfULNjhGFGclYiId7Hr9OSzLl3ubjhZxA=; b=FzaN92rWg6wJqHjnMWUdpKyw9H+xCBDt4/SgO8JCGbK5jBcKsoZHK1oZ mhyfs0QE7zNTBnC5QBXWewiK7rLDcOnWbrmq7614mWrJkY+DcdfEmEfqj kdEjlVSmr/7rma/HzVRKYV/ChN3q7AySSUiGGDNRjK6EUMm6jt0Wjk+E2 vNeX5aIlz/Ik4yULYWRAKn58KL0Itx4DbsDUc/+nqXoTn6r9/C17aWhxE zqx+8+aQ7JbREGEGiVLbCzx8D/vPiKiFFVfDQ0b1ErlNYbCIQYw1L6xZV Uymx1Cdpxzgqp6lf5SsaJE/Tgpo4BjlSpCNigAgGFwcfd6PF9CjiQHIMo Q==; X-IronPort-AV: E=McAfee;i="6200,9189,10295"; a="238735960" X-IronPort-AV: E=Sophos;i="5.90,204,1643702400"; d="scan'208";a="238735960" Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 23 Mar 2022 08:11:07 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.90,204,1643702400"; d="scan'208";a="692975118" Received: from stinkpipe.fi.intel.com (HELO stinkbox) ([10.237.72.61]) by fmsmga001.fm.intel.com with SMTP; 23 Mar 2022 08:10:57 -0700 Received: by stinkbox (sSMTP sendmail emulation); Wed, 23 Mar 2022 17:10:56 +0200 Date: Wed, 23 Mar 2022 17:10:56 +0200 From: Ville =?iso-8859-1?Q?Syrj=E4l=E4?= To: Dmitry Baryshkov Subject: Re: [PATCH 00/22] drm: Review of mode copies Message-ID: References: <20220218100403.7028-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 X-BeenThere: amd-gfx@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Discussion list for AMD gfx List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Heiko =?iso-8859-1?Q?St=FCbner?= , Emma Anholt , Neil Armstrong , Xinliang Liu , Maling list - DRI developers , Thierry Reding , Jernej Skrabec , Andrzej Hajda , Sam Ravnborg , Rodrigo Siqueira , amd-gfx list , linux-rockchip@lists.infradead.org, Xinwei Kong , Aurabindo Pillai , linux-arm-msm , Alain Volmat , Harry Wentland , Chun-Kuang Hu , Jonas Karlman , Leo Li , Chen Feng , Intel Graphics Development , Abhinav Kumar , Maxime Ripard , Nikola Cornij , Alex Deucher , John Stultz , Sean Paul , linux-arm-kernel , Tomi Valkeinen , freedreno , Sandy Huang , Robert Foss , Patrik Jakobsson , Rob Clark , Philipp Zabel , Alex Deucher , Tian Tao , Jyri Sarha , Laurent Pinchart Errors-To: amd-gfx-bounces@lists.freedesktop.org Sender: "amd-gfx" On Wed, Mar 23, 2022 at 01:39:44PM +0300, Dmitry Baryshkov wrote: > On 22/03/2022 01:37, Ville Syrjälä wrote: > > On Tue, Mar 15, 2022 at 02:52:38PM -0400, Alex Deucher wrote: > >> On Mon, Mar 14, 2022 at 6:12 PM Ville Syrjälä > >> wrote: > >>> > >>> On Fri, Feb 18, 2022 at 12:03:41PM +0200, Ville Syrjala wrote: > >>>> drm: Add drm_mode_init() > >>>> drm/bridge: Use drm_mode_copy() > >>>> drm/imx: Use drm_mode_duplicate() > >>>> drm/panel: Use drm_mode_duplicate() > >>>> drm/vc4: Use drm_mode_copy() > >>> These have been pushed to drm-misc-next. > >>> > >>>> drm/amdgpu: Remove pointless on stack mode copies > >>>> drm/amdgpu: Use drm_mode_init() for on-stack modes > >>>> drm/amdgpu: Use drm_mode_copy() > >>> amdgpu ones are reviewed, but I'll leave them for the > >>> AMD folks to push to whichever tree they prefer. > >> > >> I pulled patches 2, 4, 5 into my tree. > > > > Thanks. > > > >> For 3, I'm happy to have it > >> land via drm-misc with the rest of the mode_init changes if you'd > >> prefer. > > > > Either way works for me. I don't yet have reviews yet for > > the other drivers, so I'll proably hold off for a bit more > > at least. And the i915 patch I'll be merging via drm-intel. > > > >>>> drm/radeon: Use drm_mode_copy() > >>>> drm/gma500: Use drm_mode_copy() > >>>> drm/tilcdc: Use drm_mode_copy() > >>>> drm/i915: Use drm_mode_copy() > > > > Those are now all in. > > > > Which leaves us with these stragglers: > >>>> drm/hisilicon: Use drm_mode_init() for on-stack modes > > >>>> drm/msm: Nuke weird on stack mode copy > >>>> drm/msm: Use drm_mode_init() for on-stack modes > >>>> drm/msm: Use drm_mode_copy() > > These three patches went beneath my radar for some reason. > > I have just sent a replacement for the first patch ([1]). Other two > patches can be pulled in msm/msm-next (or msm/msm-fixes) during the next > development cycle if that works for you. That'll do fine for me. Thanks. > > [1] https://patchwork.freedesktop.org/series/101682/ > > >>>> drm/mtk: Use drm_mode_init() for on-stack modes > >>>> drm/rockchip: Use drm_mode_copy() > >>>> drm/sti: Use drm_mode_copy() > >>>> drm: Use drm_mode_init() for on-stack modes > >>>> drm: Use drm_mode_copy() > > > > > -- > With best wishes > Dmitry -- Ville Syrjälä Intel 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 2DFE2C433F5 for ; Wed, 23 Mar 2022 15:11:13 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 4D3D810E72D; Wed, 23 Mar 2022 15:11:09 +0000 (UTC) Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by gabe.freedesktop.org (Postfix) with ESMTPS id 0E4AC10E750; Wed, 23 Mar 2022 15:11:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1648048268; x=1679584268; h=date:from:to:cc:subject:message-id:references: mime-version:content-transfer-encoding:in-reply-to; bh=Ak6vruZ0s0jfULNjhGFGclYiId7Hr9OSzLl3ubjhZxA=; b=FzaN92rWg6wJqHjnMWUdpKyw9H+xCBDt4/SgO8JCGbK5jBcKsoZHK1oZ mhyfs0QE7zNTBnC5QBXWewiK7rLDcOnWbrmq7614mWrJkY+DcdfEmEfqj kdEjlVSmr/7rma/HzVRKYV/ChN3q7AySSUiGGDNRjK6EUMm6jt0Wjk+E2 vNeX5aIlz/Ik4yULYWRAKn58KL0Itx4DbsDUc/+nqXoTn6r9/C17aWhxE zqx+8+aQ7JbREGEGiVLbCzx8D/vPiKiFFVfDQ0b1ErlNYbCIQYw1L6xZV Uymx1Cdpxzgqp6lf5SsaJE/Tgpo4BjlSpCNigAgGFwcfd6PF9CjiQHIMo Q==; X-IronPort-AV: E=McAfee;i="6200,9189,10295"; a="238735960" X-IronPort-AV: E=Sophos;i="5.90,204,1643702400"; d="scan'208";a="238735960" Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 23 Mar 2022 08:11:07 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.90,204,1643702400"; d="scan'208";a="692975118" Received: from stinkpipe.fi.intel.com (HELO stinkbox) ([10.237.72.61]) by fmsmga001.fm.intel.com with SMTP; 23 Mar 2022 08:10:57 -0700 Received: by stinkbox (sSMTP sendmail emulation); Wed, 23 Mar 2022 17:10:56 +0200 Date: Wed, 23 Mar 2022 17:10:56 +0200 From: Ville =?iso-8859-1?Q?Syrj=E4l=E4?= To: Dmitry Baryshkov Message-ID: References: <20220218100403.7028-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 00/22] drm: Review of mode copies 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: Heiko =?iso-8859-1?Q?St=FCbner?= , Emma Anholt , Neil Armstrong , Xinliang Liu , Maling list - DRI developers , Jernej Skrabec , Andrzej Hajda , Sam Ravnborg , Rodrigo Siqueira , amd-gfx list , linux-rockchip@lists.infradead.org, Xinwei Kong , Aurabindo Pillai , linux-arm-msm , Alain Volmat , Harry Wentland , Chun-Kuang Hu , Jonas Karlman , Leo Li , Chen Feng , Intel Graphics Development , Abhinav Kumar , Maxime Ripard , Nikola Cornij , Alex Deucher , John Stultz , linux-arm-kernel , Tomi Valkeinen , freedreno , Sandy Huang , Robert Foss , Philipp Zabel , Alex Deucher , Tian Tao , Jyri Sarha , Laurent Pinchart Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" On Wed, Mar 23, 2022 at 01:39:44PM +0300, Dmitry Baryshkov wrote: > On 22/03/2022 01:37, Ville Syrjälä wrote: > > On Tue, Mar 15, 2022 at 02:52:38PM -0400, Alex Deucher wrote: > >> On Mon, Mar 14, 2022 at 6:12 PM Ville Syrjälä > >> wrote: > >>> > >>> On Fri, Feb 18, 2022 at 12:03:41PM +0200, Ville Syrjala wrote: > >>>> drm: Add drm_mode_init() > >>>> drm/bridge: Use drm_mode_copy() > >>>> drm/imx: Use drm_mode_duplicate() > >>>> drm/panel: Use drm_mode_duplicate() > >>>> drm/vc4: Use drm_mode_copy() > >>> These have been pushed to drm-misc-next. > >>> > >>>> drm/amdgpu: Remove pointless on stack mode copies > >>>> drm/amdgpu: Use drm_mode_init() for on-stack modes > >>>> drm/amdgpu: Use drm_mode_copy() > >>> amdgpu ones are reviewed, but I'll leave them for the > >>> AMD folks to push to whichever tree they prefer. > >> > >> I pulled patches 2, 4, 5 into my tree. > > > > Thanks. > > > >> For 3, I'm happy to have it > >> land via drm-misc with the rest of the mode_init changes if you'd > >> prefer. > > > > Either way works for me. I don't yet have reviews yet for > > the other drivers, so I'll proably hold off for a bit more > > at least. And the i915 patch I'll be merging via drm-intel. > > > >>>> drm/radeon: Use drm_mode_copy() > >>>> drm/gma500: Use drm_mode_copy() > >>>> drm/tilcdc: Use drm_mode_copy() > >>>> drm/i915: Use drm_mode_copy() > > > > Those are now all in. > > > > Which leaves us with these stragglers: > >>>> drm/hisilicon: Use drm_mode_init() for on-stack modes > > >>>> drm/msm: Nuke weird on stack mode copy > >>>> drm/msm: Use drm_mode_init() for on-stack modes > >>>> drm/msm: Use drm_mode_copy() > > These three patches went beneath my radar for some reason. > > I have just sent a replacement for the first patch ([1]). Other two > patches can be pulled in msm/msm-next (or msm/msm-fixes) during the next > development cycle if that works for you. That'll do fine for me. Thanks. > > [1] https://patchwork.freedesktop.org/series/101682/ > > >>>> drm/mtk: Use drm_mode_init() for on-stack modes > >>>> drm/rockchip: Use drm_mode_copy() > >>>> drm/sti: Use drm_mode_copy() > >>>> drm: Use drm_mode_init() for on-stack modes > >>>> drm: Use drm_mode_copy() > > > > > -- > With best wishes > Dmitry -- Ville Syrjälä Intel 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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id E2D9FC433EF for ; Wed, 23 Mar 2022 15:11:09 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S244902AbiCWPMi (ORCPT ); Wed, 23 Mar 2022 11:12:38 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44622 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234324AbiCWPMh (ORCPT ); Wed, 23 Mar 2022 11:12:37 -0400 Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B2E00E03D for ; Wed, 23 Mar 2022 08:11:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1648048267; x=1679584267; h=date:from:to:cc:subject:message-id:references: mime-version:content-transfer-encoding:in-reply-to; bh=Ak6vruZ0s0jfULNjhGFGclYiId7Hr9OSzLl3ubjhZxA=; b=O/Awj4JjyZwoShj4xmR5MQhfm1s06MJeysP6GS65nFQVtAPr8vwP1ZRq KwlVrOpdfxuZoapkv4DfYzGBGRioZzFjz5oANt7JKZz5wyt8KR1awnbTd dhh7Uekm/x2+jflAUBv/njBNRAg1SfBqlrwFBYNT2ropvwQx9oGtPbD4h B8PdXH9uHJDeIMQmWhjgieZC5elGciP19gwEBlX9U55P3QG+6H8RfGek/ nbqcrUSMpvkgcNAfbxlwmFoiPg4AzBbCLLL4LHGYwQbJ+WDscimrWNRgS shpVuBNTyOAq2gfQIyhcbDi2GUZ/TMH/2f1ZZaLqLlI0q0Q/l4KxTbnGM w==; X-IronPort-AV: E=McAfee;i="6200,9189,10295"; a="344565620" X-IronPort-AV: E=Sophos;i="5.90,204,1643702400"; d="scan'208";a="344565620" Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 23 Mar 2022 08:11:07 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.90,204,1643702400"; d="scan'208";a="692975118" Received: from stinkpipe.fi.intel.com (HELO stinkbox) ([10.237.72.61]) by fmsmga001.fm.intel.com with SMTP; 23 Mar 2022 08:10:57 -0700 Received: by stinkbox (sSMTP sendmail emulation); Wed, 23 Mar 2022 17:10:56 +0200 Date: Wed, 23 Mar 2022 17:10:56 +0200 From: Ville =?iso-8859-1?Q?Syrj=E4l=E4?= To: Dmitry Baryshkov Cc: Alex Deucher , Maling list - DRI developers , Heiko =?iso-8859-1?Q?St=FCbner?= , Emma Anholt , Neil Armstrong , Xinliang Liu , Thierry Reding , Jernej Skrabec , Andrzej Hajda , Sam Ravnborg , Rodrigo Siqueira , amd-gfx list , linux-rockchip@lists.infradead.org, Xinwei Kong , Aurabindo Pillai , Chen Feng , Alain Volmat , Harry Wentland , Chun-Kuang Hu , Jonas Karlman , Leo Li , linux-arm-msm , Intel Graphics Development , Abhinav Kumar , Maxime Ripard , Nikola Cornij , John Stultz , Sean Paul , linux-arm-kernel , Tomi Valkeinen , Jyri Sarha , Sandy Huang , Robert Foss , Patrik Jakobsson , Rob Clark , Philipp Zabel , Alex Deucher , Tian Tao , freedreno , Laurent Pinchart Subject: Re: [PATCH 00/22] drm: Review of mode copies Message-ID: References: <20220218100403.7028-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 Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org On Wed, Mar 23, 2022 at 01:39:44PM +0300, Dmitry Baryshkov wrote: > On 22/03/2022 01:37, Ville Syrjälä wrote: > > On Tue, Mar 15, 2022 at 02:52:38PM -0400, Alex Deucher wrote: > >> On Mon, Mar 14, 2022 at 6:12 PM Ville Syrjälä > >> wrote: > >>> > >>> On Fri, Feb 18, 2022 at 12:03:41PM +0200, Ville Syrjala wrote: > >>>> drm: Add drm_mode_init() > >>>> drm/bridge: Use drm_mode_copy() > >>>> drm/imx: Use drm_mode_duplicate() > >>>> drm/panel: Use drm_mode_duplicate() > >>>> drm/vc4: Use drm_mode_copy() > >>> These have been pushed to drm-misc-next. > >>> > >>>> drm/amdgpu: Remove pointless on stack mode copies > >>>> drm/amdgpu: Use drm_mode_init() for on-stack modes > >>>> drm/amdgpu: Use drm_mode_copy() > >>> amdgpu ones are reviewed, but I'll leave them for the > >>> AMD folks to push to whichever tree they prefer. > >> > >> I pulled patches 2, 4, 5 into my tree. > > > > Thanks. > > > >> For 3, I'm happy to have it > >> land via drm-misc with the rest of the mode_init changes if you'd > >> prefer. > > > > Either way works for me. I don't yet have reviews yet for > > the other drivers, so I'll proably hold off for a bit more > > at least. And the i915 patch I'll be merging via drm-intel. > > > >>>> drm/radeon: Use drm_mode_copy() > >>>> drm/gma500: Use drm_mode_copy() > >>>> drm/tilcdc: Use drm_mode_copy() > >>>> drm/i915: Use drm_mode_copy() > > > > Those are now all in. > > > > Which leaves us with these stragglers: > >>>> drm/hisilicon: Use drm_mode_init() for on-stack modes > > >>>> drm/msm: Nuke weird on stack mode copy > >>>> drm/msm: Use drm_mode_init() for on-stack modes > >>>> drm/msm: Use drm_mode_copy() > > These three patches went beneath my radar for some reason. > > I have just sent a replacement for the first patch ([1]). Other two > patches can be pulled in msm/msm-next (or msm/msm-fixes) during the next > development cycle if that works for you. That'll do fine for me. Thanks. > > [1] https://patchwork.freedesktop.org/series/101682/ > > >>>> drm/mtk: Use drm_mode_init() for on-stack modes > >>>> drm/rockchip: Use drm_mode_copy() > >>>> drm/sti: Use drm_mode_copy() > >>>> drm: Use drm_mode_init() for on-stack modes > >>>> drm: Use drm_mode_copy() > > > > > -- > With best wishes > Dmitry -- Ville Syrjälä Intel 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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (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 B8FC2C433F5 for ; Wed, 23 Mar 2022 15:11:33 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=1oxRj+oSSzEw4q+zM8X5fq50+CEGMPcsK1QF/3sqe/M=; b=P8NRhHtUpSQXzx rewotY3wyTwM1pXDce/1yk5u4/T0x8DLxagHep1nSG2SVGOQ4HUuzJZsheJowJjAW6nvpc5G1QmHL Xyha9/Thn5f6NeVc+rK0ll2oV/7QailjfE4/pwM/vAAqmUbZJ5iD3f3UI9/vA0oaSHBY8ezp7cbJ8 zoayXLtd1jXfBJrUoLsRrkyNcwKjcLk4HX2PRdZoOhjNRn3DkAsUe2S68FMlLZFVn+eGxTN34hpjc I7GMeR+PlZSi0c9Bu7oiD4wrDfNvNOkL+henFhEMKXCMMhwBZxzHZAeM+PMjhrtwihf8Vm+Fx9vFx g3rDvx8B//j9+YG4NGmA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nX2e0-00E1BD-V1; Wed, 23 Mar 2022 15:11:28 +0000 Received: from mga14.intel.com ([192.55.52.115]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1nX2do-00E18c-9j; Wed, 23 Mar 2022 15:11:17 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1648048276; x=1679584276; h=date:from:to:cc:subject:message-id:references: mime-version:content-transfer-encoding:in-reply-to; bh=Ak6vruZ0s0jfULNjhGFGclYiId7Hr9OSzLl3ubjhZxA=; b=eRdDQKTTvN3RAoqYZQqpHLd6+P+e+CLfUu+y3N5iNHROn0SLU8zWRAYf USX7lzkp30ZIZW31QuKDo55ILPYag3Urc3Tmv8bIXgyAHnRq01p4nb2Qh sf+5ZDBK8xxblhxI0bWZp1UwOBqnEi4d0nT8GhMCIEa0KW3TLCB9RXBmZ yauzQzzIxBvDXSv0bIU3VWgZyFDXxZb6bAXCu3tlqiBa7tDmyjFJ4kIdI hfocWWG+fgwGkWLZvreJp5gkbKYm0BV4/4iC/ud/Xo9Q7l+ODfPV3JBSZ IvZ8XTnksQNPtVHO/FyccMI+2GHt1Q3qO3d6d/WGln05yox4VeIl0zddE A==; X-IronPort-AV: E=McAfee;i="6200,9189,10295"; a="258321553" X-IronPort-AV: E=Sophos;i="5.90,204,1643702400"; d="scan'208";a="258321553" Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 23 Mar 2022 08:11:07 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.90,204,1643702400"; d="scan'208";a="692975118" Received: from stinkpipe.fi.intel.com (HELO stinkbox) ([10.237.72.61]) by fmsmga001.fm.intel.com with SMTP; 23 Mar 2022 08:10:57 -0700 Received: by stinkbox (sSMTP sendmail emulation); Wed, 23 Mar 2022 17:10:56 +0200 Date: Wed, 23 Mar 2022 17:10:56 +0200 From: Ville =?iso-8859-1?Q?Syrj=E4l=E4?= To: Dmitry Baryshkov Cc: Alex Deucher , Maling list - DRI developers , Heiko =?iso-8859-1?Q?St=FCbner?= , Emma Anholt , Neil Armstrong , Xinliang Liu , Thierry Reding , Jernej Skrabec , Andrzej Hajda , Sam Ravnborg , Rodrigo Siqueira , amd-gfx list , linux-rockchip@lists.infradead.org, Xinwei Kong , Aurabindo Pillai , Chen Feng , Alain Volmat , Harry Wentland , Chun-Kuang Hu , Jonas Karlman , Leo Li , linux-arm-msm , Intel Graphics Development , Abhinav Kumar , Maxime Ripard , Nikola Cornij , John Stultz , Sean Paul , linux-arm-kernel , Tomi Valkeinen , Jyri Sarha , Sandy Huang , Robert Foss , Patrik Jakobsson , Rob Clark , Philipp Zabel , Alex Deucher , Tian Tao , freedreno , Laurent Pinchart Subject: Re: [PATCH 00/22] drm: Review of mode copies Message-ID: References: <20220218100403.7028-1-ville.syrjala@linux.intel.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: X-Patchwork-Hint: comment X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220323_081116_386189_B586A900 X-CRM114-Status: GOOD ( 25.94 ) X-BeenThere: linux-rockchip@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Upstream kernel work for Rockchip platforms List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Sender: "Linux-rockchip" Errors-To: linux-rockchip-bounces+linux-rockchip=archiver.kernel.org@lists.infradead.org On Wed, Mar 23, 2022 at 01:39:44PM +0300, Dmitry Baryshkov wrote: > On 22/03/2022 01:37, Ville Syrj=E4l=E4 wrote: > > On Tue, Mar 15, 2022 at 02:52:38PM -0400, Alex Deucher wrote: > >> On Mon, Mar 14, 2022 at 6:12 PM Ville Syrj=E4l=E4 > >> wrote: > >>> > >>> On Fri, Feb 18, 2022 at 12:03:41PM +0200, Ville Syrjala wrote: > >>>> drm: Add drm_mode_init() > >>>> drm/bridge: Use drm_mode_copy() > >>>> drm/imx: Use drm_mode_duplicate() > >>>> drm/panel: Use drm_mode_duplicate() > >>>> drm/vc4: Use drm_mode_copy() > >>> These have been pushed to drm-misc-next. > >>> > >>>> drm/amdgpu: Remove pointless on stack mode copies > >>>> drm/amdgpu: Use drm_mode_init() for on-stack modes > >>>> drm/amdgpu: Use drm_mode_copy() > >>> amdgpu ones are reviewed, but I'll leave them for the > >>> AMD folks to push to whichever tree they prefer. > >> > >> I pulled patches 2, 4, 5 into my tree. > > = > > Thanks. > > = > >> For 3, I'm happy to have it > >> land via drm-misc with the rest of the mode_init changes if you'd > >> prefer. > > = > > Either way works for me. I don't yet have reviews yet for > > the other drivers, so I'll proably hold off for a bit more > > at least. And the i915 patch I'll be merging via drm-intel. > > = > >>>> drm/radeon: Use drm_mode_copy() > >>>> drm/gma500: Use drm_mode_copy() > >>>> drm/tilcdc: Use drm_mode_copy() > >>>> drm/i915: Use drm_mode_copy() > > = > > Those are now all in. > > = > > Which leaves us with these stragglers: > >>>> drm/hisilicon: Use drm_mode_init() for on-stack modes > = > >>>> drm/msm: Nuke weird on stack mode copy > >>>> drm/msm: Use drm_mode_init() for on-stack modes > >>>> drm/msm: Use drm_mode_copy() > = > These three patches went beneath my radar for some reason. > = > I have just sent a replacement for the first patch ([1]). Other two = > patches can be pulled in msm/msm-next (or msm/msm-fixes) during the next = > development cycle if that works for you. That'll do fine for me. Thanks. > = > [1] https://patchwork.freedesktop.org/series/101682/ > = > >>>> drm/mtk: Use drm_mode_init() for on-stack modes > >>>> drm/rockchip: Use drm_mode_copy() > >>>> drm/sti: Use drm_mode_copy() > >>>> drm: Use drm_mode_init() for on-stack modes > >>>> drm: Use drm_mode_copy() > > = > = > = > -- = > With best wishes > Dmitry -- = Ville Syrj=E4l=E4 Intel _______________________________________________ Linux-rockchip mailing list Linux-rockchip@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-rockchip 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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (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 37D98C433F5 for ; Wed, 23 Mar 2022 15:12:33 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=UDUzLnwkv+10tL4pf3pnm//Aa11cQye3zjl6DR4Wdkg=; b=TUKsWlmpyJHKZ0 /UZLvo9UKFl5qagk+OtF/EPEAl58jApKwJ1yOv4S300mHo+fP49QQBcxyWDrUX8N9EYsJiSZnssVG gwjmZ7aYLIZizUmeT0u7lkMMbQ5WjFBJY54kqGjAuMCHMsoYhYmkvWb68suMxsHkPgKphMTEaQ2iQ hWOLyEbLmV7OcYPdWetBNgd3+tq0oi344WijvfTKBUfmCCFndcG5Sm0HyxGnWqVAXSLL7dMWoMPMd iCiwaIP0AkUFB2+mskOD8Qt3K2ZHKb/MSrNJXmjhQ8YgXXO2mJ8O6B6brDbUMoD8f21zXQ5EgySgl 4v4HRNRb1tWJ6hapJ8gA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nX2dr-00E19N-Hf; Wed, 23 Mar 2022 15:11:19 +0000 Received: from mga14.intel.com ([192.55.52.115]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1nX2do-00E18c-9j; Wed, 23 Mar 2022 15:11:17 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1648048276; x=1679584276; h=date:from:to:cc:subject:message-id:references: mime-version:content-transfer-encoding:in-reply-to; bh=Ak6vruZ0s0jfULNjhGFGclYiId7Hr9OSzLl3ubjhZxA=; b=eRdDQKTTvN3RAoqYZQqpHLd6+P+e+CLfUu+y3N5iNHROn0SLU8zWRAYf USX7lzkp30ZIZW31QuKDo55ILPYag3Urc3Tmv8bIXgyAHnRq01p4nb2Qh sf+5ZDBK8xxblhxI0bWZp1UwOBqnEi4d0nT8GhMCIEa0KW3TLCB9RXBmZ yauzQzzIxBvDXSv0bIU3VWgZyFDXxZb6bAXCu3tlqiBa7tDmyjFJ4kIdI hfocWWG+fgwGkWLZvreJp5gkbKYm0BV4/4iC/ud/Xo9Q7l+ODfPV3JBSZ IvZ8XTnksQNPtVHO/FyccMI+2GHt1Q3qO3d6d/WGln05yox4VeIl0zddE A==; X-IronPort-AV: E=McAfee;i="6200,9189,10295"; a="258321553" X-IronPort-AV: E=Sophos;i="5.90,204,1643702400"; d="scan'208";a="258321553" Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 23 Mar 2022 08:11:07 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.90,204,1643702400"; d="scan'208";a="692975118" Received: from stinkpipe.fi.intel.com (HELO stinkbox) ([10.237.72.61]) by fmsmga001.fm.intel.com with SMTP; 23 Mar 2022 08:10:57 -0700 Received: by stinkbox (sSMTP sendmail emulation); Wed, 23 Mar 2022 17:10:56 +0200 Date: Wed, 23 Mar 2022 17:10:56 +0200 From: Ville =?iso-8859-1?Q?Syrj=E4l=E4?= To: Dmitry Baryshkov Cc: Alex Deucher , Maling list - DRI developers , Heiko =?iso-8859-1?Q?St=FCbner?= , Emma Anholt , Neil Armstrong , Xinliang Liu , Thierry Reding , Jernej Skrabec , Andrzej Hajda , Sam Ravnborg , Rodrigo Siqueira , amd-gfx list , linux-rockchip@lists.infradead.org, Xinwei Kong , Aurabindo Pillai , Chen Feng , Alain Volmat , Harry Wentland , Chun-Kuang Hu , Jonas Karlman , Leo Li , linux-arm-msm , Intel Graphics Development , Abhinav Kumar , Maxime Ripard , Nikola Cornij , John Stultz , Sean Paul , linux-arm-kernel , Tomi Valkeinen , Jyri Sarha , Sandy Huang , Robert Foss , Patrik Jakobsson , Rob Clark , Philipp Zabel , Alex Deucher , Tian Tao , freedreno , Laurent Pinchart Subject: Re: [PATCH 00/22] drm: Review of mode copies Message-ID: References: <20220218100403.7028-1-ville.syrjala@linux.intel.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: X-Patchwork-Hint: comment X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220323_081116_386189_B586A900 X-CRM114-Status: GOOD ( 25.94 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Wed, Mar 23, 2022 at 01:39:44PM +0300, Dmitry Baryshkov wrote: > On 22/03/2022 01:37, Ville Syrj=E4l=E4 wrote: > > On Tue, Mar 15, 2022 at 02:52:38PM -0400, Alex Deucher wrote: > >> On Mon, Mar 14, 2022 at 6:12 PM Ville Syrj=E4l=E4 > >> wrote: > >>> > >>> On Fri, Feb 18, 2022 at 12:03:41PM +0200, Ville Syrjala wrote: > >>>> drm: Add drm_mode_init() > >>>> drm/bridge: Use drm_mode_copy() > >>>> drm/imx: Use drm_mode_duplicate() > >>>> drm/panel: Use drm_mode_duplicate() > >>>> drm/vc4: Use drm_mode_copy() > >>> These have been pushed to drm-misc-next. > >>> > >>>> drm/amdgpu: Remove pointless on stack mode copies > >>>> drm/amdgpu: Use drm_mode_init() for on-stack modes > >>>> drm/amdgpu: Use drm_mode_copy() > >>> amdgpu ones are reviewed, but I'll leave them for the > >>> AMD folks to push to whichever tree they prefer. > >> > >> I pulled patches 2, 4, 5 into my tree. > > = > > Thanks. > > = > >> For 3, I'm happy to have it > >> land via drm-misc with the rest of the mode_init changes if you'd > >> prefer. > > = > > Either way works for me. I don't yet have reviews yet for > > the other drivers, so I'll proably hold off for a bit more > > at least. And the i915 patch I'll be merging via drm-intel. > > = > >>>> drm/radeon: Use drm_mode_copy() > >>>> drm/gma500: Use drm_mode_copy() > >>>> drm/tilcdc: Use drm_mode_copy() > >>>> drm/i915: Use drm_mode_copy() > > = > > Those are now all in. > > = > > Which leaves us with these stragglers: > >>>> drm/hisilicon: Use drm_mode_init() for on-stack modes > = > >>>> drm/msm: Nuke weird on stack mode copy > >>>> drm/msm: Use drm_mode_init() for on-stack modes > >>>> drm/msm: Use drm_mode_copy() > = > These three patches went beneath my radar for some reason. > = > I have just sent a replacement for the first patch ([1]). Other two = > patches can be pulled in msm/msm-next (or msm/msm-fixes) during the next = > development cycle if that works for you. That'll do fine for me. Thanks. > = > [1] https://patchwork.freedesktop.org/series/101682/ > = > >>>> drm/mtk: Use drm_mode_init() for on-stack modes > >>>> drm/rockchip: Use drm_mode_copy() > >>>> drm/sti: Use drm_mode_copy() > >>>> drm: Use drm_mode_init() for on-stack modes > >>>> drm: Use drm_mode_copy() > > = > = > = > -- = > With best wishes > Dmitry -- = Ville Syrj=E4l=E4 Intel _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel 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 C9320C4332F for ; Wed, 23 Mar 2022 15:11:10 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 4100910E71C; Wed, 23 Mar 2022 15:11:09 +0000 (UTC) Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by gabe.freedesktop.org (Postfix) with ESMTPS id 0E4AC10E750; Wed, 23 Mar 2022 15:11:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1648048268; x=1679584268; h=date:from:to:cc:subject:message-id:references: mime-version:content-transfer-encoding:in-reply-to; bh=Ak6vruZ0s0jfULNjhGFGclYiId7Hr9OSzLl3ubjhZxA=; b=FzaN92rWg6wJqHjnMWUdpKyw9H+xCBDt4/SgO8JCGbK5jBcKsoZHK1oZ mhyfs0QE7zNTBnC5QBXWewiK7rLDcOnWbrmq7614mWrJkY+DcdfEmEfqj kdEjlVSmr/7rma/HzVRKYV/ChN3q7AySSUiGGDNRjK6EUMm6jt0Wjk+E2 vNeX5aIlz/Ik4yULYWRAKn58KL0Itx4DbsDUc/+nqXoTn6r9/C17aWhxE zqx+8+aQ7JbREGEGiVLbCzx8D/vPiKiFFVfDQ0b1ErlNYbCIQYw1L6xZV Uymx1Cdpxzgqp6lf5SsaJE/Tgpo4BjlSpCNigAgGFwcfd6PF9CjiQHIMo Q==; X-IronPort-AV: E=McAfee;i="6200,9189,10295"; a="238735960" X-IronPort-AV: E=Sophos;i="5.90,204,1643702400"; d="scan'208";a="238735960" Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 23 Mar 2022 08:11:07 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.90,204,1643702400"; d="scan'208";a="692975118" Received: from stinkpipe.fi.intel.com (HELO stinkbox) ([10.237.72.61]) by fmsmga001.fm.intel.com with SMTP; 23 Mar 2022 08:10:57 -0700 Received: by stinkbox (sSMTP sendmail emulation); Wed, 23 Mar 2022 17:10:56 +0200 Date: Wed, 23 Mar 2022 17:10:56 +0200 From: Ville =?iso-8859-1?Q?Syrj=E4l=E4?= To: Dmitry Baryshkov Subject: Re: [PATCH 00/22] drm: Review of mode copies Message-ID: References: <20220218100403.7028-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 X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Emma Anholt , Neil Armstrong , Xinliang Liu , Maling list - DRI developers , Thierry Reding , Jernej Skrabec , Andrzej Hajda , Sam Ravnborg , Rodrigo Siqueira , amd-gfx list , linux-rockchip@lists.infradead.org, Xinwei Kong , Aurabindo Pillai , linux-arm-msm , Alain Volmat , Chun-Kuang Hu , Jonas Karlman , Leo Li , Chen Feng , Intel Graphics Development , Abhinav Kumar , Nikola Cornij , Alex Deucher , Sean Paul , linux-arm-kernel , Tomi Valkeinen , freedreno , Sandy Huang , Robert Foss , Tian Tao , Jyri Sarha , Laurent Pinchart Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" On Wed, Mar 23, 2022 at 01:39:44PM +0300, Dmitry Baryshkov wrote: > On 22/03/2022 01:37, Ville Syrjälä wrote: > > On Tue, Mar 15, 2022 at 02:52:38PM -0400, Alex Deucher wrote: > >> On Mon, Mar 14, 2022 at 6:12 PM Ville Syrjälä > >> wrote: > >>> > >>> On Fri, Feb 18, 2022 at 12:03:41PM +0200, Ville Syrjala wrote: > >>>> drm: Add drm_mode_init() > >>>> drm/bridge: Use drm_mode_copy() > >>>> drm/imx: Use drm_mode_duplicate() > >>>> drm/panel: Use drm_mode_duplicate() > >>>> drm/vc4: Use drm_mode_copy() > >>> These have been pushed to drm-misc-next. > >>> > >>>> drm/amdgpu: Remove pointless on stack mode copies > >>>> drm/amdgpu: Use drm_mode_init() for on-stack modes > >>>> drm/amdgpu: Use drm_mode_copy() > >>> amdgpu ones are reviewed, but I'll leave them for the > >>> AMD folks to push to whichever tree they prefer. > >> > >> I pulled patches 2, 4, 5 into my tree. > > > > Thanks. > > > >> For 3, I'm happy to have it > >> land via drm-misc with the rest of the mode_init changes if you'd > >> prefer. > > > > Either way works for me. I don't yet have reviews yet for > > the other drivers, so I'll proably hold off for a bit more > > at least. And the i915 patch I'll be merging via drm-intel. > > > >>>> drm/radeon: Use drm_mode_copy() > >>>> drm/gma500: Use drm_mode_copy() > >>>> drm/tilcdc: Use drm_mode_copy() > >>>> drm/i915: Use drm_mode_copy() > > > > Those are now all in. > > > > Which leaves us with these stragglers: > >>>> drm/hisilicon: Use drm_mode_init() for on-stack modes > > >>>> drm/msm: Nuke weird on stack mode copy > >>>> drm/msm: Use drm_mode_init() for on-stack modes > >>>> drm/msm: Use drm_mode_copy() > > These three patches went beneath my radar for some reason. > > I have just sent a replacement for the first patch ([1]). Other two > patches can be pulled in msm/msm-next (or msm/msm-fixes) during the next > development cycle if that works for you. That'll do fine for me. Thanks. > > [1] https://patchwork.freedesktop.org/series/101682/ > > >>>> drm/mtk: Use drm_mode_init() for on-stack modes > >>>> drm/rockchip: Use drm_mode_copy() > >>>> drm/sti: Use drm_mode_copy() > >>>> drm: Use drm_mode_init() for on-stack modes > >>>> drm: Use drm_mode_copy() > > > > > -- > With best wishes > Dmitry -- Ville Syrjälä Intel