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 52529C77B7C for ; Fri, 12 May 2023 16:21:02 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229918AbjELQU7 (ORCPT ); Fri, 12 May 2023 12:20:59 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:52878 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229624AbjELQU4 (ORCPT ); Fri, 12 May 2023 12:20:56 -0400 Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 6E8BD7EF5; Fri, 12 May 2023 09:20:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1683908455; x=1715444455; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=6JMhlSI8AcK3kUbPJJDnaUnKRbv4q1hmlIrs1v8cDOE=; b=e0nPajSQXRHCSv62M3dHBiZU7rOpku7gAhRuOJf+2cp8wDJTyrnaiH6F 9uFO/0cZXgiA+vC4Q9OrZNComkcVd260APIsoRFnWwviVmuiwgdTYtP5n HpSjnJB1tVqYGR3C91a1staKfZfsWQ2aGQwMjNmFei2grjOYDyj+ScObq JLanEUdQSkp+PcsrId5ZVI5wb0JIZVPDhw+9vSO2Uv9qvs0eXpscqT1mN HiOIkfKYCPkFiwIj45HEnnQ2/LH8pGBxUlUlGfnpDdzFkgtf9TQxeNRQX D1oyke54WkX29oHanTUI7ur7i3E68Ef6ZiBQnrs7hikskn7Kvg3Td+Qqw w==; X-IronPort-AV: E=McAfee;i="6600,9927,10708"; a="353077815" X-IronPort-AV: E=Sophos;i="5.99,269,1677571200"; d="scan'208";a="353077815" Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 12 May 2023 09:20:54 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10708"; a="765219552" X-IronPort-AV: E=Sophos;i="5.99,269,1677571200"; d="scan'208";a="765219552" Received: from lkp-server01.sh.intel.com (HELO dea6d5a4f140) ([10.239.97.150]) by fmsmga008.fm.intel.com with ESMTP; 12 May 2023 09:20:51 -0700 Received: from kbuild by dea6d5a4f140 with local (Exim 4.96) (envelope-from ) id 1pxVVi-0004y2-2B; Fri, 12 May 2023 16:20:50 +0000 Date: Sat, 13 May 2023 00:20:28 +0800 From: kernel test robot To: Thomas Zimmermann , daniel@ffwll.ch, airlied@gmail.com, maarten.lankhorst@linux.intel.com, mripard@kernel.org, javierm@redhat.com Cc: oe-kbuild-all@lists.linux.dev, linux-samsung-soc@vger.kernel.org, Tomi Valkeinen , linux-arm-msm@vger.kernel.org, intel-gfx@lists.freedesktop.org, dri-devel@lists.freedesktop.org, amd-gfx@lists.freedesktop.org, Thomas Zimmermann , linux-tegra@vger.kernel.org, freedreno@lists.freedesktop.org, linux-arm-kernel@lists.infradead.org Subject: Re: [Intel-gfx] [PATCH 07/11] drm/omapdrm: Use regular fbdev I/O helpers Message-ID: <202305130058.VuW3nBPS-lkp@intel.com> References: <20230512084152.31233-8-tzimmermann@suse.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230512084152.31233-8-tzimmermann@suse.de> Precedence: bulk List-ID: X-Mailing-List: linux-samsung-soc@vger.kernel.org Hi Thomas, kernel test robot noticed the following build errors: [auto build test ERROR on 451e49cfbaa90720149e63f4fa9c7824013c783d] url: https://github.com/intel-lab-lkp/linux/commits/Thomas-Zimmermann/drm-armada-Use-regular-fbdev-I-O-helpers/20230512-164432 base: 451e49cfbaa90720149e63f4fa9c7824013c783d patch link: https://lore.kernel.org/r/20230512084152.31233-8-tzimmermann%40suse.de patch subject: [Intel-gfx] [PATCH 07/11] drm/omapdrm: Use regular fbdev I/O helpers config: arm-allmodconfig (https://download.01.org/0day-ci/archive/20230513/202305130058.VuW3nBPS-lkp@intel.com/config) compiler: arm-linux-gnueabi-gcc (GCC) 12.1.0 reproduce (this is a W=1 build): wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross chmod +x ~/bin/make.cross # https://github.com/intel-lab-lkp/linux/commit/f9113ec6815b748d0b917f78527582b8b08deb40 git remote add linux-review https://github.com/intel-lab-lkp/linux git fetch --no-tags linux-review Thomas-Zimmermann/drm-armada-Use-regular-fbdev-I-O-helpers/20230512-164432 git checkout f9113ec6815b748d0b917f78527582b8b08deb40 # save the config file mkdir build_dir && cp config build_dir/.config COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-12.1.0 make.cross W=1 O=build_dir ARCH=arm olddefconfig COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-12.1.0 make.cross W=1 O=build_dir ARCH=arm SHELL=/bin/bash drivers/gpu/drm/omapdrm/ If you fix the issue, kindly add following tag where applicable | Reported-by: kernel test robot | Link: https://lore.kernel.org/oe-kbuild-all/202305130058.VuW3nBPS-lkp@intel.com/ All errors (new ones prefixed by >>): >> drivers/gpu/drm/omapdrm/omap_fbdev.c:306:6: error: redefinition of 'omap_fbdev_setup' 306 | void omap_fbdev_setup(struct drm_device *dev) | ^~~~~~~~~~~~~~~~ In file included from drivers/gpu/drm/omapdrm/omap_fbdev.c:19: drivers/gpu/drm/omapdrm/omap_fbdev.h:17:20: note: previous definition of 'omap_fbdev_setup' with type 'void(struct drm_device *)' 17 | static inline void omap_fbdev_setup(struct drm_device *dev) | ^~~~~~~~~~~~~~~~ vim +/omap_fbdev_setup +306 drivers/gpu/drm/omapdrm/omap_fbdev.c 9e69bcd88e4593 Thomas Zimmermann 2023-04-03 305 9e69bcd88e4593 Thomas Zimmermann 2023-04-03 @306 void omap_fbdev_setup(struct drm_device *dev) -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests