All of lore.kernel.org
 help / color / mirror / Atom feed
* [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'?
@ 2023-08-08 21:48 kernel test robot
  0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2023-08-08 21:48 UTC (permalink / raw)
  To: Sasha Levin; +Cc: oe-kbuild-all

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-08-08 21:49 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-08 21:48 [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'? kernel test robot

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.