All of lore.kernel.org
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: Sasha Levin <sashal@kernel.org>
Cc: oe-kbuild-all@lists.linux.dev
Subject: [sashal-stable:pending-5.15 85/92] drivers/gpu/drm/fsl-dcu/fsl_dcu_drm_plane.c:176:13: error: use of undeclared identifier 'drm_plane_helper_destroy'; did you mean 'drm_primary_helper_destroy'?
Date: Wed, 9 Aug 2023 05:48:33 +0800	[thread overview]
Message-ID: <202308090557.EoDHybf5-lkp@intel.com> (raw)

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/sashal/linux-stable.git pending-5.15
head:   9524fb3148a6e7903caa30b55827de7d6c34cbec
commit: 9d63f3b1b7d0b978455f44d2038f462733607027 [85/92] drm/fsl-dcu: Use drm_plane_helper_destroy()
config: arm-randconfig-r046-20230808 (https://download.01.org/0day-ci/archive/20230809/202308090557.EoDHybf5-lkp@intel.com/config)
compiler: clang version 14.0.6 (https://github.com/llvm/llvm-project.git f28c006a5895fc0e329fe15fead81e37457cb1d1)
reproduce: (https://download.01.org/0day-ci/archive/20230809/202308090557.EoDHybf5-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 <lkp@intel.com>
| Closes: https://lore.kernel.org/oe-kbuild-all/202308090557.EoDHybf5-lkp@intel.com/

All errors (new ones prefixed by >>):

>> drivers/gpu/drm/fsl-dcu/fsl_dcu_drm_plane.c:176:13: error: use of undeclared identifier 'drm_plane_helper_destroy'; did you mean 'drm_primary_helper_destroy'?
           .destroy = drm_plane_helper_destroy,
                      ^~~~~~~~~~~~~~~~~~~~~~~~
                      drm_primary_helper_destroy
   include/drm/drm_plane_helper.h:41:6: note: 'drm_primary_helper_destroy' declared here
   void drm_primary_helper_destroy(struct drm_plane *plane);
        ^
   1 error generated.


vim +176 drivers/gpu/drm/fsl-dcu/fsl_dcu_drm_plane.c

   172	
   173	static const struct drm_plane_funcs fsl_dcu_drm_plane_funcs = {
   174		.atomic_duplicate_state = drm_atomic_helper_plane_duplicate_state,
   175		.atomic_destroy_state = drm_atomic_helper_plane_destroy_state,
 > 176		.destroy = drm_plane_helper_destroy,
   177		.disable_plane = drm_atomic_helper_disable_plane,
   178		.reset = drm_atomic_helper_plane_reset,
   179		.update_plane = drm_atomic_helper_update_plane,
   180	};
   181	

-- 
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki

                 reply	other threads:[~2023-08-08 21:49 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=202308090557.EoDHybf5-lkp@intel.com \
    --to=lkp@intel.com \
    --cc=oe-kbuild-all@lists.linux.dev \
    --cc=sashal@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.