✗ Fi.CI.BAT: failure for drm/i915: Display WA #0827 for NV12 to RGB switch

Patchwork patchwork at emeril.freedesktop.org
Fri Jan 12 13:49:11 UTC 2018


== Series Details ==

Series: drm/i915: Display WA #0827 for NV12 to RGB switch
URL   : https://patchwork.freedesktop.org/series/36397/
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
  DESCEND  objtool
  CHK     scripts/mod/devicetable-offsets.h
  CHK     include/generated/compile.h
  CHK     kernel/config_data.h
  AR      drivers/gpu/drm/drm_kms_helper.o
  CC      drivers/gpu/drm/drm_fourcc.o
drivers/gpu/drm/drm_fourcc.c: In function ‘__drm_format_info’:
drivers/gpu/drm/drm_fourcc.c:179:15: error: ‘DRM_FORMAT_V210’ undeclared (first use in this function)
   { .format = DRM_FORMAT_V210,  .depth = 0,  .num_planes = 1, .cpp = { 8, 0, 0 }, .hsub = 2, .vsub = 1 },
               ^~~~~~~~~~~~~~~
drivers/gpu/drm/drm_fourcc.c:179:15: note: each undeclared identifier is reported only once for each function it appears in
drivers/gpu/drm/drm_fourcc.c:180:15: error: ‘DRM_FORMAT_V212’ undeclared (first use in this function)
   { .format = DRM_FORMAT_V212,  .depth = 0,  .num_planes = 1, .cpp = { 8, 0, 0 }, .hsub = 2, .vsub = 1 },
               ^~~~~~~~~~~~~~~
drivers/gpu/drm/drm_fourcc.c:181:15: error: ‘DRM_FORMAT_V216’ undeclared (first use in this function)
   { .format = DRM_FORMAT_V216,  .depth = 0,  .num_planes = 1, .cpp = { 8, 0, 0 }, .hsub = 2, .vsub = 1 },
               ^~~~~~~~~~~~~~~
scripts/Makefile.build:310: recipe for target 'drivers/gpu/drm/drm_fourcc.o' failed
make[3]: *** [drivers/gpu/drm/drm_fourcc.o] Error 1
scripts/Makefile.build:569: recipe for target 'drivers/gpu/drm' failed
make[2]: *** [drivers/gpu/drm] Error 2
scripts/Makefile.build:569: recipe for target 'drivers/gpu' failed
make[1]: *** [drivers/gpu] Error 2
Makefile:1015: recipe for target 'drivers' failed
make: *** [drivers] Error 2



More information about the Intel-gfx-trybot mailing list