drivers/gpu/drm/panel/panel-edp.c:204: warning: Function parameter or member 'delay' not described in 'edp_panel_entry'
From: kernel test robot
Date: Tue Apr 07 2026 - 22:22:52 EST
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@xxxxxxxxx/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@xxxxxxxxx/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@xxxxxxxxx>
| Closes: https://lore.kernel.org/oe-kbuild-all/202604081054.qXKdJnya-lkp@xxxxxxxxx/
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