From: Patchwork <patchwork@emeril.freedesktop.org>
To: Stanislav Lisovskiy <stanislav.lisovskiy@intel.com>
Cc: igt-dev@lists.freedesktop.org
Subject: [igt-dev] ✗ Fi.CI.BAT: failure for lib/igt_fb: Added XYUV format support for testing (rev8)
Date: Thu, 04 Oct 2018 14:27:32 -0000 [thread overview]
Message-ID: <20181004142732.9497.2872@emeril.freedesktop.org> (raw)
In-Reply-To: <20181004125347.7645-1-stanislav.lisovskiy@intel.com>
== 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@sta/igt_fb.c.o'.
FAILED: lib/igt-igt_fb_c@sta/igt_fb.c.o
ccache cc -Ilib/igt-igt_fb_c@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@sta/igt_fb.c.o' -MF 'lib/igt-igt_fb_c@sta/igt_fb.c.o.d' -o 'lib/igt-igt_fb_c@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.
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev
prev parent reply other threads:[~2018-10-04 14:27 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-10-04 12:53 [igt-dev] [PATCH i-g-t v8] lib/igt_fb: Added XYUV format support for testing Stanislav Lisovskiy
2018-10-04 14:27 ` Patchwork [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20181004142732.9497.2872@emeril.freedesktop.org \
--to=patchwork@emeril.freedesktop.org \
--cc=igt-dev@lists.freedesktop.org \
--cc=stanislav.lisovskiy@intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox