[PATCH v2 1/2] drm/vmwgfx: Refactor cursor handling
kernel test robot
lkp at intel.com
Fri Mar 7 11:15:04 UTC 2025
Hi Zack,
kernel test robot noticed the following build errors:
[auto build test ERROR on drm-exynos/exynos-drm-next]
[also build test ERROR on linus/master v6.14-rc5 next-20250306]
[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/Zack-Rusin/drm-vmwgfx-Refactor-cursor-handling/20250306-121451
base: https://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos.git exynos-drm-next
patch link: https://lore.kernel.org/r/20250306041222.2776379-2-zack.rusin%40broadcom.com
patch subject: [PATCH v2 1/2] drm/vmwgfx: Refactor cursor handling
config: arm64-randconfig-003-20250307 (https://download.01.org/0day-ci/archive/20250307/202503071951.dBYmEILU-lkp@intel.com/config)
compiler: aarch64-linux-gcc (GCC) 14.2.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20250307/202503071951.dBYmEILU-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/202503071951.dBYmEILU-lkp@intel.com/
All errors (new ones prefixed by >>):
>> drivers/gpu/drm/vmwgfx/vmwgfx_cursor_plane.c:19:10: fatal error: asm/page_types.h: No such file or directory
19 | #include <asm/page_types.h>
| ^~~~~~~~~~~~~~~~~~
compilation terminated.
vim +19 drivers/gpu/drm/vmwgfx/vmwgfx_cursor_plane.c
15
16 #include "drm/drm_atomic.h"
17 #include "drm/drm_atomic_helper.h"
18 #include "drm/drm_plane.h"
> 19 #include <asm/page_types.h>
20
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
More information about the dri-devel
mailing list