[igt-dev] ✗ Fi.CI.BAT: failure for lib/igt_fb: Added XYUV format support for testing (rev8)

Patchwork patchwork at emeril.freedesktop.org
Thu Oct 4 14:27:32 UTC 2018


== Series Details ==

Series: lib/igt_fb: Added XYUV format support for testing (rev8)
URL   : https://patchwork.freedesktop.org/series/48789/
State : failure

== Summary ==

IGT patchset build failed on latest successful build
5f40e617cd9c1e089f4a2d79c53a417d891e3e3c meson.sh: Add support for install/uninstall

ninja: Entering directory `build'
[1/344] Generating version.h with a custom command.
[2/341] Compiling C object 'lib/igt-igt_fb_c at sta/igt_fb.c.o'.
FAILED: lib/igt-igt_fb_c at sta/igt_fb.c.o 
ccache cc  -Ilib/igt-igt_fb_c at sta -Ilib -I../lib -I. -I../ -I../lib/stubs/syscalls -I../include/drm-uapi -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/opt/igt/include -I/opt/igt/include/libdrm -I/usr/include/x86_64-linux-gnu -I/usr/include -I/home/cidrm/kernel_headers/include -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu11 -O0 -g -D_GNU_SOURCE -include config.h -Wno-unused-parameter -Wno-sign-compare -Wno-missing-field-initializers -Wno-clobbered -Wno-type-limits -Wimplicit-fallthrough=0 -fPIC -pthread '-DIGT_DATADIR="/opt/igt/share/igt-gpu-tools"' '-DIGT_SRCDIR="/home/cidrm/igt-gpu-tools/tests"' '-DIGT_LOG_DOMAIN="igt_fb"' -MD -MQ 'lib/igt-igt_fb_c at sta/igt_fb.c.o' -MF 'lib/igt-igt_fb_c at sta/igt_fb.c.o.d' -o 'lib/igt-igt_fb_c at sta/igt_fb.c.o' -c ../lib/igt_fb.c
../lib/igt_fb.c: In function ‘create_bo_for_fb’:
../lib/igt_fb.c:462:6: error: ‘calculated_stride’ undeclared (first use in this function); did you mean ‘calc_plane_stride’?
      calculated_stride * height / sizeof(wchar_t));
      ^~~~~~~~~~~~~~~~~
      calc_plane_stride
../lib/igt_fb.c:462:6: note: each undeclared identifier is reported only once for each function it appears in
../lib/igt_fb.c:462:26: error: ‘height’ undeclared (first use in this function)
      calculated_stride * height / sizeof(wchar_t));
                          ^~~~~~
../lib/igt_fb.c: In function ‘convert_yuv444_to_rgb24’:
../lib/igt_fb.c:1526:64: error: ‘struct fb_convert_blit_upload’ has no member named ‘linear’
  unsigned rgb24_stride = blit->rgb24.stride, xyuv_stride = blit->linear.stride;
                                                                ^~
../lib/igt_fb.c:1527:28: error: ‘struct fb_convert_blit_upload’ has no member named ‘linear’
  uint8_t *buf = malloc(blit->linear.size);
                            ^~
../lib/igt_fb.c:1536:30: error: ‘struct fb_convert_blit_upload’ has no member named ‘linear’
  igt_memcpy_from_wc(buf, blit->linear.map, blit->linear.size);
                              ^~
../lib/igt_fb.c:1536:48: error: ‘struct fb_convert_blit_upload’ has no member named ‘linear’
  igt_memcpy_from_wc(buf, blit->linear.map, blit->linear.size);
                                                ^~
../lib/igt_fb.c:1537:19: error: ‘struct fb_convert_blit_upload’ has no member named ‘linear’
  yuv24 = &buf[blit->linear.offsets[0]];
                   ^~
../lib/igt_fb.c: In function ‘convert_rgb24_to_yuv444’:
../lib/igt_fb.c:1567:24: error: ‘struct fb_convert_blit_upload’ has no member named ‘linear’
  uint8_t *yuv444 = blit->linear.map;
                        ^~
../lib/igt_fb.c:1568:64: error: ‘struct fb_convert_blit_upload’ has no member named ‘linear’
  unsigned rgb24_stride = blit->rgb24.stride, xyuv_stride = blit->linear.stride;
                                                                ^~
../lib/igt_fb.c:1578:16: warning: unused variable ‘v’ [-Wunused-variable]
    float y, u, v;
                ^
../lib/igt_fb.c:1578:13: warning: unused variable ‘u’ [-Wunused-variable]
    float y, u, v;
             ^
../lib/igt_fb.c:1578:10: warning: unused variable ‘y’ [-Wunused-variable]
    float y, u, v;
          ^
ninja: build stopped: subcommand failed.



More information about the igt-dev mailing list