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 0D910C47073 for ; Sun, 7 Jan 2024 17:56:39 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 7AC3510E0ED; Sun, 7 Jan 2024 17:56:39 +0000 (UTC) Received: from mgamail.intel.com (mgamail.intel.com [192.55.52.115]) by gabe.freedesktop.org (Postfix) with ESMTPS id 4B94910E0CE; Sun, 7 Jan 2024 17:56:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1704650198; x=1736186198; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=5ugHrpFBnKf/CLc1I/2bD5evFi4fe42YoHYlgKnnI6E=; b=Okdu1KCbyeb9aLLYWZfFgKdo2p90HMa1hKbtmirJFlmas1JDltYovaz7 l96rOW0/SiUmr10XfEvEAt4RZwMovemcD0o0IbDyERXLC6NEY8gDrM4RQ 4BD/MantR676iorz6L1nu1LY9GyZNTcgdWvac+09OIK9ZXGxOlZyxAXST Bpc/YZyNEgx6H4xtJmfHj7vCqbgjOcsHXeZ67fHYMAXg3yW7r3O7SIZ5v y9kTDULTZdXeoswsq5IVCBi7qPP1sf4it0bZxB3PkBq+AHwcMKX8WlDUa ljCqYh7Nddnji3jM/yAlQFMjAY8AJ7REVIqjFpBqqAXH8PKweh65QXbLN g==; X-IronPort-AV: E=McAfee;i="6600,9927,10946"; a="397467899" X-IronPort-AV: E=Sophos;i="6.04,339,1695711600"; d="scan'208";a="397467899" Received: from orviesa002.jf.intel.com ([10.64.159.142]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 07 Jan 2024 09:56:37 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.04,339,1695711600"; d="scan'208";a="22951534" Received: from lkp-server02.sh.intel.com (HELO b07ab15da5fe) ([10.239.97.151]) by orviesa002.jf.intel.com with ESMTP; 07 Jan 2024 09:56:34 -0800 Received: from kbuild by b07ab15da5fe with local (Exim 4.96) (envelope-from ) id 1rMXNw-000408-0N; Sun, 07 Jan 2024 17:56:32 +0000 Date: Mon, 8 Jan 2024 01:56:20 +0800 From: kernel test robot To: Dipam Turkar , alexander.deucher@amd.com Subject: Re: [PATCH 1/1] Refactor radeon driver to use drm_gem_create_map_offset() instead of its custom implementation for associating GEM object with a fake offset. Since, we already have a generic implementation, we don't need the custom function and it is better to standardize the code. Message-ID: <202401080151.JsIVh6p0-lkp@intel.com> References: <20240106141422.10734-1-dipamt1729@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20240106141422.10734-1-dipamt1729@gmail.com> 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: Dipam Turkar , Xinhui.Pan@amd.com, linux-kernel@vger.kernel.org, amd-gfx@lists.freedesktop.org, dri-devel@lists.freedesktop.org, daniel@ffwll.ch, oe-kbuild-all@lists.linux.dev, airlied@gmail.com, christian.koenig@amd.com Errors-To: amd-gfx-bounces@lists.freedesktop.org Sender: "amd-gfx" Hi Dipam, kernel test robot noticed the following build errors: [auto build test ERROR on drm-misc/drm-misc-next] [also build test ERROR on linus/master v6.7-rc8 next-20240105] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting patch, we suggest to use '--base' as documented in https://git-scm.com/docs/git-format-patch#_base_tree_information] url: https://github.com/intel-lab-lkp/linux/commits/Dipam-Turkar/Refactor-radeon-driver-to-use-drm_gem_create_map_offset-instead-of-its-custom-implementation-for-associating-GEM-object-/20240106-221755 base: git://anongit.freedesktop.org/drm/drm-misc drm-misc-next patch link: https://lore.kernel.org/r/20240106141422.10734-1-dipamt1729%40gmail.com patch subject: [PATCH 1/1] Refactor radeon driver to use drm_gem_create_map_offset() instead of its custom implementation for associating GEM object with a fake offset. Since, we already have a generic implementation, we don't need the custom function and it is better to standardize the code. config: s390-allmodconfig (https://download.01.org/0day-ci/archive/20240108/202401080151.JsIVh6p0-lkp@intel.com/config) compiler: s390-linux-gcc (GCC) 13.2.0 reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20240108/202401080151.JsIVh6p0-lkp@intel.com/reproduce) If you fix the issue in a separate patch/commit (i.e. not just a new version of the same patch/commit), kindly add following tags | Reported-by: kernel test robot | Closes: https://lore.kernel.org/oe-kbuild-all/202401080151.JsIVh6p0-lkp@intel.com/ All errors (new ones prefixed by >>): >> drivers/gpu/drm/radeon/radeon_gem.c:34:10: fatal error: drm/dem_gem.h: No such file or directory 34 | #include | ^~~~~~~~~~~~~~~ compilation terminated. vim +34 drivers/gpu/drm/radeon/radeon_gem.c 31 32 #include 33 #include > 34 #include 35 #include 36 #include 37 -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests/wiki From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mgamail.intel.com (mgamail.intel.com [192.55.52.115]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 2063D13FE1 for ; Sun, 7 Jan 2024 17:56:37 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=intel.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=intel.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=intel.com header.i=@intel.com header.b="Okdu1KCb" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1704650198; x=1736186198; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=5ugHrpFBnKf/CLc1I/2bD5evFi4fe42YoHYlgKnnI6E=; b=Okdu1KCbyeb9aLLYWZfFgKdo2p90HMa1hKbtmirJFlmas1JDltYovaz7 l96rOW0/SiUmr10XfEvEAt4RZwMovemcD0o0IbDyERXLC6NEY8gDrM4RQ 4BD/MantR676iorz6L1nu1LY9GyZNTcgdWvac+09OIK9ZXGxOlZyxAXST Bpc/YZyNEgx6H4xtJmfHj7vCqbgjOcsHXeZ67fHYMAXg3yW7r3O7SIZ5v y9kTDULTZdXeoswsq5IVCBi7qPP1sf4it0bZxB3PkBq+AHwcMKX8WlDUa ljCqYh7Nddnji3jM/yAlQFMjAY8AJ7REVIqjFpBqqAXH8PKweh65QXbLN g==; X-IronPort-AV: E=McAfee;i="6600,9927,10946"; a="397467894" X-IronPort-AV: E=Sophos;i="6.04,339,1695711600"; d="scan'208";a="397467894" Received: from orviesa002.jf.intel.com ([10.64.159.142]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 07 Jan 2024 09:56:37 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.04,339,1695711600"; d="scan'208";a="22951534" Received: from lkp-server02.sh.intel.com (HELO b07ab15da5fe) ([10.239.97.151]) by orviesa002.jf.intel.com with ESMTP; 07 Jan 2024 09:56:34 -0800 Received: from kbuild by b07ab15da5fe with local (Exim 4.96) (envelope-from ) id 1rMXNw-000408-0N; Sun, 07 Jan 2024 17:56:32 +0000 Date: Mon, 8 Jan 2024 01:56:20 +0800 From: kernel test robot To: Dipam Turkar , alexander.deucher@amd.com Cc: oe-kbuild-all@lists.linux.dev, christian.koenig@amd.com, Xinhui.Pan@amd.com, airlied@gmail.com, daniel@ffwll.ch, amd-gfx@lists.freedesktop.org, dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org, Dipam Turkar Subject: Re: [PATCH 1/1] Refactor radeon driver to use drm_gem_create_map_offset() instead of its custom implementation for associating GEM object with a fake offset. Since, we already have a generic implementation, we don't need the custom function and it is better to standardize the code. Message-ID: <202401080151.JsIVh6p0-lkp@intel.com> References: <20240106141422.10734-1-dipamt1729@gmail.com> Precedence: bulk X-Mailing-List: oe-kbuild-all@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20240106141422.10734-1-dipamt1729@gmail.com> Hi Dipam, kernel test robot noticed the following build errors: [auto build test ERROR on drm-misc/drm-misc-next] [also build test ERROR on linus/master v6.7-rc8 next-20240105] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting patch, we suggest to use '--base' as documented in https://git-scm.com/docs/git-format-patch#_base_tree_information] url: https://github.com/intel-lab-lkp/linux/commits/Dipam-Turkar/Refactor-radeon-driver-to-use-drm_gem_create_map_offset-instead-of-its-custom-implementation-for-associating-GEM-object-/20240106-221755 base: git://anongit.freedesktop.org/drm/drm-misc drm-misc-next patch link: https://lore.kernel.org/r/20240106141422.10734-1-dipamt1729%40gmail.com patch subject: [PATCH 1/1] Refactor radeon driver to use drm_gem_create_map_offset() instead of its custom implementation for associating GEM object with a fake offset. Since, we already have a generic implementation, we don't need the custom function and it is better to standardize the code. config: s390-allmodconfig (https://download.01.org/0day-ci/archive/20240108/202401080151.JsIVh6p0-lkp@intel.com/config) compiler: s390-linux-gcc (GCC) 13.2.0 reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20240108/202401080151.JsIVh6p0-lkp@intel.com/reproduce) If you fix the issue in a separate patch/commit (i.e. not just a new version of the same patch/commit), kindly add following tags | Reported-by: kernel test robot | Closes: https://lore.kernel.org/oe-kbuild-all/202401080151.JsIVh6p0-lkp@intel.com/ All errors (new ones prefixed by >>): >> drivers/gpu/drm/radeon/radeon_gem.c:34:10: fatal error: drm/dem_gem.h: No such file or directory 34 | #include | ^~~~~~~~~~~~~~~ compilation terminated. vim +34 drivers/gpu/drm/radeon/radeon_gem.c 31 32 #include 33 #include > 34 #include 35 #include 36 #include 37 -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests/wiki 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 B6343C47079 for ; Sun, 7 Jan 2024 17:56:41 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 7439D10E0CE; Sun, 7 Jan 2024 17:56:39 +0000 (UTC) Received: from mgamail.intel.com (mgamail.intel.com [192.55.52.115]) by gabe.freedesktop.org (Postfix) with ESMTPS id 4B94910E0CE; Sun, 7 Jan 2024 17:56:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1704650198; x=1736186198; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=5ugHrpFBnKf/CLc1I/2bD5evFi4fe42YoHYlgKnnI6E=; b=Okdu1KCbyeb9aLLYWZfFgKdo2p90HMa1hKbtmirJFlmas1JDltYovaz7 l96rOW0/SiUmr10XfEvEAt4RZwMovemcD0o0IbDyERXLC6NEY8gDrM4RQ 4BD/MantR676iorz6L1nu1LY9GyZNTcgdWvac+09OIK9ZXGxOlZyxAXST Bpc/YZyNEgx6H4xtJmfHj7vCqbgjOcsHXeZ67fHYMAXg3yW7r3O7SIZ5v y9kTDULTZdXeoswsq5IVCBi7qPP1sf4it0bZxB3PkBq+AHwcMKX8WlDUa ljCqYh7Nddnji3jM/yAlQFMjAY8AJ7REVIqjFpBqqAXH8PKweh65QXbLN g==; X-IronPort-AV: E=McAfee;i="6600,9927,10946"; a="397467899" X-IronPort-AV: E=Sophos;i="6.04,339,1695711600"; d="scan'208";a="397467899" Received: from orviesa002.jf.intel.com ([10.64.159.142]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 07 Jan 2024 09:56:37 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.04,339,1695711600"; d="scan'208";a="22951534" Received: from lkp-server02.sh.intel.com (HELO b07ab15da5fe) ([10.239.97.151]) by orviesa002.jf.intel.com with ESMTP; 07 Jan 2024 09:56:34 -0800 Received: from kbuild by b07ab15da5fe with local (Exim 4.96) (envelope-from ) id 1rMXNw-000408-0N; Sun, 07 Jan 2024 17:56:32 +0000 Date: Mon, 8 Jan 2024 01:56:20 +0800 From: kernel test robot To: Dipam Turkar , alexander.deucher@amd.com Subject: Re: [PATCH 1/1] Refactor radeon driver to use drm_gem_create_map_offset() instead of its custom implementation for associating GEM object with a fake offset. Since, we already have a generic implementation, we don't need the custom function and it is better to standardize the code. Message-ID: <202401080151.JsIVh6p0-lkp@intel.com> References: <20240106141422.10734-1-dipamt1729@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20240106141422.10734-1-dipamt1729@gmail.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: Dipam Turkar , Xinhui.Pan@amd.com, linux-kernel@vger.kernel.org, amd-gfx@lists.freedesktop.org, dri-devel@lists.freedesktop.org, oe-kbuild-all@lists.linux.dev, christian.koenig@amd.com Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" Hi Dipam, kernel test robot noticed the following build errors: [auto build test ERROR on drm-misc/drm-misc-next] [also build test ERROR on linus/master v6.7-rc8 next-20240105] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting patch, we suggest to use '--base' as documented in https://git-scm.com/docs/git-format-patch#_base_tree_information] url: https://github.com/intel-lab-lkp/linux/commits/Dipam-Turkar/Refactor-radeon-driver-to-use-drm_gem_create_map_offset-instead-of-its-custom-implementation-for-associating-GEM-object-/20240106-221755 base: git://anongit.freedesktop.org/drm/drm-misc drm-misc-next patch link: https://lore.kernel.org/r/20240106141422.10734-1-dipamt1729%40gmail.com patch subject: [PATCH 1/1] Refactor radeon driver to use drm_gem_create_map_offset() instead of its custom implementation for associating GEM object with a fake offset. Since, we already have a generic implementation, we don't need the custom function and it is better to standardize the code. config: s390-allmodconfig (https://download.01.org/0day-ci/archive/20240108/202401080151.JsIVh6p0-lkp@intel.com/config) compiler: s390-linux-gcc (GCC) 13.2.0 reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20240108/202401080151.JsIVh6p0-lkp@intel.com/reproduce) If you fix the issue in a separate patch/commit (i.e. not just a new version of the same patch/commit), kindly add following tags | Reported-by: kernel test robot | Closes: https://lore.kernel.org/oe-kbuild-all/202401080151.JsIVh6p0-lkp@intel.com/ All errors (new ones prefixed by >>): >> drivers/gpu/drm/radeon/radeon_gem.c:34:10: fatal error: drm/dem_gem.h: No such file or directory 34 | #include | ^~~~~~~~~~~~~~~ compilation terminated. vim +34 drivers/gpu/drm/radeon/radeon_gem.c 31 32 #include 33 #include > 34 #include 35 #include 36 #include 37 -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests/wiki