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 97B7DC64ED6 for ; Wed, 1 Mar 2023 16:53:30 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 99BA910E117; Wed, 1 Mar 2023 16:53:29 +0000 (UTC) Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by gabe.freedesktop.org (Postfix) with ESMTPS id EEC0510E117 for ; Wed, 1 Mar 2023 16:53:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1677689608; x=1709225608; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=90bqr2zZH080ohiZVz65qC69BRG67D276LK7gA+7dgw=; b=X19cuOb90sK14LKBWisMBftPSMGhnR7+3gRfdGD4h75tswyriA8bAzIa rAf67O4RmoiZ0DAprJdV4GcakFMRtvnWqgzn9IDIEioFBWgsKLzinBx2z FjcQGnEFCFJWN+aKIaKRb6wHhjI/GrR0/FVNO7hdxh+GOUPtpEw4SgvdE K7Et/M1DIbVVjE57WVzw8QxGIWnjfTNvIdSbwQnIXoRvBdqJkgihppzrn AG7UoMMgKDf6I0Zi5DWju+2TlflFB5Vk0AkuCX01Tkvr7p/TGQA36Yx7j L55ax4r34zBjrZokoNpk1isaqvgcENe1kRFbHRVS3QiLFSQC8NdR2GxSK Q==; X-IronPort-AV: E=McAfee;i="6500,9779,10636"; a="399246046" X-IronPort-AV: E=Sophos;i="5.98,225,1673942400"; d="scan'208";a="399246046" Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 01 Mar 2023 08:53:08 -0800 X-IronPort-AV: E=McAfee;i="6500,9779,10636"; a="743498709" X-IronPort-AV: E=Sophos;i="5.98,225,1673942400"; d="scan'208";a="743498709" Received: from joe-255.igk.intel.com (HELO localhost) ([10.91.220.57]) by fmsmga004-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 01 Mar 2023 08:53:06 -0800 Date: Wed, 1 Mar 2023 17:53:04 +0100 From: Stanislaw Gruszka To: Jeffrey Hugo Subject: Re: [PATCH] accel: Build sub-directories based on config options Message-ID: <20230301165304.GA3963532@linux.intel.com> References: <20230301162508.3963484-1-stanislaw.gruszka@linux.intel.com> <3d6df357-ed90-5a0e-e9a8-bb39e147798e@quicinc.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3d6df357-ed90-5a0e-e9a8-bb39e147798e@quicinc.com> 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: Oded Gabbay , Jacek Lawrynowicz , dri-devel@lists.freedesktop.org Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" On Wed, Mar 01, 2023 at 09:31:10AM -0700, Jeffrey Hugo wrote: > On 3/1/2023 9:25 AM, Stanislaw Gruszka wrote: > > When accel drivers are disabled do not process into > > sub-directories and create built-in archives: > > > > AR drivers/accel/habanalabs/built-in.a > > AR drivers/accel/ivpu/built-in.a > > > > Signed-off-by: Stanislaw Gruszka > > Should there be a fixes tag? Feels like something that should be > back-ported. This tag could be added: Fixes: 35b137630f08 ("accel/ivpu: Introduce a new DRM driver for Intel VPU") but since then Makefile changed with habanalabs addition. I expect this will go to drm-misc-fixes and then to linux 6.3-rcX from there, so (stable) back-port will not be needed. Regards Stanislaw