* [tobetter:odroid-6.6.y 17/51] drivers/gpu/drm/tiny/ili9488_pio.c:23:10: fatal error: drm/drm_fb_cma_helper.h: No such file or directory
@ 2024-02-03 13:15 kernel test robot
0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2024-02-03 13:15 UTC (permalink / raw)
To: Dongjin Kim; +Cc: oe-kbuild-all
tree: https://github.com/tobetter/linux odroid-6.6.y
head: 0ea9759612aba09cc99b50301b281417f70e847c
commit: d9d97a57ca4c689c91ba8d0ca0af61187dbe19f1 [17/51] ODROID-COMMON: gpu/drm: Add new Tiny DRM driver with Ili9488
config: m68k-allmodconfig (https://download.01.org/0day-ci/archive/20240203/202402032142.TITwC0pM-lkp@intel.com/config)
compiler: m68k-linux-gcc (GCC) 13.2.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20240203/202402032142.TITwC0pM-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/202402032142.TITwC0pM-lkp@intel.com/
All errors (new ones prefixed by >>):
>> drivers/gpu/drm/tiny/ili9488_pio.c:23:10: fatal error: drm/drm_fb_cma_helper.h: No such file or directory
23 | #include <drm/drm_fb_cma_helper.h>
| ^~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
vim +23 drivers/gpu/drm/tiny/ili9488_pio.c
19
20 #include <drm/drm_atomic_helper.h>
21 #include <drm/drm_damage_helper.h>
22 #include <drm/drm_drv.h>
> 23 #include <drm/drm_fb_cma_helper.h>
24 #include <drm/drm_fb_helper.h>
25 #include <drm/drm_fourcc.h>
26 #include <drm/drm_gem_atomic_helper.h>
27 #include <drm/drm_gem_cma_helper.h>
28 #include <drm/drm_gem_framebuffer_helper.h>
29 #include <drm/drm_managed.h>
30 #include <drm/drm_mipi_dbi.h>
31 #include <drm/drm_rect.h>
32
--
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:[~2024-02-03 13:16 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-03 13:15 [tobetter:odroid-6.6.y 17/51] drivers/gpu/drm/tiny/ili9488_pio.c:23:10: fatal error: drm/drm_fb_cma_helper.h: No such file or directory 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.