Hi Melissa, kernel test robot noticed the following build errors:
[auto build test ERROR on drm-misc/drm-misc-next] [also build test ERROR on linus/master v7.0-rc4 next-20260318] [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/Melissa-Wen/drm-atomic-track-individual-colorop-updates/20260319-023607 base: https://gitlab.freedesktop.org/drm/misc/kernel.git drm-misc-next patch link: https://lore.kernel.org/r/20260318162348.299807-2-mwen%40igalia.com patch subject: [PATCH 1/2] drm/atomic: track individual colorop updates config: arc-randconfig-002-20260319 (https://download.01.org/0day-ci/archive/20260319/[email protected]/config) compiler: arc-linux-gcc (GCC) 13.4.0 reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20260319/[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 >>): In file included from drivers/gpu/drm/msm/msm_atomic.c:7: >> include/drm/drm_atomic_uapi.h:53:1: error: unknown type name 'bool' 53 | bool drm_atomic_set_colorop_for_plane(struct drm_plane_state *plane_state, | ^~~~ include/drm/drm_atomic_uapi.h:1:1: note: 'bool' is defined in header '<stdbool.h>'; did you forget to '#include <stdbool.h>'? +++ |+#include <stdbool.h> 1 | /* vim +/bool +53 include/drm/drm_atomic_uapi.h 41 42 int __must_check 43 drm_atomic_set_mode_for_crtc(struct drm_crtc_state *state, 44 const struct drm_display_mode *mode); 45 int __must_check 46 drm_atomic_set_mode_prop_for_crtc(struct drm_crtc_state *state, 47 struct drm_property_blob *blob); 48 int __must_check 49 drm_atomic_set_crtc_for_plane(struct drm_plane_state *plane_state, 50 struct drm_crtc *crtc); 51 void drm_atomic_set_fb_for_plane(struct drm_plane_state *plane_state, 52 struct drm_framebuffer *fb); > 53 bool drm_atomic_set_colorop_for_plane(struct drm_plane_state *plane_state, 54 struct drm_colorop *colorop); 55 int __must_check 56 drm_atomic_set_crtc_for_connector(struct drm_connector_state *conn_state, 57 struct drm_crtc *crtc); 58 -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests/wiki
