Re: [PATCH] drm/bridge: ite-it6263: Add basic resume support

From: kernel test robot

Date: Wed Apr 22 2026 - 05:40:57 EST


Hi Biju,

kernel test robot noticed the following build warnings:

[auto build test WARNING on drm-misc/drm-misc-next]
[also build test WARNING on linus/master v7.0 next-20260421]
[If your patch is applied to the wrong git tree, kindly drop us a note.
And when submitting patch, we suggest to use '--base' as documented in
https://git-scm.com/docs/git-format-patch#_base_tree_information]

url: https://github.com/intel-lab-lkp/linux/commits/Biju/drm-bridge-ite-it6263-Add-basic-resume-support/20260421-073706
base: https://gitlab.freedesktop.org/drm/misc/kernel.git drm-misc-next
patch link: https://lore.kernel.org/r/20260415113954.179006-1-biju.das.jz%40bp.renesas.com
patch subject: [PATCH] drm/bridge: ite-it6263: Add basic resume support
config: m68k-allmodconfig (https://download.01.org/0day-ci/archive/20260422/202604221736.zHLIEw3V-lkp@xxxxxxxxx/config)
compiler: m68k-linux-gcc (GCC) 15.2.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20260422/202604221736.zHLIEw3V-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
| Reported-by: kernel test robot <lkp@xxxxxxxxx>
| Closes: https://lore.kernel.org/oe-kbuild-all/202604221736.zHLIEw3V-lkp@xxxxxxxxx/

All warnings (new ones prefixed by >>):

>> drivers/gpu/drm/bridge/ite-it6263.c:909:12: warning: 'it6263_resume' defined but not used [-Wunused-function]
909 | static int it6263_resume(struct device *dev)
| ^~~~~~~~~~~~~


vim +/it6263_resume +909 drivers/gpu/drm/bridge/ite-it6263.c

908
> 909 static int it6263_resume(struct device *dev)
910 {
911 struct it6263 *it = dev_get_drvdata(dev);
912 int ret;
913
914 ret = it6263_lvds_set_i2c_addr(it);
915 if (ret)
916 return ret;
917
918 it6263_lvds_config(it);
919
920 return 0;
921 }
922

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