All of lore.kernel.org
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: cros-kernel-buildreports@googlegroups.com
Cc: oe-kbuild-all@lists.linux.dev
Subject: [android-common:android13-5.10 1/1] drivers/gpu/drm/hisilicon/kirin/kirin_drm_dpe.c:749:36: sparse: sparse: symbol 'dpe_crtc_helper_funcs' was not declared. Should it be static?
Date: Sun, 04 Jan 2026 01:15:50 +0800	[thread overview]
Message-ID: <202601040115.RGbN8ExM-lkp@intel.com> (raw)

tree:   https://android.googlesource.com/kernel/common android13-5.10
head:   a0f93b828ee5433c5b427d8122a6dda0b514d985
commit: 4dd668f97d174ae807ce0cc6b552f4a32c3f64e2 [1/1] ANDROID: drm: kirin: Add kirin960 dpe driver support
config: arm64-randconfig-r122-20251224 (https://download.01.org/0day-ci/archive/20260104/202601040115.RGbN8ExM-lkp@intel.com/config)
compiler: aarch64-linux-gcc (GCC) 12.5.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20260104/202601040115.RGbN8ExM-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/202601040115.RGbN8ExM-lkp@intel.com/

sparse warnings: (new ones prefixed by >>)
>> drivers/gpu/drm/hisilicon/kirin/kirin_drm_dpe.c:749:36: sparse: sparse: symbol 'dpe_crtc_helper_funcs' was not declared. Should it be static?
>> drivers/gpu/drm/hisilicon/kirin/kirin_drm_dpe.c:757:29: sparse: sparse: symbol 'dpe_crtc_funcs' was not declared. Should it be static?
>> drivers/gpu/drm/hisilicon/kirin/kirin_drm_dpe.c:1051:37: sparse: sparse: symbol 'dpe_plane_helper_funcs' was not declared. Should it be static?
>> drivers/gpu/drm/hisilicon/kirin/kirin_drm_dpe.c:1056:30: sparse: sparse: symbol 'dpe_plane_funcs' was not declared. Should it be static?

vim +/dpe_crtc_helper_funcs +749 drivers/gpu/drm/hisilicon/kirin/kirin_drm_dpe.c

   748	
 > 749	const struct drm_crtc_helper_funcs dpe_crtc_helper_funcs = {
   750		.atomic_enable = dpe_crtc_atomic_enable,
   751		.atomic_disable = dpe_crtc_atomic_disable,
   752		.mode_set_nofb = dpe_crtc_mode_set_nofb,
   753		.atomic_begin = dpe_crtc_atomic_begin,
   754		.atomic_flush = dpe_crtc_atomic_flush,
   755	};
   756	
 > 757	const struct drm_crtc_funcs dpe_crtc_funcs = {
   758		.destroy = drm_crtc_cleanup,
   759		.set_config = drm_atomic_helper_set_config,
   760		.page_flip = drm_atomic_helper_page_flip,
   761		.reset = drm_atomic_helper_crtc_reset,
   762		.atomic_duplicate_state = drm_atomic_helper_crtc_duplicate_state,
   763		.atomic_destroy_state = drm_atomic_helper_crtc_destroy_state,
   764		.enable_vblank = dpe_enable_vblank,
   765		.disable_vblank = dpe_disable_vblank,
   766	};
   767	

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

                 reply	other threads:[~2026-01-03 17:16 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=202601040115.RGbN8ExM-lkp@intel.com \
    --to=lkp@intel.com \
    --cc=cros-kernel-buildreports@googlegroups.com \
    --cc=oe-kbuild-all@lists.linux.dev \
    /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.