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 18F33C433F5 for ; Fri, 31 Dec 2021 09:10:49 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id AF82510E321; Fri, 31 Dec 2021 09:10:47 +0000 (UTC) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by gabe.freedesktop.org (Postfix) with ESMTPS id 9D72A10E321 for ; Fri, 31 Dec 2021 09:10:45 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1640941845; x=1672477845; h=from:to:cc:subject:in-reply-to:references:date: message-id:mime-version; bh=k6iD2CsmmCXpmRSNBtnKDt7eZEDt3D8xbZ03Fpz/wgI=; b=T4Vw6rcD7r3AQqbjRMyV1PwNTYVO3xo16RG1azxiHv9opgSPsIlOsKU+ 3kj9IPiJCN6qRfUc+PP6h7ofslyDXqqUVbKIJllzxCeRzXTJAWrGwxBkq 3MZy8QmHkfyvOxd1HdO1Ikeix4CkDlUY53sjc6HfEA2MgCDsM6g9XycoF YI9Ai2UZ0Y+pI+KP3b0HpcVujmFvpAkDu2sEGbgEbpNHja+nOmlzBTcRh xIuCMgyzpJudzgTy+SwnBiq9xWYfEN39zkuEH19OuLfikpkV178EQoWP+ PKRvOkw7pDwf2+DxhaRKW6qOgXuTEo4MQxHEStjyoisdDbu6AduWOpb/m g==; X-IronPort-AV: E=McAfee;i="6200,9189,10213"; a="228615655" X-IronPort-AV: E=Sophos;i="5.88,251,1635231600"; d="scan'208";a="228615655" Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 31 Dec 2021 01:10:44 -0800 X-IronPort-AV: E=Sophos;i="5.88,251,1635231600"; d="scan'208";a="687450432" Received: from arudakov-mobl.ccr.corp.intel.com (HELO localhost) ([10.252.25.42]) by orsmga005-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 31 Dec 2021 01:10:41 -0800 From: Jani Nikula To: Claudio Suarez , kernel test robot Subject: Re: [PATCH] drm: get rid of DRM_DEBUG_* log calls in drm core, files drm_{b,c}*.c In-Reply-To: Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo References: <202112302236.ikd2ET5w-lkp@intel.com> Date: Fri, 31 Dec 2021 11:10:39 +0200 Message-ID: <875yr5jg1c.fsf@intel.com> MIME-Version: 1.0 Content-Type: text/plain 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: David Airlie , llvm@lists.linux.dev, kbuild-all@lists.01.org, Thomas Zimmermann , dri-devel@lists.freedesktop.org Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" On Thu, 30 Dec 2021, Claudio Suarez wrote: > Please, don't apply this patch. I have to review it,. Please make sure you build with DRM_LEGACY=y to include drm_bufs.c in the build. If you Cc: intel-gfx@lists.freedesktop.org on the patch, you'll get Intel CI results on the patch too. BR, Jani. -- Jani Nikula, Intel Open Source Graphics Center