== Series Details == Series: sna: Add XV_COLORSPACE attribute support for sprite Xv adaptors URL : https://patchwork.freedesktop.org/series/25505/ State : failure == Summary == CHK include/config/kernel.release CHK include/generated/uapi/linux/version.h CHK include/generated/utsrelease.h CHK include/generated/bounds.h CHK include/generated/timeconst.h CHK include/generated/asm-offsets.h CALL scripts/checksyscalls.sh CHK scripts/mod/devicetable-offsets.h CHK include/generated/compile.h CHK kernel/config_data.h CC [M] drivers/gpu/drm/i915/intel_display.o drivers/gpu/drm/i915/intel_display.c: In function ‘skl_plane_ctl’: drivers/gpu/drm/i915/intel_display.c:3325:24: error: ‘const struct drm_plane_state’ has no member named ‘color_encoding’ if (plane_state->base.color_encoding == DRM_COLOR_YCBCR_BT709) ^ drivers/gpu/drm/i915/intel_display.c:3325:43: error: ‘DRM_COLOR_YCBCR_BT709’ undeclared (first use in this function) if (plane_state->base.color_encoding == DRM_COLOR_YCBCR_BT709) ^ drivers/gpu/drm/i915/intel_display.c:3325:43: note: each undeclared identifier is reported only once for each function it appears in drivers/gpu/drm/i915/intel_display.c:3328:24: error: ‘const struct drm_plane_state’ has no member named ‘color_range’ if (plane_state->base.color_range == DRM_COLOR_YCBCR_FULL_RANGE) ^ drivers/gpu/drm/i915/intel_display.c:3328:40: error: ‘DRM_COLOR_YCBCR_FULL_RANGE’ undeclared (first use in this function) if (plane_state->base.color_range == DRM_COLOR_YCBCR_FULL_RANGE) ^ drivers/gpu/drm/i915/intel_display.c: In function ‘glk_color_ctl’: drivers/gpu/drm/i915/intel_display.c:3354:24: error: ‘const struct drm_plane_state’ has no member named ‘color_encoding’ if (plane_state->base.color_encoding == DRM_COLOR_YCBCR_BT709) ^ drivers/gpu/drm/i915/intel_display.c:3354:43: error: ‘DRM_COLOR_YCBCR_BT709’ undeclared (first use in this function) if (plane_state->base.color_encoding == DRM_COLOR_YCBCR_BT709) ^ drivers/gpu/drm/i915/intel_display.c:3359:24: error: ‘const struct drm_plane_state’ has no member named ‘color_range’ if (plane_state->base.color_range == DRM_COLOR_YCBCR_FULL_RANGE) ^ drivers/gpu/drm/i915/intel_display.c:3359:40: error: ‘DRM_COLOR_YCBCR_FULL_RANGE’ undeclared (first use in this function) if (plane_state->base.color_range == DRM_COLOR_YCBCR_FULL_RANGE) ^ drivers/gpu/drm/i915/intel_display.c: In function ‘intel_primary_plane_create’: drivers/gpu/drm/i915/intel_display.c:13836:3: error: implicit declaration of function ‘drm_plane_create_color_properties’ [-Werror=implicit-function-declaration] drm_plane_create_color_properties(&primary->base, ^ In file included from ./include/linux/kernel.h:10:0, from ./include/linux/list.h:8, from ./include/linux/dmi.h:4, from drivers/gpu/drm/i915/intel_display.c:27: drivers/gpu/drm/i915/intel_display.c:13837:13: error: ‘DRM_COLOR_YCBCR_BT601’ undeclared (first use in this function) BIT(DRM_COLOR_YCBCR_BT601) | ^ ./include/linux/bitops.h:6:28: note: in definition of macro ‘BIT’ #define BIT(nr) (1UL << (nr)) ^ drivers/gpu/drm/i915/intel_display.c:13838:13: error: ‘DRM_COLOR_YCBCR_BT709’ undeclared (first use in this function) BIT(DRM_COLOR_YCBCR_BT709), ^ ./include/linux/bitops.h:6:28: note: in definition of macro ‘BIT’ #define BIT(nr) (1UL << (nr)) ^ drivers/gpu/drm/i915/intel_display.c:13839:13: error: ‘DRM_COLOR_YCBCR_LIMITED_RANGE’ undeclared (first use in this function) BIT(DRM_COLOR_YCBCR_LIMITED_RANGE) | ^ ./include/linux/bitops.h:6:28: note: in definition of macro ‘BIT’ #define BIT(nr) (1UL << (nr)) ^ drivers/gpu/drm/i915/intel_display.c:13840:13: error: ‘DRM_COLOR_YCBCR_FULL_RANGE’ undeclared (first use in this function) BIT(DRM_COLOR_YCBCR_FULL_RANGE), ^ ./include/linux/bitops.h:6:28: note: in definition of macro ‘BIT’ #define BIT(nr) (1UL << (nr)) ^ cc1: all warnings being treated as errors scripts/Makefile.build:302: recipe for target 'drivers/gpu/drm/i915/intel_display.o' failed make[4]: *** [drivers/gpu/drm/i915/intel_display.o] Error 1 scripts/Makefile.build:561: recipe for target 'drivers/gpu/drm/i915' failed make[3]: *** [drivers/gpu/drm/i915] Error 2 scripts/Makefile.build:561: recipe for target 'drivers/gpu/drm' failed make[2]: *** [drivers/gpu/drm] Error 2 scripts/Makefile.build:561: recipe for target 'drivers/gpu' failed make[1]: *** [drivers/gpu] Error 2 Makefile:1016: recipe for target 'drivers' failed make: *** [drivers] Error 2 _______________________________________________ Intel-gfx mailing list Intel-gfx@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/intel-gfx