2023-12-28 03:47:37

by kernel test robot

[permalink] [raw]
Subject: panel-raydium-rm692e5.c:undefined reference to `drm_dsc_pps_payload_pack'

tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
head: f5837722ffecbbedf1b1dbab072a063565f0dad1
commit: 988d0ff29ecf7ab750b9be29fddae588156c3d03 drm/panel: Add driver for BOE RM692E5 AMOLED panel
date: 3 months ago
config: csky-randconfig-001-20231228 (https://download.01.org/0day-ci/archive/20231228/[email protected]/config)
compiler: csky-linux-gcc (GCC) 13.2.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20231228/[email protected]/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 <[email protected]>
| Closes: https://lore.kernel.org/oe-kbuild-all/[email protected]/

All errors (new ones prefixed by >>):

csky-linux-ld: drivers/gpu/drm/panel/panel-raydium-rm692e5.o: in function `rm692e5_prepare':
>> panel-raydium-rm692e5.c:(.text+0xfc0): undefined reference to `drm_dsc_pps_payload_pack'
>> csky-linux-ld: panel-raydium-rm692e5.c:(.text+0x1090): undefined reference to `drm_dsc_pps_payload_pack'

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


2023-12-28 07:48:27

by Luca Weiss

[permalink] [raw]
Subject: Re: panel-raydium-rm692e5.c:undefined reference to `drm_dsc_pps_payload_pack'

On Thu Dec 28, 2023 at 4:46 AM CET, kernel test robot wrote:
> tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
> head: f5837722ffecbbedf1b1dbab072a063565f0dad1
> commit: 988d0ff29ecf7ab750b9be29fddae588156c3d03 drm/panel: Add driver for BOE RM692E5 AMOLED panel
> date: 3 months ago
> config: csky-randconfig-001-20231228 (https://download.01.org/0day-ci/archive/20231228/[email protected]/config)
> compiler: csky-linux-gcc (GCC) 13.2.0
> reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20231228/[email protected]/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 <[email protected]>
> | Closes: https://lore.kernel.org/oe-kbuild-all/[email protected]/
>
> All errors (new ones prefixed by >>):
>
> csky-linux-ld: drivers/gpu/drm/panel/panel-raydium-rm692e5.o: in function `rm692e5_prepare':
> >> panel-raydium-rm692e5.c:(.text+0xfc0): undefined reference to `drm_dsc_pps_payload_pack'
> >> csky-linux-ld: panel-raydium-rm692e5.c:(.text+0x1090): undefined reference to `drm_dsc_pps_payload_pack'

Should be fixed by this patch (which doesn't have to have been picked up
yet though):

https://lore.kernel.org/lkml/[email protected]/

Regards
Luca