* drivers/gpu/drm/panel/panel-edp.c:204: warning: Function parameter or member 'delay' not described in 'edp_panel_entry'
@ 2026-04-08 2:22 kernel test robot
0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2026-04-08 2:22 UTC (permalink / raw)
To: Douglas Anderson; +Cc: oe-kbuild-all, linux-kernel
tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
head: 3036cd0d3328220a1858b1ab390be8b562774e8a
commit: 5540cf8f3e8dac7ef2de28edcf2623c1516fbe45 drm/panel-edp: Implement generic "edp-panel"s probed by EDID
date: 4 years, 7 months ago
config: mips-allyesconfig (https://download.01.org/0day-ci/archive/20260408/202604081054.qXKdJnya-lkp@intel.com/config)
compiler: mips-linux-gcc (GCC) 15.2.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20260408/202604081054.qXKdJnya-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
| Fixes: 5540cf8f3e8d ("drm/panel-edp: Implement generic "edp-panel"s probed by EDID")
| Reported-by: kernel test robot <lkp@intel.com>
| Closes: https://lore.kernel.org/oe-kbuild-all/202604081054.qXKdJnya-lkp@intel.com/
All warnings (new ones prefixed by >>):
>> drivers/gpu/drm/panel/panel-edp.c:204: warning: Function parameter or member 'delay' not described in 'edp_panel_entry'
>> drivers/gpu/drm/panel/panel-edp.c:204: warning: Function parameter or member 'name' not described in 'edp_panel_entry'
vim +204 drivers/gpu/drm/panel/panel-edp.c
191
192 /**
193 * struct edp_panel_entry - Maps panel ID to delay / panel name.
194 */
195 struct edp_panel_entry {
196 /** @panel_id: 32-bit ID for panel, encoded with drm_edid_encode_panel_id(). */
197 u32 panel_id;
198
199 /* @delay: The power sequencing delays needed for this panel. */
200 const struct panel_delay *delay;
201
202 /* @name: Name of this panel (for printing to logs). */
203 const char *name;
> 204 };
205
--
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:[~2026-04-08 2:22 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-04-08 2:22 drivers/gpu/drm/panel/panel-edp.c:204: warning: Function parameter or member 'delay' not described in 'edp_panel_entry' 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.