From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mgamail.intel.com (mgamail.intel.com [134.134.136.100]) (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 A350814F9F for ; Thu, 17 Aug 2023 15:14:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1692285275; x=1723821275; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=1hndQl9W6c/sH31dXMVTwUkTb63Rp/C/PF9sphtZ5VU=; b=X1YsIoTlfR2Qf3MGDnH2bfFu8QdrRnkerg2tkAThbKuG/c8CMbkjj5nT UWpaQVe+FipLsFRY65aYinaL2/0HkvLZ86qQkhHYzOHu6oTdBvnfQjh9t vlqh5Lbqtf+sTuW11bjcMfKuTrsLqpBatYh1l+5waWfXEJ54WLw6D2pQ5 r8V6lW6e+7D3q+zMBVVWQkWPsdwr29G2HsOgTvCF4rxWZ1oXuGMUQlEKY wY4S6XAQbSqb4o98mUzXBfBl18wkmyBCIq+hH+CGjUT5POMLFzlq5RACH MkwTQk+646YZWK7t+TLU0KGp7bpHN7Jux2gYsqQJLvxmbDuAgU/nojCWv w==; X-IronPort-AV: E=McAfee;i="6600,9927,10805"; a="439215581" X-IronPort-AV: E=Sophos;i="6.01,180,1684825200"; d="scan'208";a="439215581" Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 17 Aug 2023 08:14:29 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10805"; a="908426946" X-IronPort-AV: E=Sophos;i="6.01,180,1684825200"; d="scan'208";a="908426946" Received: from lkp-server02.sh.intel.com (HELO a9caf1a0cf30) ([10.239.97.151]) by orsmga005.jf.intel.com with ESMTP; 17 Aug 2023 08:14:21 -0700 Received: from kbuild by a9caf1a0cf30 with local (Exim 4.96) (envelope-from ) id 1qWehY-0001Fx-0h; Thu, 17 Aug 2023 15:14:20 +0000 Date: Thu, 17 Aug 2023 23:13:51 +0800 From: kernel test robot To: Manikandan Muralidharan , sam@ravnborg.org, bbrezillon@kernel.org, airlied@gmail.com, daniel@ffwll.ch, nicolas.ferre@microchip.com, alexandre.belloni@bootlin.com, lee@kernel.org, dri-devel@lists.freedesktop.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Cc: oe-kbuild-all@lists.linux.dev, Balakrishnan.S@microchip.com, Nayabbasha.Sayed@microchip.com, Balamanikandan.Gunasundar@microchip.com, Manikandan Muralidharan , Varshini.Rajendran@microchip.com, Dharma.B@microchip.com, Durai Manickam KR , Hari.PrasathGE@microchip.com Subject: Re: [PATCH v3 5/8] drm: atmel_hlcdc: Add support for XLCDC in atmel LCD driver Message-ID: <202308172209.DZ2HgtVa-lkp@intel.com> References: <20230817091250.225512-6-manikandan.m@microchip.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: <20230817091250.225512-6-manikandan.m@microchip.com> Hi Manikandan, kernel test robot noticed the following build warnings: [auto build test WARNING on drm-misc/drm-misc-next] [also build test WARNING on lee-mfd/for-mfd-next lee-leds/for-leds-next lee-mfd/for-mfd-fixes linus/master v6.5-rc6 next-20230817] [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/Manikandan-Muralidharan/mfd-atmel-hlcdc-Add-compatible-for-sam9x75-XLCD-controller/20230817-172003 base: git://anongit.freedesktop.org/drm/drm-misc drm-misc-next patch link: https://lore.kernel.org/r/20230817091250.225512-6-manikandan.m%40microchip.com patch subject: [PATCH v3 5/8] drm: atmel_hlcdc: Add support for XLCDC in atmel LCD driver config: arm-randconfig-r033-20230817 (https://download.01.org/0day-ci/archive/20230817/202308172209.DZ2HgtVa-lkp@intel.com/config) compiler: arm-linux-gnueabi-gcc (GCC) 12.3.0 reproduce: (https://download.01.org/0day-ci/archive/20230817/202308172209.DZ2HgtVa-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/202308172209.DZ2HgtVa-lkp@intel.com/ All warnings (new ones prefixed by >>): >> drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_plane.c:1013:6: warning: no previous prototype for 'hlcdc_irq_dbg' [-Wmissing-prototypes] 1013 | void hlcdc_irq_dbg(struct atmel_hlcdc_plane *plane, | ^~~~~~~~~~~~~ >> drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_plane.c:1029:6: warning: no previous prototype for 'xlcdc_irq_dbg' [-Wmissing-prototypes] 1029 | void xlcdc_irq_dbg(struct atmel_hlcdc_plane *plane, | ^~~~~~~~~~~~~ vim +/hlcdc_irq_dbg +1013 drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_plane.c 1012 > 1013 void hlcdc_irq_dbg(struct atmel_hlcdc_plane *plane, 1014 const struct atmel_hlcdc_layer_desc *desc) 1015 { 1016 u32 isr = atmel_hlcdc_layer_read_reg(&plane->layer, ATMEL_HLCDC_LAYER_ISR); 1017 1018 /* 1019 * There's not much we can do in case of overrun except informing 1020 * the user. However, we are in interrupt context here, hence the 1021 * use of dev_dbg(). 1022 */ 1023 if (isr & 1024 (ATMEL_HLCDC_LAYER_OVR_IRQ(0) | ATMEL_HLCDC_LAYER_OVR_IRQ(1) | 1025 ATMEL_HLCDC_LAYER_OVR_IRQ(2))) 1026 pr_warn("%s: overrun on plane %s\n", __func__, desc->name); 1027 } 1028 > 1029 void xlcdc_irq_dbg(struct atmel_hlcdc_plane *plane, 1030 const struct atmel_hlcdc_layer_desc *desc) 1031 { 1032 u32 isr = atmel_hlcdc_layer_read_reg(&plane->layer, ATMEL_XLCDC_LAYER_ISR); 1033 1034 /* 1035 * There's not much we can do in case of overrun except informing 1036 * the user. However, we are in interrupt context here, hence the 1037 * use of dev_dbg(). 1038 */ 1039 if (isr & 1040 (ATMEL_XLCDC_LAYER_OVR_IRQ(0) | ATMEL_XLCDC_LAYER_OVR_IRQ(1) | 1041 ATMEL_XLCDC_LAYER_OVR_IRQ(2))) 1042 pr_warn("%s: overrun on plane %s\n", __func__, desc->name); 1043 } 1044 -- 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 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 A4A16C3063E for ; Thu, 17 Aug 2023 15:15:03 +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=a43M9VHcf3uUKrONJTu/0VwnC7yzGL8CCqhU16KuuyE=; b=CS5N8ZZlututt/ QbT8az4581fu3h/BIUpfUTjjsKNp6rYkHtXRhLP9yMiG5qDJ5Gcl7EEObZSYMT3AdR4gsznFWmyQu phrHeiqif+ks1aSqgRWBNiYtCoerHWw9ejDe9Twl0LZehIz4zX0zh2OZ5pmahWzMBo2KtAOmENprs fKsJhf6MuBkIs6o3W7jyWPbu1c3H+oKFi6FlBzqSmphpWduuAPVv7tXdanwkxkASkD7CAggRNTwwX tgpejukI97kArF9b5+W+wWNAhje6p1t/675oy8gOwm7WOBMNNJqR0GMtCsEmckQmzNmGK9znognKR ZcSwtnmPS8lC1gHb/M0A==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qWeho-006ev8-2t; Thu, 17 Aug 2023 15:14:36 +0000 Received: from mgamail.intel.com ([134.134.136.100]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1qWehl-006etq-2D for linux-arm-kernel@lists.infradead.org; Thu, 17 Aug 2023 15:14:35 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1692285273; x=1723821273; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=1hndQl9W6c/sH31dXMVTwUkTb63Rp/C/PF9sphtZ5VU=; b=feEqHIcrw6a3RCWj3cFQQzWMQukBSFSrXKboqkNNfcpMZ5aHiqId5NuI dvfxSc+saPJTJKTXk0+StuU5APPtDPjD9SnD57mDDVKZ7MxyiV+mlR7DW /88UxtemTn3LMLAQFiQ61x3tvE+sccZqb1mTpRl+Om9MHdr6roRqAMo3q IyR9tJvuNenqB70kErOtGy7swUSWF1q33c+I/WRUN0HWzFamI8G9RnTy+ AlomZNRsDcKz/h84n96r3iLy7k0XpDFZw5FhdU1ehMtmDpQEGWG6vGlfH eObgKQzDceDgwMUkd7LsSIa5rYnfrC8dhRARn+MOsLJnxzid2wnjSbr2h A==; X-IronPort-AV: E=McAfee;i="6600,9927,10805"; a="439215587" X-IronPort-AV: E=Sophos;i="6.01,180,1684825200"; d="scan'208";a="439215587" Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 17 Aug 2023 08:14:30 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10805"; a="908426946" X-IronPort-AV: E=Sophos;i="6.01,180,1684825200"; d="scan'208";a="908426946" Received: from lkp-server02.sh.intel.com (HELO a9caf1a0cf30) ([10.239.97.151]) by orsmga005.jf.intel.com with ESMTP; 17 Aug 2023 08:14:21 -0700 Received: from kbuild by a9caf1a0cf30 with local (Exim 4.96) (envelope-from ) id 1qWehY-0001Fx-0h; Thu, 17 Aug 2023 15:14:20 +0000 Date: Thu, 17 Aug 2023 23:13:51 +0800 From: kernel test robot To: Manikandan Muralidharan , sam@ravnborg.org, bbrezillon@kernel.org, airlied@gmail.com, daniel@ffwll.ch, nicolas.ferre@microchip.com, alexandre.belloni@bootlin.com, lee@kernel.org, dri-devel@lists.freedesktop.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Cc: oe-kbuild-all@lists.linux.dev, Balakrishnan.S@microchip.com, Nayabbasha.Sayed@microchip.com, Balamanikandan.Gunasundar@microchip.com, Manikandan Muralidharan , Varshini.Rajendran@microchip.com, Dharma.B@microchip.com, Durai Manickam KR , Hari.PrasathGE@microchip.com Subject: Re: [PATCH v3 5/8] drm: atmel_hlcdc: Add support for XLCDC in atmel LCD driver Message-ID: <202308172209.DZ2HgtVa-lkp@intel.com> References: <20230817091250.225512-6-manikandan.m@microchip.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20230817091250.225512-6-manikandan.m@microchip.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230817_081433_773492_F573CFA6 X-CRM114-Status: GOOD ( 12.95 ) 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="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Hi Manikandan, kernel test robot noticed the following build warnings: [auto build test WARNING on drm-misc/drm-misc-next] [also build test WARNING on lee-mfd/for-mfd-next lee-leds/for-leds-next lee-mfd/for-mfd-fixes linus/master v6.5-rc6 next-20230817] [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/Manikandan-Muralidharan/mfd-atmel-hlcdc-Add-compatible-for-sam9x75-XLCD-controller/20230817-172003 base: git://anongit.freedesktop.org/drm/drm-misc drm-misc-next patch link: https://lore.kernel.org/r/20230817091250.225512-6-manikandan.m%40microchip.com patch subject: [PATCH v3 5/8] drm: atmel_hlcdc: Add support for XLCDC in atmel LCD driver config: arm-randconfig-r033-20230817 (https://download.01.org/0day-ci/archive/20230817/202308172209.DZ2HgtVa-lkp@intel.com/config) compiler: arm-linux-gnueabi-gcc (GCC) 12.3.0 reproduce: (https://download.01.org/0day-ci/archive/20230817/202308172209.DZ2HgtVa-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/202308172209.DZ2HgtVa-lkp@intel.com/ All warnings (new ones prefixed by >>): >> drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_plane.c:1013:6: warning: no previous prototype for 'hlcdc_irq_dbg' [-Wmissing-prototypes] 1013 | void hlcdc_irq_dbg(struct atmel_hlcdc_plane *plane, | ^~~~~~~~~~~~~ >> drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_plane.c:1029:6: warning: no previous prototype for 'xlcdc_irq_dbg' [-Wmissing-prototypes] 1029 | void xlcdc_irq_dbg(struct atmel_hlcdc_plane *plane, | ^~~~~~~~~~~~~ vim +/hlcdc_irq_dbg +1013 drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_plane.c 1012 > 1013 void hlcdc_irq_dbg(struct atmel_hlcdc_plane *plane, 1014 const struct atmel_hlcdc_layer_desc *desc) 1015 { 1016 u32 isr = atmel_hlcdc_layer_read_reg(&plane->layer, ATMEL_HLCDC_LAYER_ISR); 1017 1018 /* 1019 * There's not much we can do in case of overrun except informing 1020 * the user. However, we are in interrupt context here, hence the 1021 * use of dev_dbg(). 1022 */ 1023 if (isr & 1024 (ATMEL_HLCDC_LAYER_OVR_IRQ(0) | ATMEL_HLCDC_LAYER_OVR_IRQ(1) | 1025 ATMEL_HLCDC_LAYER_OVR_IRQ(2))) 1026 pr_warn("%s: overrun on plane %s\n", __func__, desc->name); 1027 } 1028 > 1029 void xlcdc_irq_dbg(struct atmel_hlcdc_plane *plane, 1030 const struct atmel_hlcdc_layer_desc *desc) 1031 { 1032 u32 isr = atmel_hlcdc_layer_read_reg(&plane->layer, ATMEL_XLCDC_LAYER_ISR); 1033 1034 /* 1035 * There's not much we can do in case of overrun except informing 1036 * the user. However, we are in interrupt context here, hence the 1037 * use of dev_dbg(). 1038 */ 1039 if (isr & 1040 (ATMEL_XLCDC_LAYER_OVR_IRQ(0) | ATMEL_XLCDC_LAYER_OVR_IRQ(1) | 1041 ATMEL_XLCDC_LAYER_OVR_IRQ(2))) 1042 pr_warn("%s: overrun on plane %s\n", __func__, desc->name); 1043 } 1044 -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests/wiki _______________________________________________ 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 4B0C7C3063E for ; Thu, 17 Aug 2023 15:14:35 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id B44EB10E0C4; Thu, 17 Aug 2023 15:14:34 +0000 (UTC) Received: from mgamail.intel.com (mgamail.intel.com [134.134.136.100]) by gabe.freedesktop.org (Postfix) with ESMTPS id 4D53210E0C4 for ; Thu, 17 Aug 2023 15:14:33 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1692285273; x=1723821273; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=1hndQl9W6c/sH31dXMVTwUkTb63Rp/C/PF9sphtZ5VU=; b=feEqHIcrw6a3RCWj3cFQQzWMQukBSFSrXKboqkNNfcpMZ5aHiqId5NuI dvfxSc+saPJTJKTXk0+StuU5APPtDPjD9SnD57mDDVKZ7MxyiV+mlR7DW /88UxtemTn3LMLAQFiQ61x3tvE+sccZqb1mTpRl+Om9MHdr6roRqAMo3q IyR9tJvuNenqB70kErOtGy7swUSWF1q33c+I/WRUN0HWzFamI8G9RnTy+ AlomZNRsDcKz/h84n96r3iLy7k0XpDFZw5FhdU1ehMtmDpQEGWG6vGlfH eObgKQzDceDgwMUkd7LsSIa5rYnfrC8dhRARn+MOsLJnxzid2wnjSbr2h A==; X-IronPort-AV: E=McAfee;i="6600,9927,10805"; a="439215585" X-IronPort-AV: E=Sophos;i="6.01,180,1684825200"; d="scan'208";a="439215585" Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 17 Aug 2023 08:14:30 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10805"; a="908426946" X-IronPort-AV: E=Sophos;i="6.01,180,1684825200"; d="scan'208";a="908426946" Received: from lkp-server02.sh.intel.com (HELO a9caf1a0cf30) ([10.239.97.151]) by orsmga005.jf.intel.com with ESMTP; 17 Aug 2023 08:14:21 -0700 Received: from kbuild by a9caf1a0cf30 with local (Exim 4.96) (envelope-from ) id 1qWehY-0001Fx-0h; Thu, 17 Aug 2023 15:14:20 +0000 Date: Thu, 17 Aug 2023 23:13:51 +0800 From: kernel test robot To: Manikandan Muralidharan , sam@ravnborg.org, bbrezillon@kernel.org, airlied@gmail.com, daniel@ffwll.ch, nicolas.ferre@microchip.com, alexandre.belloni@bootlin.com, lee@kernel.org, dri-devel@lists.freedesktop.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v3 5/8] drm: atmel_hlcdc: Add support for XLCDC in atmel LCD driver Message-ID: <202308172209.DZ2HgtVa-lkp@intel.com> References: <20230817091250.225512-6-manikandan.m@microchip.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230817091250.225512-6-manikandan.m@microchip.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: Balakrishnan.S@microchip.com, Nayabbasha.Sayed@microchip.com, Balamanikandan.Gunasundar@microchip.com, Manikandan Muralidharan , Hari.PrasathGE@microchip.com, Dharma.B@microchip.com, Durai Manickam KR , oe-kbuild-all@lists.linux.dev, Varshini.Rajendran@microchip.com Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" Hi Manikandan, kernel test robot noticed the following build warnings: [auto build test WARNING on drm-misc/drm-misc-next] [also build test WARNING on lee-mfd/for-mfd-next lee-leds/for-leds-next lee-mfd/for-mfd-fixes linus/master v6.5-rc6 next-20230817] [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/Manikandan-Muralidharan/mfd-atmel-hlcdc-Add-compatible-for-sam9x75-XLCD-controller/20230817-172003 base: git://anongit.freedesktop.org/drm/drm-misc drm-misc-next patch link: https://lore.kernel.org/r/20230817091250.225512-6-manikandan.m%40microchip.com patch subject: [PATCH v3 5/8] drm: atmel_hlcdc: Add support for XLCDC in atmel LCD driver config: arm-randconfig-r033-20230817 (https://download.01.org/0day-ci/archive/20230817/202308172209.DZ2HgtVa-lkp@intel.com/config) compiler: arm-linux-gnueabi-gcc (GCC) 12.3.0 reproduce: (https://download.01.org/0day-ci/archive/20230817/202308172209.DZ2HgtVa-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/202308172209.DZ2HgtVa-lkp@intel.com/ All warnings (new ones prefixed by >>): >> drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_plane.c:1013:6: warning: no previous prototype for 'hlcdc_irq_dbg' [-Wmissing-prototypes] 1013 | void hlcdc_irq_dbg(struct atmel_hlcdc_plane *plane, | ^~~~~~~~~~~~~ >> drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_plane.c:1029:6: warning: no previous prototype for 'xlcdc_irq_dbg' [-Wmissing-prototypes] 1029 | void xlcdc_irq_dbg(struct atmel_hlcdc_plane *plane, | ^~~~~~~~~~~~~ vim +/hlcdc_irq_dbg +1013 drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_plane.c 1012 > 1013 void hlcdc_irq_dbg(struct atmel_hlcdc_plane *plane, 1014 const struct atmel_hlcdc_layer_desc *desc) 1015 { 1016 u32 isr = atmel_hlcdc_layer_read_reg(&plane->layer, ATMEL_HLCDC_LAYER_ISR); 1017 1018 /* 1019 * There's not much we can do in case of overrun except informing 1020 * the user. However, we are in interrupt context here, hence the 1021 * use of dev_dbg(). 1022 */ 1023 if (isr & 1024 (ATMEL_HLCDC_LAYER_OVR_IRQ(0) | ATMEL_HLCDC_LAYER_OVR_IRQ(1) | 1025 ATMEL_HLCDC_LAYER_OVR_IRQ(2))) 1026 pr_warn("%s: overrun on plane %s\n", __func__, desc->name); 1027 } 1028 > 1029 void xlcdc_irq_dbg(struct atmel_hlcdc_plane *plane, 1030 const struct atmel_hlcdc_layer_desc *desc) 1031 { 1032 u32 isr = atmel_hlcdc_layer_read_reg(&plane->layer, ATMEL_XLCDC_LAYER_ISR); 1033 1034 /* 1035 * There's not much we can do in case of overrun except informing 1036 * the user. However, we are in interrupt context here, hence the 1037 * use of dev_dbg(). 1038 */ 1039 if (isr & 1040 (ATMEL_XLCDC_LAYER_OVR_IRQ(0) | ATMEL_XLCDC_LAYER_OVR_IRQ(1) | 1041 ATMEL_XLCDC_LAYER_OVR_IRQ(2))) 1042 pr_warn("%s: overrun on plane %s\n", __func__, desc->name); 1043 } 1044 -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests/wiki