[PATCH v8 4/8] drm/fb_dma: Add generic set_scanout_buffer() for drm_panic
kernel test robot
lkp at intel.com
Fri Mar 1 02:13:52 UTC 2024
Hi Jocelyn,
kernel test robot noticed the following build warnings:
[auto build test WARNING on bfa4437fd3938ae2e186e7664b2db65bb8775670]
url: https://github.com/intel-lab-lkp/linux/commits/Jocelyn-Falempe/drm-format-helper-Add-drm_fb_blit_from_r1-and-drm_fb_fill/20240227-185901
base: bfa4437fd3938ae2e186e7664b2db65bb8775670
patch link: https://lore.kernel.org/r/20240227100459.194478-5-jfalempe%40redhat.com
patch subject: [PATCH v8 4/8] drm/fb_dma: Add generic set_scanout_buffer() for drm_panic
config: arm64-defconfig (https://download.01.org/0day-ci/archive/20240301/202403010934.Yop7HCSQ-lkp@intel.com/config)
compiler: aarch64-linux-gcc (GCC) 13.2.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20240301/202403010934.Yop7HCSQ-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 at intel.com>
| Closes: https://lore.kernel.org/oe-kbuild-all/202403010934.Yop7HCSQ-lkp@intel.com/
All warnings (new ones prefixed by >>):
In file included from drivers/gpu/drm/pl111/pl111_display.c:18:
>> include/drm/drm_fb_dma_helper.h:23:46: warning: 'struct drm_plane' declared inside parameter list will not be visible outside of this definition or declaration
23 | void drm_panic_gem_set_scanout_buffer(struct drm_plane *plane,
| ^~~~~~~~~
vim +23 include/drm/drm_fb_dma_helper.h
11
12 struct drm_gem_dma_object *drm_fb_dma_get_gem_obj(struct drm_framebuffer *fb,
13 unsigned int plane);
14
15 dma_addr_t drm_fb_dma_get_gem_addr(struct drm_framebuffer *fb,
16 struct drm_plane_state *state,
17 unsigned int plane);
18
19 void drm_fb_dma_sync_non_coherent(struct drm_device *drm,
20 struct drm_plane_state *old_state,
21 struct drm_plane_state *state);
22
> 23 void drm_panic_gem_set_scanout_buffer(struct drm_plane *plane,
24 struct drm_framebuffer *fb);
25
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
More information about the dri-devel
mailing list