Building intel-ddx from GIT HEAD breaks here with LLVM v3.4.2 like this... ... intel_driver.c:1182:2: error: implicit declaration of function 'intel_sync_close' is invalid in C99 [-Werror,-Wimplicit-function-declaration] intel_sync_close(screen); ^ In file included from intel_uxa.c:44: ./intel_glamor.h:92:1: warning: unused function 'intel_glamor_fd_from_pixmap' [-Wunused-function] intel_glamor_fd_from_pixmap(ScreenPtr screen, ^ intel_driver.c:1182:2: note: did you mean 'intel_mode_close'? ./intel.h:356:13: note: 'intel_mode_close' declared here extern void intel_mode_close(intel_screen_private *intel); ^ ... Please have a look at the full build-log. Thanks. - Sedat - P:S:: GIT HEAD is here... commit 48f6406a62c06a09b173d82b8eb79761188ff717 ("Use intel_uxa.h in all uxa-specific files") P.S.S.: FYI... v2.99.916 is OK.
autoreconf: Entering directory `.' autoreconf: configure.ac: not using Gettext autoreconf: running: aclocal ${ACLOCAL_FLAGS} -I m4 autoreconf: configure.ac: tracing autoreconf: running: libtoolize --install --copy libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, `.'. libtoolize: copying file `./config.guess' libtoolize: copying file `./config.sub' libtoolize: copying file `./install-sh' libtoolize: copying file `./ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'. libtoolize: copying file `m4/libtool.m4' libtoolize: copying file `m4/ltoptions.m4' libtoolize: copying file `m4/ltsugar.m4' libtoolize: copying file `m4/ltversion.m4' libtoolize: copying file `m4/lt~obsolete.m4' autoreconf: running: /usr/bin/autoconf autoreconf: running: /usr/bin/autoheader autoreconf: running: automake --add-missing --copy --no-force configure.ac:35: installing `./missing' libobj/Makefile.am: installing `./depcomp' autoreconf: Leaving directory `.' checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for style of include used by make... GNU checking for gcc... clang checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether clang accepts -g... yes checking for clang option to accept ISO C89... none needed checking dependency style of clang... gcc3 checking for clang option to accept ISO C99... none needed checking how to run the C preprocessor... clang-cpp checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking whether __clang__ is declared... yes checking whether __INTEL_COMPILER is declared... no checking whether __SUNPRO_C is declared... no checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking build system type... x86_64-unknown-linux-gnu checking host system type... x86_64-unknown-linux-gnu checking for a sed that does not truncate output... /bin/sed checking if clang supports -Werror=unknown-warning-option... yes checking if clang supports -Werror=unused-command-line-argument... yes checking if clang supports -Wall... yes checking if clang supports -Wpointer-arith... yes checking if clang supports -Wmissing-declarations... yes checking if clang supports -Wformat=2... yes checking if clang supports -Wstrict-prototypes... yes checking if clang supports -Wmissing-prototypes... yes checking if clang supports -Wnested-externs... yes checking if clang supports -Wbad-function-cast... yes checking if clang supports -Wold-style-definition... yes checking if clang supports -Wdeclaration-after-statement... yes checking if clang supports -Wunused... yes checking if clang supports -Wuninitialized... yes checking if clang supports -Wshadow... yes checking if clang supports -Wcast-qual... yes checking if clang supports -Wmissing-noreturn... yes checking if clang supports -Wmissing-format-attribute... yes checking if clang supports -Wredundant-decls... yes checking if clang supports -Werror=implicit... yes checking if clang supports -Werror=nonnull... yes checking if clang supports -Werror=init-self... yes checking if clang supports -Werror=main... yes checking if clang supports -Werror=missing-braces... yes checking if clang supports -Werror=sequence-point... yes checking if clang supports -Werror=return-type... yes checking if clang supports -Werror=trigraphs... yes checking if clang supports -Werror=array-bounds... yes checking if clang supports -Werror=write-strings... yes checking if clang supports -Werror=address... yes checking if clang supports -Werror=int-to-pointer-cast... yes checking if clang supports -Werror=pointer-to-int-cast... yes checking if clang supports -pedantic... yes checking if clang supports -Werror... yes checking if clang supports -Werror=attributes... yes checking whether make supports nested variables... yes checking if clang supports -Wno-cast-qual... yes checking if clang supports -Wno-redundant-decls... yes checking if clang supports -Wno-maybe-uninitialized... no checking how to print strings... printf checking for a sed that does not truncate output... (cached) /bin/sed checking for fgrep... /bin/grep -F checking for ld used by clang... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 1572864 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop checking for /usr/bin/ld option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for ar... ar checking for archiver @FILE support... @ checking for strip... strip checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from clang object... ok checking for sysroot... no checking for mt... mt checking if mt is a manifest tool... no checking for dlfcn.h... yes checking for objdir... .libs checking if clang supports -fno-rtti -fno-exceptions... yes checking for clang option to produce PIC... -fPIC -DPIC checking if clang PIC flag -fPIC -DPIC works... yes checking if clang static flag -static works... yes checking if clang supports -c -o file.o... yes checking if clang supports -c -o file.o... (cached) yes checking whether the clang linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking for strlcpy... no checking for strlcat... no checking for strndup... yes checking for native atomic primitives... Intel checking for UDEV... yes checking for X11... yes checking sys/ipc.h usability... yes checking sys/ipc.h presence... yes checking for sys/ipc.h... yes checking for sys/ipc.h... (cached) yes checking for X11/extensions/XShm.h... yes checking for X11/extensions/shmproto.h... yes checking for X11/extensions/shmstr.h... yes checking whether shmctl IPC_RMID allows subsequent attaches... yes checking for X11_DRI3... yes checking for IVO_EXTRA... yes checking for X11/extensions/Xinerama.h... yes checking for IVO_EXTRA... yes checking for IVO... yes checking sys/timerfd.h usability... yes checking sys/timerfd.h presence... yes checking for sys/timerfd.h... yes checking whether to build additional tools... auto checking if RANDR is defined... yes checking if RENDER is defined... yes checking if DPMSExtension is defined... yes checking for DRM... yes checking for PCIACCESS... yes checking sys/sysinfo.h usability... yes checking sys/sysinfo.h presence... yes checking for sys/sysinfo.h... yes checking for struct sysinfo.totalram... yes checking for DRMINTEL... yes checking for XORG... yes checking vgaHW.h usability... yes checking vgaHW.h presence... yes checking for vgaHW.h... yes checking xaa.h usability... no checking xaa.h presence... no checking for xaa.h... no checking whether to include XAA support... no checking for dgaproc.h... yes checking whether to include DGA support... yes checking if XF86DRI is defined... yes checking whether to include DRI1 support... no checking for DRI2... yes checking for dri2.h... yes checking if DRI3 is defined... no checking whether to include DRI2 support... auto checking whether to include DRI3 support... no checking X11/extensions/dpmsconst.h usability... yes checking X11/extensions/dpmsconst.h presence... yes checking for X11/extensions/dpmsconst.h... yes checking if PRESENT is defined... no checking whether to include PRESENT support... no checking whether to include UXA support... yes checking whether to include GLAMOR support... no checking whether to include SNA support... auto checking for XVMCLIB... yes checking whether to include XvMC support... yes checking which acceleration method to use by default... sna checking for library containing clock_gettime... -lrt checking for VALGRIND... yes checking whether to include valgrind support... yes (auto) checking for getline... yes configure: creating ./config.status config.status: creating Makefile config.status: creating man/Makefile config.status: creating libobj/Makefile config.status: creating src/Makefile config.status: creating src/legacy/Makefile config.status: creating src/legacy/i810/Makefile config.status: creating src/legacy/i810/xvmc/Makefile config.status: creating src/render_program/Makefile config.status: creating src/sna/Makefile config.status: creating src/sna/brw/Makefile config.status: creating src/sna/fb/Makefile config.status: creating src/uxa/Makefile config.status: creating xvmc/Makefile config.status: creating xvmc/shader/Makefile config.status: creating xvmc/shader/mc/Makefile config.status: creating xvmc/shader/vld/Makefile config.status: creating test/Makefile config.status: creating tools/Makefile config.status: creating tools/org.x.xf86-video-intel.backlight-helper.policy config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands xf86-video-intel Open-source X.org graphics driver for Intel graphics https://01.org/linuxgraphics/ What is xf86-video-intel ------------------------ The xf86-video-intel module is an open-source 2D graphics driver for the X Window System as implemented by X.org. It supports a variety of Intel graphics chipsets including: i810/i810e/i810-dc100,i815, i830M,845G,852GM,855GM,865G, 915G/GM,945G/GM/GME,946GZ G/GM/GME/Q965, G/Q33,G/Q35,G41,G/Q43,G/GM/Q45 PineView-M (Atom N400 series) PineView-D (Atom D400/D500 series) Intel(R) HD Graphics: 2000-6000, Intel(R) Iris(TM) Graphics: 5100/6100, and Intel(R) Iris(TM) Pro Graphics: 5200/6200/P6300. Where to get more information about the driver ---------------------------------------------- The primary source of information about this and other open-source drivers for Intel graphics is: https://01.org/linuxgraphics/ Documentation specific to the xf86-video-intel driver including possible configuration options for the xorg.conf file can be found in the intel(4) manual page. After installing the driver this documentation can be read with the following command: man intel Mailing list for communication with users and developers of xf86-video-intel: intel-gfx@xxxxxxxxxxxxxxxxxxxxx Note: Subscription is required before posting, but anyone is free to subscribe. See instructions (and archives) here: http://lists.freedesktop.org/mailman/listinfo/intel-gfx To report bugs encountered with the driver, see: https://01.org/linuxgraphics/documentation/how-report-bugs To see bugs that are targeted to be fixed in the next release: https://bugs.freedesktop.org/show_bug.cgi?id=intel-2d-release xf86-video-intel 2.99.916 will be compiled with: Xorg Video ABI version: 15.0 Acceleration backends: none *sna uxa Additional debugging support? valgrind Support for Kernel Mode Setting? yes Support for legacy User Mode Setting (for i810)? yes Support for Direct Rendering Infrastructure: DRI2 Support for Xv motion compensation (XvMC and libXvMC): yes Build additional tools and utilities? xf86-video-intel-backlight-helper intel-virtual-output Experimental support: TearFree make all-recursive make[1]: Entering directory `/home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git' Making all in man make[2]: Entering directory `/home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git/man' GEN intel.4 make[2]: Leaving directory `/home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git/man' Making all in libobj make[2]: Entering directory `/home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git/libobj' CC ignore.lo CCLD libcompat.la make[2]: Leaving directory `/home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git/libobj' Making all in xvmc make[2]: Entering directory `/home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git/xvmc' Making all in shader make[3]: Entering directory `/home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git/xvmc/shader' Making all in mc make[4]: Entering directory `/home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git/xvmc/shader/mc' make all-am make[5]: Entering directory `/home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git/xvmc/shader/mc' make[5]: Nothing to be done for `all-am'. make[5]: Leaving directory `/home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git/xvmc/shader/mc' make[4]: Leaving directory `/home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git/xvmc/shader/mc' Making all in vld make[4]: Entering directory `/home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git/xvmc/shader/vld' make all-am make[5]: Entering directory `/home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git/xvmc/shader/vld' make[5]: Nothing to be done for `all-am'. make[5]: Leaving directory `/home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git/xvmc/shader/vld' make[4]: Leaving directory `/home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git/xvmc/shader/vld' make[4]: Entering directory `/home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git/xvmc/shader' make[4]: Nothing to be done for `all-am'. make[4]: Leaving directory `/home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git/xvmc/shader' make[3]: Leaving directory `/home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git/xvmc/shader' make[3]: Entering directory `/home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git/xvmc' CC intel_xvmc.lo CC intel_xvmc_dump.lo CC i965_xvmc.lo CC i915_xvmc.lo CC xvmc_vld.lo CC intel_batchbuffer.lo i965_xvmc.c:737:16: warning: assigning to 'unsigned short *' from 'short *' converts between pointers to integer types with different sign [-Wpointer-sign] mb_block_ptr = &blocks->blocks[(mb->index << 6)]; ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ xvmc_vld.c:1083:16: warning: assigning to 'unsigned short *' from 'short *' converts between pointers to integer types with different sign [-Wpointer-sign] mb_block_ptr = &blocks->blocks[(mb->index << 6)]; ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1 warning generated. 1 warning generated. CCLD libIntelXvMC.la make[3]: Leaving directory `/home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git/xvmc' make[2]: Leaving directory `/home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git/xvmc' Making all in src make[2]: Entering directory `/home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git/src' Making all in render_program make[3]: Entering directory `/home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git/src/render_program' make all-am make[4]: Entering directory `/home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git/src/render_program' make[4]: Nothing to be done for `all-am'. make[4]: Leaving directory `/home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git/src/render_program' make[3]: Leaving directory `/home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git/src/render_program' Making all in legacy make[3]: Entering directory `/home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git/src/legacy' Making all in i810 make[4]: Entering directory `/home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git/src/legacy/i810' Making all in xvmc make[5]: Entering directory `/home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git/src/legacy/i810/xvmc' CC I810XvMC.lo I810XvMC.c:4315:42: warning: initializing 'char *' with an expression of type 'const char [12]' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] {XvGettable | XvSettable, 0, 0xffffff, "XV_COLORKEY"}, ^~~~~~~~~~~~~ I810XvMC.c:4316:41: warning: initializing 'char *' with an expression of type 'const char [14]' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] {XvGettable | XvSettable, -127, +127, "XV_BRIGHTNESS"}, ^~~~~~~~~~~~~~~ I810XvMC.c:4317:39: warning: initializing 'char *' with an expression of type 'const char [12]' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] {XvGettable | XvSettable, 0, 0x1ff, "XV_CONTRAST"}, ^~~~~~~~~~~~~ I810XvMC.c:4318:39: warning: initializing 'char *' with an expression of type 'const char [14]' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] {XvGettable | XvSettable, 0, 0x3ff, "XV_SATURATION"} ^~~~~~~~~~~~~~~ 4 warnings generated. CCLD libI810XvMC.la make[5]: Leaving directory `/home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git/src/legacy/i810/xvmc' make[5]: Entering directory `/home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git/src/legacy/i810' CC i810_accel.lo CC i810_cursor.lo CC i810_memory.lo CC i810_driver.lo CC i810_video.lo i810_video.c:191:4: warning: initializing 'char *' with an expression of type 'const char [9]' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] "XV_IMAGE", ^~~~~~~~~~ i810_video.c:208:48: warning: initializing 'char *' with an expression of type 'const char [12]' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] {XvSettable | XvGettable, 0, (1 << 24) - 1, "XV_COLORKEY"}, ^~~~~~~~~~~~~ i810_video.c:209:41: warning: initializing 'char *' with an expression of type 'const char [14]' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] {XvSettable | XvGettable, -128, 127, "XV_BRIGHTNESS"}, ^~~~~~~~~~~~~~~ i810_video.c:210:38: warning: initializing 'char *' with an expression of type 'const char [12]' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] {XvSettable | XvGettable, 0, 255, "XV_CONTRAST"} ^~~~~~~~~~~~~ i810_video.c:383:17: warning: assigning to 'char *' from 'const char [19]' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] adapt->name = "I810 Video Overlay"; ^ ~~~~~~~~~~~~~~~~~~~~ CC i810_wmark.lo 5 warnings generated. CC i810_dga.lo i810_driver.c:1889:12: warning: unused variable 'pI810' [-Wunused-variable] I810Ptr pI810 = I810PTR(scrn); ^ 1 warning generated. CCLD liblegacy-i810.la make[5]: Leaving directory `/home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git/src/legacy/i810' make[4]: Leaving directory `/home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git/src/legacy/i810' make[4]: Entering directory `/home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git/src/legacy' CCLD liblegacy.la make[4]: Leaving directory `/home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git/src/legacy' make[3]: Leaving directory `/home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git/src/legacy' Making all in sna make[3]: Entering directory `/home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git/src/sna' Making all in brw make[4]: Entering directory `/home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git/src/sna/brw' CC brw_disasm.lo CC brw_eu.lo CC brw_eu_emit.lo CC brw_wm.lo CC brw_sf.lo CC brw_test.o CC brw_test_gen4.o CC brw_test_gen5.o CC brw_test_gen6.o CC brw_test_gen7.o CCLD libbrw.la brw_test_gen4.c:54:23: warning: unused variable 'ps_kernel_maskca_affine' [-Wunused-const-variable] static const uint32_t ps_kernel_maskca_affine[][4] = { ^ brw_test_gen4.c:64:23: warning: unused variable 'ps_kernel_maskca_projective' [-Wunused-const-variable] static const uint32_t ps_kernel_maskca_projective[][4] = { ^ brw_test_gen4.c:74:23: warning: unused variable 'ps_kernel_maskca_srcalpha_affine' [-Wunused-const-variable] static const uint32_t ps_kernel_maskca_srcalpha_affine[][4] = { ^ brw_test_gen4.c:84:23: warning: unused variable 'ps_kernel_maskca_srcalpha_projective' [-Wunused-const-variable] static const uint32_t ps_kernel_maskca_srcalpha_projective[][4] = { ^ brw_test_gen4.c:104:23: warning: unused variable 'ps_kernel_masknoca_projective' [-Wunused-const-variable] static const uint32_t ps_kernel_masknoca_projective[][4] = { ^ brw_test_gen4.c:114:23: warning: unused variable 'ps_kernel_packed_static' [-Wunused-const-variable] static const uint32_t ps_kernel_packed_static[][4] = { ^ brw_test_gen4.c:122:23: warning: unused variable 'ps_kernel_planar_static' [-Wunused-const-variable] static const uint32_t ps_kernel_planar_static[][4] = { ^ 7 warnings generated. brw_test_gen5.c:64:23: warning: unused variable 'ps_kernel_maskca_projective' [-Wunused-const-variable] static const uint32_t ps_kernel_maskca_projective[][4] = { ^ brw_test_gen5.c:74:23: warning: unused variable 'ps_kernel_maskca_srcalpha_affine' [-Wunused-const-variable] static const uint32_t ps_kernel_maskca_srcalpha_affine[][4] = { ^ brw_test_gen5.c:84:23: warning: unused variable 'ps_kernel_maskca_srcalpha_projective' [-Wunused-const-variable] static const uint32_t ps_kernel_maskca_srcalpha_projective[][4] = { ^ brw_test_gen5.c:104:23: warning: unused variable 'ps_kernel_masknoca_projective' [-Wunused-const-variable] static const uint32_t ps_kernel_masknoca_projective[][4] = { ^ brw_test_gen5.c:114:23: warning: unused variable 'ps_kernel_packed_static' [-Wunused-const-variable] static const uint32_t ps_kernel_packed_static[][4] = { ^ brw_test_gen5.c:122:23: warning: unused variable 'ps_kernel_planar_static' [-Wunused-const-variable] static const uint32_t ps_kernel_planar_static[][4] = { ^ 6 warnings generated. brw_test_gen6.c:44:23: warning: unused variable 'ps_kernel_maskca_affine' [-Wunused-const-variable] static const uint32_t ps_kernel_maskca_affine[][4] = { ^ brw_test_gen6.c:53:23: warning: unused variable 'ps_kernel_maskca_projective' [-Wunused-const-variable] static const uint32_t ps_kernel_maskca_projective[][4] = { ^ brw_test_gen6.c:62:23: warning: unused variable 'ps_kernel_maskca_srcalpha_affine' [-Wunused-const-variable] static const uint32_t ps_kernel_maskca_srcalpha_affine[][4] = { ^ brw_test_gen6.c:71:23: warning: unused variable 'ps_kernel_maskca_srcalpha_projective' [-Wunused-const-variable] static const uint32_t ps_kernel_maskca_srcalpha_projective[][4] = { ^ brw_test_gen6.c:89:23: warning: unused variable 'ps_kernel_masknoca_projective' [-Wunused-const-variable] static const uint32_t ps_kernel_masknoca_projective[][4] = { ^ brw_test_gen6.c:98:23: warning: unused variable 'ps_kernel_packed' [-Wunused-const-variable] static const uint32_t ps_kernel_packed[][4] = { ^ brw_test_gen6.c:105:23: warning: unused variable 'ps_kernel_planar' [-Wunused-const-variable] static const uint32_t ps_kernel_planar[][4] = { ^ 7 warnings generated. brw_test_gen7.c:53:23: warning: unused variable 'ps_kernel_maskca_projective' [-Wunused-const-variable] static const uint32_t ps_kernel_maskca_projective[][4] = { ^ brw_test_gen7.c:71:23: warning: unused variable 'ps_kernel_maskca_srcalpha_projective' [-Wunused-const-variable] static const uint32_t ps_kernel_maskca_srcalpha_projective[][4] = { ^ brw_test_gen7.c:89:23: warning: unused variable 'ps_kernel_masknoca_projective' [-Wunused-const-variable] static const uint32_t ps_kernel_masknoca_projective[][4] = { ^ brw_test_gen7.c:98:23: warning: unused variable 'ps_kernel_packed' [-Wunused-const-variable] static const uint32_t ps_kernel_packed[][4] = { ^ brw_test_gen7.c:105:23: warning: unused variable 'ps_kernel_planar' [-Wunused-const-variable] static const uint32_t ps_kernel_planar[][4] = { ^ 5 warnings generated. CCLD brw_test make[4]: Leaving directory `/home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git/src/sna/brw' Making all in fb make[4]: Entering directory `/home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git/src/sna/fb' CC libfb_la-fbarc.lo CC libfb_la-fbblt.lo CC libfb_la-fbbltone.lo CC libfb_la-fbbitmap.lo CC libfb_la-fbclip.lo CC libfb_la-fbcopy.lo CC libfb_la-fbfill.lo CC libfb_la-fbgc.lo CC libfb_la-fbglyph.lo CC libfb_la-fbimage.lo CC libfb_la-fbline.lo CC libfb_la-fbpict.lo CC libfb_la-fbpoint.lo CC libfb_la-fbpush.lo CC libfb_la-fbseg.lo CC libfb_la-fbspan.lo CC libfb_la-fbstipple.lo CC libfb_la-fbtile.lo CC libfb_la-fbutil.lo CCLD libfb.la make[4]: Leaving directory `/home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git/src/sna/fb' make[4]: Entering directory `/home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git/src/sna' CC blt.lo CC kgem.lo CC sna_accel.lo CC sna_blt.lo CC sna_acpi.lo CC sna_composite.lo kgem.c:2151:22: warning: variable 'bo' is uninitialized when used here [-Wuninitialized] list_for_each_entry(bo, &kgem->snoop, list) { ^~ ../../src/intel_list.h:329:45: note: expanded from macro 'list_for_each_entry' for (pos = __container_of((head)->next, pos, member); \ ^ ../../src/intel_list.h:310:20: note: expanded from macro '__container_of' - ((char *)&(sample)->member - (char *)(sample))) ^ kgem.c:2136:20: note: initialize the variable 'bo' to silence this warning struct kgem_bo *bo, *first = NULL; ^ = NULL kgem.c:2400:27: warning: variable 'bo' is uninitialized when used here [-Wuninitialized] list_for_each_entry_safe(bo, next, &kgem->flushing, request) { ^~ ../../src/intel_list.h:346:45: note: expanded from macro 'list_for_each_entry_safe' for (pos = __container_of((head)->next, pos, member), \ ^ ../../src/intel_list.h:310:20: note: expanded from macro '__container_of' - ((char *)&(sample)->member - (char *)(sample))) ^ kgem.c:2397:20: note: initialize the variable 'bo' to silence this warning struct kgem_bo *bo, *next; ^ = NULL kgem.c:2612:22: warning: variable 'bo' is uninitialized when used here [-Wuninitialized] list_for_each_entry(bo, &kgem->active_buffers, base.list) ^~ ../../src/intel_list.h:329:45: note: expanded from macro 'list_for_each_entry' for (pos = __container_of((head)->next, pos, member); \ ^ ../../src/intel_list.h:310:20: note: expanded from macro '__container_of' - ((char *)&(sample)->member - (char *)(sample))) ^ kgem.c:2610:24: note: initialize the variable 'bo' to silence this warning struct kgem_buffer *bo; ^ = NULL kgem.c:2626:27: warning: variable 'bo' is uninitialized when used here [-Wuninitialized] list_for_each_entry_safe(bo, next, &rq->buffers, request) { ^~ ../../src/intel_list.h:346:45: note: expanded from macro 'list_for_each_entry_safe' for (pos = __container_of((head)->next, pos, member), \ ^ ../../src/intel_list.h:310:20: note: expanded from macro '__container_of' - ((char *)&(sample)->member - (char *)(sample))) ^ kgem.c:2622:20: note: initialize the variable 'bo' to silence this warning struct kgem_bo *bo, *next; ^ = NULL kgem.c:2711:27: warning: variable 'bo' is uninitialized when used here [-Wuninitialized] list_for_each_entry_safe(bo, next, &kgem->batch_buffers, base.list) { ^~ ../../src/intel_list.h:346:45: note: expanded from macro 'list_for_each_entry_safe' for (pos = __container_of((head)->next, pos, member), \ ^ ../../src/intel_list.h:310:20: note: expanded from macro '__container_of' - ((char *)&(sample)->member - (char *)(sample))) ^ kgem.c:2709:24: note: initialize the variable 'bo' to silence this warning struct kgem_buffer *bo, *next; ^ = NULL kgem.c:3332:26: warning: variable 'bo' is uninitialized when used here [-Wuninitialized] list_for_each_entry(bo, &kgem->next_request->buffers, request) { ^~ ../../src/intel_list.h:329:45: note: expanded from macro 'list_for_each_entry' for (pos = __container_of((head)->next, pos, member); \ ^ ../../src/intel_list.h:310:20: note: expanded from macro '__container_of' - ((char *)&(sample)->member - (char *)(sample))) ^ kgem.c:3330:24: note: initialize the variable 'bo' to silence this warning struct kgem_bo *bo, *found = NULL; ^ = NULL kgem.c:3812:23: warning: variable 'bo' is uninitialized when used here [-Wuninitialized] list_for_each_entry(bo, cache, vma) { ^~ ../../src/intel_list.h:329:45: note: expanded from macro 'list_for_each_entry' for (pos = __container_of((head)->next, pos, member); \ ^ ../../src/intel_list.h:310:20: note: expanded from macro '__container_of' - ((char *)&(sample)->member - (char *)(sample))) ^ kgem.c:3717:20: note: initialize the variable 'bo' to silence this warning struct kgem_bo *bo, *first = NULL; ^ = NULL kgem.c:4505:31: warning: variable 'bo' is uninitialized when used here [-Wuninitialized] list_for_each_entry_reverse(bo, &kgem->scanout, list) { ^~ ../../src/intel_list.h:334:45: note: expanded from macro 'list_for_each_entry_reverse' for (pos = __container_of((head)->prev, pos, member); \ ^ ../../src/intel_list.h:310:20: note: expanded from macro '__container_of' - ((char *)&(sample)->member - (char *)(sample))) ^ kgem.c:4474:20: note: initialize the variable 'bo' to silence this warning struct kgem_bo *bo; ^ = NULL kgem.c:6241:22: warning: variable 'bo' is uninitialized when used here [-Wuninitialized] list_for_each_entry(bo, buffers, request) { ^~ ../../src/intel_list.h:329:45: note: expanded from macro 'list_for_each_entry' for (pos = __container_of((head)->next, pos, member); \ ^ ../../src/intel_list.h:310:20: note: expanded from macro '__container_of' - ((char *)&(sample)->member - (char *)(sample))) ^ kgem.c:6239:20: note: initialize the variable 'bo' to silence this warning struct kgem_bo *bo; ^ = NULL kgem.c:6532:22: warning: variable 'bo' is uninitialized when used here [-Wuninitialized] list_for_each_entry(bo, &kgem->batch_buffers, base.list) { ^~ ../../src/intel_list.h:329:45: note: expanded from macro 'list_for_each_entry' for (pos = __container_of((head)->next, pos, member); \ ^ ../../src/intel_list.h:310:20: note: expanded from macro '__container_of' - ((char *)&(sample)->member - (char *)(sample))) ^ kgem.c:6518:24: note: initialize the variable 'bo' to silence this warning struct kgem_buffer *bo; ^ = NULL CC sna_cpu.lo CC sna_damage.lo 10 warnings generated. CC sna_display.lo sna_accel.c:17101:27: warning: variable 'dirty' is uninitialized when used here [-Wuninitialized] xorg_list_for_each_entry(dirty, &screen->pixmap_dirty_list, ent) { ^~~~~ /usr/include/xorg/list.h:308:45: note: expanded from macro 'xorg_list_for_each_entry' for (pos = __container_of((head)->next, pos, member); \ ^ ../../src/intel_list.h:310:20: note: expanded from macro '__container_of' - ((char *)&(sample)->member - (char *)(sample))) ^ sna_accel.c:17099:28: note: initialize the variable 'dirty' to silence this warning PixmapDirtyUpdatePtr dirty; ^ = NULL sna_accel.c:17250:27: warning: variable 'dirty' is uninitialized when used here [-Wuninitialized] xorg_list_for_each_entry(dirty, &screen->pixmap_dirty_list, ent) { ^~~~~ /usr/include/xorg/list.h:308:45: note: expanded from macro 'xorg_list_for_each_entry' for (pos = __container_of((head)->next, pos, member); \ ^ ../../src/intel_list.h:310:20: note: expanded from macro '__container_of' - ((char *)&(sample)->member - (char *)(sample))) ^ sna_accel.c:17247:28: note: initialize the variable 'dirty' to silence this warning PixmapDirtyUpdatePtr dirty; ^ = NULL sna_accel.c:17500:32: warning: variable 'dirty' is uninitialized when used here [-Wuninitialized] xorg_list_for_each_entry_safe(dirty, safe, &screen->pixmap_dirty_list, ent) { ^~~~~ /usr/include/xorg/list.h:320:45: note: expanded from macro 'xorg_list_for_each_entry_safe' for (pos = __container_of((head)->next, pos, member), \ ^ ../../src/intel_list.h:310:20: note: expanded from macro '__container_of' - ((char *)&(sample)->member - (char *)(sample))) ^ sna_accel.c:17498:28: note: initialize the variable 'dirty' to silence this warning PixmapDirtyUpdatePtr dirty, safe; ^ = NULL sna_damage.c:226:22: warning: variable 'iter' is uninitialized when used here [-Wuninitialized] list_for_each_entry(iter, &damage->embedded_box.list, list) ^~~~ ../../src/intel_list.h:329:45: note: expanded from macro 'list_for_each_entry' for (pos = __container_of((head)->next, pos, member); \ ^ ../../src/intel_list.h:310:20: note: expanded from macro '__container_of' - ((char *)&(sample)->member - (char *)(sample))) ^ sna_damage.c:218:29: note: initialize the variable 'iter' to silence this warning struct sna_damage_box *iter; ^ = NULL CC sna_display_fake.lo sna_damage.c:1818:22: warning: variable 'iter' is uninitialized when used here [-Wuninitialized] list_for_each_entry(iter, &damage->embedded_box.list, list) ^~~~ ../../src/intel_list.h:329:45: note: expanded from macro 'list_for_each_entry' for (pos = __container_of((head)->next, pos, member); \ ^ ../../src/intel_list.h:310:20: note: expanded from macro '__container_of' - ((char *)&(sample)->member - (char *)(sample))) ^ sna_damage.c:1811:29: note: initialize the variable 'iter' to silence this warning struct sna_damage_box *iter; ^ = NULL 2 warnings generated. CC sna_glyphs.lo CC sna_gradient.lo Recording git-tree used for compilation: 2.99.916-38-g48f6406 CC sna_io.lo 3 warnings generated. CC sna_render.lo CC sna_stream.lo CC sna_trapezoids.lo CC sna_trapezoids_boxes.lo CC sna_trapezoids_imprecise.lo CC sna_trapezoids_mono.lo CC sna_trapezoids_precise.lo CC sna_tiling.lo CC sna_transform.lo CC sna_threads.lo CC sna_vertex.lo CC sna_video.lo CC sna_video_overlay.lo CC sna_video_sprite.lo CC sna_video_textured.lo CC gen2_render.lo CC gen3_render.lo CC gen4_common.lo CC gen4_render.lo CC gen4_source.lo CC gen4_vertex.lo CC gen5_render.lo CC gen6_common.lo CC gen6_render.lo CC gen7_render.lo CC gen8_eu.lo CC gen8_render.lo CC gen8_vertex.lo gen8_eu.c:113:1: warning: unused function '__gen8_src1_da_reg_nr' [-Wunused-function] F(src1_da_reg_nr, 108, 101); ^ gen8_eu.c:104:24: note: expanded from macro 'F' static inline unsigned __gen8_##name(struct gen8_instruction *insn) \ ^ <scratch space>:148:1: note: expanded from here __gen8_src1_da_reg_nr ^ gen8_eu.c:114:1: warning: unused function '__gen8_src0_da_reg_nr' [-Wunused-function] F(src0_da_reg_nr, 76, 69); ^ gen8_eu.c:104:24: note: expanded from macro 'F' static inline unsigned __gen8_##name(struct gen8_instruction *insn) \ ^ <scratch space>:150:1: note: expanded from here __gen8_src0_da_reg_nr ^ gen8_eu.c:115:1: warning: unused function '__gen8_dst_da1_hstride' [-Wunused-function] F(dst_da1_hstride, 62, 61); ^ gen8_eu.c:104:24: note: expanded from macro 'F' static inline unsigned __gen8_##name(struct gen8_instruction *insn) \ ^ <scratch space>:152:1: note: expanded from here CC sna_dri2.lo __gen8_dst_da1_hstride ^ gen8_eu.c:116:1: warning: unused function '__gen8_dst_da_reg_nr' [-Wunused-function] F(dst_da_reg_nr, 60, 53); ^ gen8_eu.c:104:24: note: expanded from macro 'F' static inline unsigned __gen8_##name(struct gen8_instruction *insn) \ ^ <scratch space>:154:1: note: expanded from here __gen8_dst_da_reg_nr ^ gen8_eu.c:117:1: warning: unused function '__gen8_dst_da16_subreg_nr' [-Wunused-function] F(dst_da16_subreg_nr, 52, 52); ^ gen8_eu.c:104:24: note: expanded from macro 'F' static inline unsigned __gen8_##name(struct gen8_instruction *insn) \ ^ <scratch space>:156:1: note: expanded from here __gen8_dst_da16_subreg_nr ^ gen8_eu.c:118:1: warning: unused function '__gen8_dst_da1_subreg_nr' [-Wunused-function] F(dst_da1_subreg_nr, 52, 48); ^ gen8_eu.c:104:24: note: expanded from macro 'F' static inline unsigned __gen8_##name(struct gen8_instruction *insn) \ ^ <scratch space>:158:1: note: expanded from here __gen8_dst_da1_subreg_nr ^ gen8_eu.c:119:1: warning: unused function '__gen8_da16_writemask' [-Wunused-function] F(da16_writemask, 51, 48); /* Dst.ChanEn */ ^ gen8_eu.c:104:24: note: expanded from macro 'F' static inline unsigned __gen8_##name(struct gen8_instruction *insn) \ ^ <scratch space>:160:1: note: expanded from here __gen8_da16_writemask ^ gen8_eu.c:122:1: warning: unused function '__gen8_src1_vert_stride' [-Wunused-function] F(src1_vert_stride, 120, 117) ^ gen8_eu.c:104:24: note: expanded from macro 'F' static inline unsigned __gen8_##name(struct gen8_instruction *insn) \ ^ <scratch space>:162:1: note: expanded from here __gen8_src1_vert_stride ^ gen8_eu.c:123:1: warning: unused function '__gen8_src1_da1_width' [-Wunused-function] F(src1_da1_width, 116, 114) ^ gen8_eu.c:104:24: note: expanded from macro 'F' static inline unsigned __gen8_##name(struct gen8_instruction *insn) \ ^ <scratch space>:164:1: note: expanded from here __gen8_src1_da1_width ^ gen8_eu.c:124:1: warning: unused function '__gen8_src1_da16_swiz_w' [-Wunused-function] F(src1_da16_swiz_w, 115, 114) ^ gen8_eu.c:104:24: note: expanded from macro 'F' static inline unsigned __gen8_##name(struct gen8_instruction *insn) \ ^ <scratch space>:166:1: note: expanded from here __gen8_src1_da16_swiz_w ^ gen8_eu.c:125:1: warning: unused function '__gen8_src1_da16_swiz_z' [-Wunused-function] F(src1_da16_swiz_z, 113, 112) ^ gen8_eu.c:104:24: note: expanded from macro 'F' static inline unsigned __gen8_##name(struct gen8_instruction *insn) \ ^ <scratch space>:168:1: note: expanded from here __gen8_src1_da16_swiz_z ^ gen8_eu.c:126:1: warning: unused function '__gen8_src1_da1_hstride' [-Wunused-function] F(src1_da1_hstride, 113, 112) ^ gen8_eu.c:104:24: note: expanded from macro 'F' static inline unsigned __gen8_##name(struct gen8_instruction *insn) \ ^ <scratch space>:170:1: note: expanded from here __gen8_src1_da1_hstride ^ gen8_eu.c:127:1: warning: unused function '__gen8_set_src1_address_mode' [-Wunused-function] F(src1_address_mode, 111, 111) ^ gen8_eu.c:100:20: note: expanded from macro 'F' static inline void __gen8_set_##name(struct gen8_instruction *insn, unsigned v) \ ^ <scratch space>:171:1: note: expanded from here __gen8_set_src1_address_mode ^ gen8_eu.c:127:1: warning: unused function '__gen8_src1_address_mode' [-Wunused-function] gen8_eu.c:104:24: note: expanded from macro 'F' static inline unsigned __gen8_##name(struct gen8_instruction *insn) \ ^ <scratch space>:172:1: note: expanded from here __gen8_src1_address_mode ^ gen8_eu.c:129:1: warning: unused function '__gen8_src1_negate' [-Wunused-function] F(src1_negate, 110, 110) ^ gen8_eu.c:104:24: note: expanded from macro 'F' static inline unsigned __gen8_##name(struct gen8_instruction *insn) \ ^ <scratch space>:174:1: note: expanded from here __gen8_src1_negate ^ gen8_eu.c:130:1: warning: unused function '__gen8_src1_abs' [-Wunused-function] F(src1_abs, 109, 109) ^ gen8_eu.c:104:24: note: expanded from macro 'F' static inline unsigned __gen8_##name(struct gen8_instruction *insn) \ ^ <scratch space>:176:1: note: expanded from here __gen8_src1_abs ^ gen8_eu.c:132:1: warning: unused function '__gen8_src1_da16_subreg_nr' [-Wunused-function] F(src1_da16_subreg_nr, 100, 100) ^ gen8_eu.c:104:24: note: expanded from macro 'F' static inline unsigned __gen8_##name(struct gen8_instruction *insn) \ ^ <scratch space>:178:1: note: expanded from here __gen8_src1_da16_subreg_nr ^ gen8_eu.c:133:1: warning: unused function '__gen8_src1_da1_subreg_nr' [-Wunused-function] F(src1_da1_subreg_nr, 100, 96) ^ gen8_eu.c:104:24: note: expanded from macro 'F' static inline unsigned __gen8_##name(struct gen8_instruction *insn) \ ^ <scratch space>:180:1: note: expanded from here __gen8_src1_da1_subreg_nr ^ gen8_eu.c:134:1: warning: unused function '__gen8_src1_da16_swiz_y' [-Wunused-function] F(src1_da16_swiz_y, 99, 98) ^ gen8_eu.c:104:24: note: expanded from macro 'F' static inline unsigned __gen8_##name(struct gen8_instruction *insn) \ ^ <scratch space>:182:1: note: expanded from here __gen8_src1_da16_swiz_y ^ gen8_eu.c:135:1: warning: unused function '__gen8_src1_da16_swiz_x' [-Wunused-function] F(src1_da16_swiz_x, 97, 96) ^ gen8_eu.c:104:24: note: expanded from macro 'F' static inline unsigned __gen8_##name(struct gen8_instruction *insn) \ ^ <scratch space>:184:1: note: expanded from here __gen8_src1_da16_swiz_x ^ gen8_eu.c:136:1: warning: unused function '__gen8_src1_reg_type' [-Wunused-function] F(src1_reg_type, 94, 91) ^ gen8_eu.c:104:24: note: expanded from macro 'F' static inline unsigned __gen8_##name(struct gen8_instruction *insn) \ ^ <scratch space>:186:1: note: expanded from here __gen8_src1_reg_type ^ gen8_eu.c:137:1: warning: unused function '__gen8_src1_reg_file' [-Wunused-function] F(src1_reg_file, 90, 89) ^ gen8_eu.c:104:24: note: expanded from macro 'F' static inline unsigned __gen8_##name(struct gen8_instruction *insn) \ ^ <scratch space>:188:1: note: expanded from here __gen8_src1_reg_file ^ gen8_eu.c:138:1: warning: unused function '__gen8_src0_vert_stride' [-Wunused-function] F(src0_vert_stride, 88, 85) ^ gen8_eu.c:104:24: note: expanded from macro 'F' static inline unsigned __gen8_##name(struct gen8_instruction *insn) \ ^ <scratch space>:190:1: note: expanded from here __gen8_src0_vert_stride ^ gen8_eu.c:139:1: warning: unused function '__gen8_src0_da1_width' [-Wunused-function] F(src0_da1_width, 84, 82) ^ gen8_eu.c:104:24: note: expanded from macro 'F' static inline unsigned __gen8_##name(struct gen8_instruction *insn) \ ^ <scratch space>:192:1: note: expanded from here __gen8_src0_da1_width ^ gen8_eu.c:140:1: warning: unused function '__gen8_src0_da16_swiz_w' [-Wunused-function] F(src0_da16_swiz_w, 83, 82) ^ gen8_eu.c:104:24: note: expanded from macro 'F' static inline unsigned __gen8_##name(struct gen8_instruction *insn) \ ^ <scratch space>:194:1: note: expanded from here __gen8_src0_da16_swiz_w ^ gen8_eu.c:141:1: warning: unused function '__gen8_src0_da16_swiz_z' [-Wunused-function] F(src0_da16_swiz_z, 81, 80) ^ gen8_eu.c:104:24: note: expanded from macro 'F' static inline unsigned __gen8_##name(struct gen8_instruction *insn) \ ^ <scratch space>:196:1: note: expanded from here __gen8_src0_da16_swiz_z ^ gen8_eu.c:142:1: warning: unused function '__gen8_src0_da1_hstride' [-Wunused-function] F(src0_da1_hstride, 81, 80) ^ gen8_eu.c:104:24: note: expanded from macro 'F' static inline unsigned __gen8_##name(struct gen8_instruction *insn) \ ^ <scratch space>:198:1: note: expanded from here __gen8_src0_da1_hstride ^ gen8_eu.c:143:1: warning: unused function '__gen8_set_src0_address_mode' [-Wunused-function] F(src0_address_mode, 79, 79) ^ gen8_eu.c:100:20: note: expanded from macro 'F' static inline void __gen8_set_##name(struct gen8_instruction *insn, unsigned v) \ ^ <scratch space>:199:1: note: expanded from here __gen8_set_src0_address_mode ^ gen8_eu.c:143:1: warning: unused function '__gen8_src0_address_mode' [-Wunused-function] gen8_eu.c:104:24: note: expanded from macro 'F' static inline unsigned __gen8_##name(struct gen8_instruction *insn) \ ^ <scratch space>:200:1: note: expanded from here __gen8_src0_address_mode ^ gen8_eu.c:145:1: warning: unused function '__gen8_src0_negate' [-Wunused-function] F(src0_negate, 78, 78) ^ gen8_eu.c:104:24: note: expanded from macro 'F' static inline unsigned __gen8_##name(struct gen8_instruction *insn) \ ^ <scratch space>:202:1: note: expanded from here __gen8_src0_negate ^ gen8_eu.c:146:1: warning: unused function '__gen8_src0_abs' [-Wunused-function] F(src0_abs, 77, 77) ^ gen8_eu.c:104:24: note: expanded from macro 'F' static inline unsigned __gen8_##name(struct gen8_instruction *insn) \ ^ <scratch space>:204:1: note: expanded from here __gen8_src0_abs ^ gen8_eu.c:148:1: warning: unused function '__gen8_src0_da16_subreg_nr' [-Wunused-function] F(src0_da16_subreg_nr, 68, 68) ^ gen8_eu.c:104:24: note: expanded from macro 'F' static inline unsigned __gen8_##name(struct gen8_instruction *insn) \ ^ <scratch space>:206:1: note: expanded from here __gen8_src0_da16_subreg_nr ^ gen8_eu.c:149:1: warning: unused function '__gen8_src0_da1_subreg_nr' [-Wunused-function] F(src0_da1_subreg_nr, 68, 64) ^ gen8_eu.c:104:24: note: expanded from macro 'F' static inline unsigned __gen8_##name(struct gen8_instruction *insn) \ ^ <scratch space>:208:1: note: expanded from here __gen8_src0_da1_subreg_nr ^ gen8_eu.c:150:1: warning: unused function '__gen8_src0_da16_swiz_y' [-Wunused-function] F(src0_da16_swiz_y, 67, 66) ^ gen8_eu.c:104:24: note: expanded from macro 'F' static inline unsigned __gen8_##name(struct gen8_instruction *insn) \ ^ <scratch space>:210:1: note: expanded from here __gen8_src0_da16_swiz_y ^ gen8_eu.c:151:1: warning: unused function '__gen8_src0_da16_swiz_x' [-Wunused-function] F(src0_da16_swiz_x, 65, 64) ^ gen8_eu.c:104:24: note: expanded from macro 'F' static inline unsigned __gen8_##name(struct gen8_instruction *insn) \ ^ <scratch space>:212:1: note: expanded from here __gen8_src0_da16_swiz_x ^ gen8_eu.c:152:1: warning: unused function '__gen8_set_dst_address_mode' [-Wunused-function] F(dst_address_mode, 63, 63) ^ gen8_eu.c:100:20: note: expanded from macro 'F' static inline void __gen8_set_##name(struct gen8_instruction *insn, unsigned v) \ ^ <scratch space>:213:1: note: expanded from here __gen8_set_dst_address_mode ^ gen8_eu.c:152:1: warning: unused function '__gen8_dst_address_mode' [-Wunused-function] gen8_eu.c:104:24: note: expanded from macro 'F' static inline unsigned __gen8_##name(struct gen8_instruction *insn) \ ^ <scratch space>:214:1: note: expanded from here __gen8_dst_address_mode ^ gen8_eu.c:153:1: warning: unused function '__gen8_src0_reg_type' [-Wunused-function] F(src0_reg_type, 46, 43) ^ gen8_eu.c:104:24: note: expanded from macro 'F' static inline unsigned __gen8_##name(struct gen8_instruction *insn) \ ^ <scratch space>:216:1: note: expanded from here __gen8_src0_reg_type ^ gen8_eu.c:155:1: warning: unused function '__gen8_dst_reg_type' [-Wunused-function] F(dst_reg_type, 40, 37) ^ gen8_eu.c:104:24: note: expanded from macro 'F' static inline unsigned __gen8_##name(struct gen8_instruction *insn) \ ^ <scratch space>:220:1: note: expanded from here __gen8_dst_reg_type ^ gen8_eu.c:156:1: warning: unused function '__gen8_dst_reg_file' [-Wunused-function] F(dst_reg_file, 36, 35) ^ gen8_eu.c:104:24: note: expanded from macro 'F' static inline unsigned __gen8_##name(struct gen8_instruction *insn) \ ^ <scratch space>:222:1: note: expanded from here __gen8_dst_reg_file ^ gen8_eu.c:157:1: warning: unused function '__gen8_mask_control' [-Wunused-function] F(mask_control, 34, 34) ^ gen8_eu.c:104:24: note: expanded from macro 'F' static inline unsigned __gen8_##name(struct gen8_instruction *insn) \ ^ <scratch space>:224:1: note: expanded from here __gen8_mask_control ^ gen8_eu.c:158:1: warning: unused function '__gen8_set_flag_reg_nr' [-Wunused-function] F(flag_reg_nr, 33, 33) ^ gen8_eu.c:100:20: note: expanded from macro 'F' static inline void __gen8_set_##name(struct gen8_instruction *insn, unsigned v) \ ^ <scratch space>:225:1: note: expanded from here __gen8_set_flag_reg_nr ^ gen8_eu.c:158:1: warning: unused function '__gen8_flag_reg_nr' [-Wunused-function] gen8_eu.c:104:24: note: expanded from macro 'F' static inline unsigned __gen8_##name(struct gen8_instruction *insn) \ ^ <scratch space>:226:1: note: expanded from here __gen8_flag_reg_nr ^ gen8_eu.c:159:1: warning: unused function '__gen8_set_flag_subreg_nr' [-Wunused-function] F(flag_subreg_nr, 32, 32) ^ gen8_eu.c:100:20: note: expanded from macro 'F' static inline void __gen8_set_##name(struct gen8_instruction *insn, unsigned v) \ ^ <scratch space>:227:1: note: expanded from here __gen8_set_flag_subreg_nr ^ gen8_eu.c:159:1: warning: unused function '__gen8_flag_subreg_nr' [-Wunused-function] gen8_eu.c:104:24: note: expanded from macro 'F' static inline unsigned __gen8_##name(struct gen8_instruction *insn) \ ^ <scratch space>:228:1: note: expanded from here __gen8_flag_subreg_nr ^ gen8_eu.c:160:1: warning: unused function '__gen8_saturate' [-Wunused-function] F(saturate, 31, 31) ^ gen8_eu.c:104:24: note: expanded from macro 'F' static inline unsigned __gen8_##name(struct gen8_instruction *insn) \ ^ <scratch space>:2:1: note: expanded from here __gen8_saturate ^ gen8_eu.c:161:1: warning: unused function '__gen8_set_branch_control' [-Wunused-function] F(branch_control, 30, 30) ^ gen8_eu.c:100:20: note: expanded from macro 'F' static inline void __gen8_set_##name(struct gen8_instruction *insn, unsigned v) \ ^ <scratch space>:3:1: note: expanded from here __gen8_set_branch_control ^ gen8_eu.c:161:1: warning: unused function '__gen8_branch_control' [-Wunused-function] gen8_eu.c:104:24: note: expanded from macro 'F' static inline unsigned __gen8_##name(struct gen8_instruction *insn) \ ^ <scratch space>:4:1: note: expanded from here __gen8_branch_control ^ gen8_eu.c:162:1: warning: unused function '__gen8_set_debug_control' [-Wunused-function] F(debug_control, 30, 30) ^ gen8_eu.c:100:20: note: expanded from macro 'F' static inline void __gen8_set_##name(struct gen8_instruction *insn, unsigned v) \ ^ <scratch space>:5:1: note: expanded from here __gen8_set_debug_control ^ gen8_eu.c:162:1: warning: unused function '__gen8_debug_control' [-Wunused-function] gen8_eu.c:104:24: note: expanded from macro 'F' static inline unsigned __gen8_##name(struct gen8_instruction *insn) \ ^ <scratch space>:6:1: note: expanded from here __gen8_debug_control ^ gen8_eu.c:163:1: warning: unused function '__gen8_cmpt_control' [-Wunused-function] F(cmpt_control, 29, 29) ^ gen8_eu.c:104:24: note: expanded from macro 'F' static inline unsigned __gen8_##name(struct gen8_instruction *insn) \ ^ <scratch space>:8:1: note: expanded from here __gen8_cmpt_control ^ gen8_eu.c:164:1: warning: unused function '__gen8_acc_wr_control' [-Wunused-function] F(acc_wr_control, 28, 28) ^ gen8_eu.c:104:24: note: expanded from macro 'F' static inline unsigned __gen8_##name(struct gen8_instruction *insn) \ ^ <scratch space>:10:1: note: expanded from here __gen8_acc_wr_control ^ gen8_eu.c:165:1: warning: unused function '__gen8_cond_modifier' [-Wunused-function] F(cond_modifier, 27, 24) ^ gen8_eu.c:104:24: note: expanded from macro 'F' static inline unsigned __gen8_##name(struct gen8_instruction *insn) \ ^ <scratch space>:12:1: note: expanded from here __gen8_cond_modifier ^ gen8_eu.c:167:1: warning: unused function '__gen8_set_pred_inv' [-Wunused-function] F(pred_inv, 20, 20) ^ gen8_eu.c:100:20: note: expanded from macro 'F' static inline void __gen8_set_##name(struct gen8_instruction *insn, unsigned v) \ ^ <scratch space>:15:1: note: expanded from here __gen8_set_pred_inv ^ gen8_eu.c:167:1: warning: unused function '__gen8_pred_inv' [-Wunused-function] gen8_eu.c:104:24: note: expanded from macro 'F' static inline unsigned __gen8_##name(struct gen8_instruction *insn) \ ^ <scratch space>:16:1: note: expanded from here __gen8_pred_inv ^ gen8_eu.c:168:1: warning: unused function '__gen8_pred_control' [-Wunused-function] F(pred_control, 19, 16) ^ gen8_eu.c:104:24: note: expanded from macro 'F' static inline unsigned __gen8_##name(struct gen8_instruction *insn) \ ^ <scratch space>:18:1: note: expanded from here __gen8_pred_control ^ gen8_eu.c:169:1: warning: unused function '__gen8_set_thread_control' [-Wunused-function] F(thread_control, 15, 14) ^ gen8_eu.c:100:20: note: expanded from macro 'F' static inline void __gen8_set_##name(struct gen8_instruction *insn, unsigned v) \ ^ <scratch space>:19:1: note: expanded from here __gen8_set_thread_control ^ gen8_eu.c:169:1: warning: unused function '__gen8_thread_control' [-Wunused-function] gen8_eu.c:104:24: note: expanded from macro 'F' static inline unsigned __gen8_##name(struct gen8_instruction *insn) \ ^ <scratch space>:20:1: note: expanded from here __gen8_thread_control ^ gen8_eu.c:170:1: warning: unused function '__gen8_set_qtr_control' [-Wunused-function] F(qtr_control, 13, 12) ^ gen8_eu.c:100:20: note: expanded from macro 'F' static inline void __gen8_set_##name(struct gen8_instruction *insn, unsigned v) \ ^ <scratch space>:21:1: note: expanded from here __gen8_set_qtr_control ^ gen8_eu.c:170:1: warning: unused function '__gen8_qtr_control' [-Wunused-function] gen8_eu.c:104:24: note: expanded from macro 'F' static inline unsigned __gen8_##name(struct gen8_instruction *insn) \ ^ <scratch space>:22:1: note: expanded from here __gen8_qtr_control ^ gen8_eu.c:171:1: warning: unused function '__gen8_set_nib_control' [-Wunused-function] F(nib_control, 11, 11) ^ gen8_eu.c:100:20: note: expanded from macro 'F' static inline void __gen8_set_##name(struct gen8_instruction *insn, unsigned v) \ ^ <scratch space>:23:1: note: expanded from here __gen8_set_nib_control ^ gen8_eu.c:171:1: warning: unused function '__gen8_nib_control' [-Wunused-function] gen8_eu.c:104:24: note: expanded from macro 'F' static inline unsigned __gen8_##name(struct gen8_instruction *insn) \ ^ <scratch space>:24:1: note: expanded from here __gen8_nib_control ^ gen8_eu.c:172:1: warning: unused function '__gen8_set_dep_control' [-Wunused-function] F(dep_control, 10, 9) ^ gen8_eu.c:100:20: note: expanded from macro 'F' static inline void __gen8_set_##name(struct gen8_instruction *insn, unsigned v) \ ^ <scratch space>:25:1: note: expanded from here __gen8_set_dep_control ^ gen8_eu.c:172:1: warning: unused function '__gen8_dep_control' [-Wunused-function] gen8_eu.c:104:24: note: expanded from macro 'F' static inline unsigned __gen8_##name(struct gen8_instruction *insn) \ ^ <scratch space>:26:1: note: expanded from here __gen8_dep_control ^ gen8_eu.c:173:1: warning: unused function '__gen8_set_access_mode' [-Wunused-function] F(access_mode, 8, 8) ^ gen8_eu.c:100:20: note: expanded from macro 'F' static inline void __gen8_set_##name(struct gen8_instruction *insn, unsigned v) \ ^ <scratch space>:27:1: note: expanded from here __gen8_set_access_mode ^ gen8_eu.c:175:1: warning: unused function '__gen8_opcode' [-Wunused-function] F(opcode, 6, 0) ^ gen8_eu.c:104:24: note: expanded from macro 'F' static inline unsigned __gen8_##name(struct gen8_instruction *insn) \ ^ <scratch space>:30:1: note: expanded from here __gen8_opcode ^ gen8_eu.c:181:1: warning: unused function '__gen8_set_src2_3src_reg_nr' [-Wunused-function] F(src2_3src_reg_nr, 125, 118) ^ gen8_eu.c:100:20: note: expanded from macro 'F' static inline void __gen8_set_##name(struct gen8_instruction *insn, unsigned v) \ ^ <scratch space>:31:1: note: expanded from here __gen8_set_src2_3src_reg_nr ^ gen8_eu.c:181:1: warning: unused function '__gen8_src2_3src_reg_nr' [-Wunused-function] gen8_eu.c:104:24: note: expanded from macro 'F' static inline unsigned __gen8_##name(struct gen8_instruction *insn) \ ^ <scratch space>:32:1: note: expanded from here __gen8_src2_3src_reg_nr ^ gen8_eu.c:182:1: warning: unused function '__gen8_set_src2_3src_subreg_nr' [-Wunused-function] F(src2_3src_subreg_nr, 117, 115) ^ gen8_eu.c:100:20: note: expanded from macro 'F' static inline void __gen8_set_##name(struct gen8_instruction *insn, unsigned v) \ ^ <scratch space>:33:1: note: expanded from here __gen8_set_src2_3src_subreg_nr ^ gen8_eu.c:182:1: warning: unused function '__gen8_src2_3src_subreg_nr' [-Wunused-function] gen8_eu.c:104:24: note: expanded from macro 'F' static inline unsigned __gen8_##name(struct gen8_instruction *insn) \ ^ <scratch space>:34:1: note: expanded from here __gen8_src2_3src_subreg_nr ^ gen8_eu.c:183:1: warning: unused function '__gen8_set_src2_3src_swizzle' [-Wunused-function] F(src2_3src_swizzle, 114, 107) ^ gen8_eu.c:100:20: note: expanded from macro 'F' static inline void __gen8_set_##name(struct gen8_instruction *insn, unsigned v) \ ^ <scratch space>:35:1: note: expanded from here __gen8_set_src2_3src_swizzle ^ gen8_eu.c:183:1: warning: unused function '__gen8_src2_3src_swizzle' [-Wunused-function] gen8_eu.c:104:24: note: expanded from macro 'F' static inline unsigned __gen8_##name(struct gen8_instruction *insn) \ ^ <scratch space>:36:1: note: expanded from here __gen8_src2_3src_swizzle ^ gen8_eu.c:184:1: warning: unused function '__gen8_set_src2_3src_rep_ctrl' [-Wunused-function] F(src2_3src_rep_ctrl, 106, 106) ^ gen8_eu.c:100:20: note: expanded from macro 'F' static inline void __gen8_set_##name(struct gen8_instruction *insn, unsigned v) \ ^ <scratch space>:37:1: note: expanded from here __gen8_set_src2_3src_rep_ctrl ^ gen8_eu.c:184:1: warning: unused function '__gen8_src2_3src_rep_ctrl' [-Wunused-function] gen8_eu.c:104:24: note: expanded from macro 'F' static inline unsigned __gen8_##name(struct gen8_instruction *insn) \ ^ <scratch space>:38:1: note: expanded from here __gen8_src2_3src_rep_ctrl ^ gen8_eu.c:185:1: warning: unused function '__gen8_set_src1_3src_reg_nr' [-Wunused-function] F(src1_3src_reg_nr, 104, 97) ^ gen8_eu.c:100:20: note: expanded from macro 'F' static inline void __gen8_set_##name(struct gen8_instruction *insn, unsigned v) \ ^ <scratch space>:39:1: note: expanded from here __gen8_set_src1_3src_reg_nr ^ gen8_eu.c:185:1: warning: unused function '__gen8_src1_3src_reg_nr' [-Wunused-function] gen8_eu.c:104:24: note: expanded from macro 'F' static inline unsigned __gen8_##name(struct gen8_instruction *insn) \ ^ <scratch space>:40:1: note: expanded from here __gen8_src1_3src_reg_nr ^ gen8_eu.c:186:1: warning: unused function '__gen8_set_src1_3src_subreg_hi' [-Wunused-function] F(src1_3src_subreg_hi, 96, 96) ^ gen8_eu.c:100:20: note: expanded from macro 'F' static inline void __gen8_set_##name(struct gen8_instruction *insn, unsigned v) \ ^ <scratch space>:41:1: note: expanded from here __gen8_set_src1_3src_subreg_hi ^ gen8_eu.c:186:1: warning: unused function '__gen8_src1_3src_subreg_hi' [-Wunused-function] gen8_eu.c:104:24: note: expanded from macro 'F' static inline unsigned __gen8_##name(struct gen8_instruction *insn) \ ^ <scratch space>:42:1: note: expanded from here __gen8_src1_3src_subreg_hi ^ gen8_eu.c:187:1: warning: unused function '__gen8_set_src1_3src_subreg_lo' [-Wunused-function] F(src1_3src_subreg_lo, 95, 94) ^ gen8_eu.c:100:20: note: expanded from macro 'F' static inline void __gen8_set_##name(struct gen8_instruction *insn, unsigned v) \ ^ <scratch space>:43:1: note: expanded from here __gen8_set_src1_3src_subreg_lo ^ gen8_eu.c:187:1: warning: unused function '__gen8_src1_3src_subreg_lo' [-Wunused-function] gen8_eu.c:104:24: note: expanded from macro 'F' static inline unsigned __gen8_##name(struct gen8_instruction *insn) \ ^ <scratch space>:44:1: note: expanded from here __gen8_src1_3src_subreg_lo ^ gen8_eu.c:188:1: warning: unused function '__gen8_set_src1_3src_swizzle' [-Wunused-function] F(src1_3src_swizzle, 93, 86) ^ gen8_eu.c:100:20: note: expanded from macro 'F' static inline void __gen8_set_##name(struct gen8_instruction *insn, unsigned v) \ ^ <scratch space>:45:1: note: expanded from here __gen8_set_src1_3src_swizzle ^ gen8_eu.c:188:1: warning: unused function '__gen8_src1_3src_swizzle' [-Wunused-function] gen8_eu.c:104:24: note: expanded from macro 'F' static inline unsigned __gen8_##name(struct gen8_instruction *insn) \ ^ <scratch space>:46:1: note: expanded from here __gen8_src1_3src_swizzle ^ gen8_eu.c:189:1: warning: unused function '__gen8_set_src1_3src_rep_ctrl' [-Wunused-function] F(src1_3src_rep_ctrl, 85, 85) ^ gen8_eu.c:100:20: note: expanded from macro 'F' static inline void __gen8_set_##name(struct gen8_instruction *insn, unsigned v) \ ^ <scratch space>:47:1: note: expanded from here __gen8_set_src1_3src_rep_ctrl ^ gen8_eu.c:189:1: warning: unused function '__gen8_src1_3src_rep_ctrl' [-Wunused-function] gen8_eu.c:104:24: note: expanded from macro 'F' static inline unsigned __gen8_##name(struct gen8_instruction *insn) \ ^ <scratch space>:48:1: note: expanded from here __gen8_src1_3src_rep_ctrl ^ gen8_eu.c:190:1: warning: unused function '__gen8_set_src0_3src_reg_nr' [-Wunused-function] F(src0_3src_reg_nr, 83, 76) ^ gen8_eu.c:100:20: note: expanded from macro 'F' static inline void __gen8_set_##name(struct gen8_instruction *insn, unsigned v) \ ^ <scratch space>:49:1: note: expanded from here __gen8_set_src0_3src_reg_nr ^ gen8_eu.c:190:1: warning: unused function '__gen8_src0_3src_reg_nr' [-Wunused-function] gen8_eu.c:104:24: note: expanded from macro 'F' static inline unsigned __gen8_##name(struct gen8_instruction *insn) \ ^ <scratch space>:50:1: note: expanded from here __gen8_src0_3src_reg_nr ^ gen8_eu.c:191:1: warning: unused function '__gen8_set_src0_3src_subreg_nr' [-Wunused-function] F(src0_3src_subreg_nr, 75, 73) ^ gen8_eu.c:100:20: note: expanded from macro 'F' static inline void __gen8_set_##name(struct gen8_instruction *insn, unsigned v) \ ^ <scratch space>:51:1: note: expanded from here __gen8_set_src0_3src_subreg_nr ^ gen8_eu.c:191:1: warning: unused function '__gen8_src0_3src_subreg_nr' [-Wunused-function] gen8_eu.c:104:24: note: expanded from macro 'F' static inline unsigned __gen8_##name(struct gen8_instruction *insn) \ ^ <scratch space>:52:1: note: expanded from here __gen8_src0_3src_subreg_nr ^ gen8_eu.c:192:1: warning: unused function '__gen8_set_src0_3src_swizzle' [-Wunused-function] F(src0_3src_swizzle, 72, 65) ^ gen8_eu.c:100:20: note: expanded from macro 'F' static inline void __gen8_set_##name(struct gen8_instruction *insn, unsigned v) \ ^ <scratch space>:53:1: note: expanded from here __gen8_set_src0_3src_swizzle ^ gen8_eu.c:192:1: warning: unused function '__gen8_src0_3src_swizzle' [-Wunused-function] gen8_eu.c:104:24: note: expanded from macro 'F' static inline unsigned __gen8_##name(struct gen8_instruction *insn) \ ^ <scratch space>:54:1: note: expanded from here __gen8_src0_3src_swizzle ^ gen8_eu.c:193:1: warning: unused function '__gen8_set_src0_3src_rep_ctrl' [-Wunused-function] F(src0_3src_rep_ctrl, 64, 64) ^ gen8_eu.c:100:20: note: expanded from macro 'F' static inline void __gen8_set_##name(struct gen8_instruction *insn, unsigned v) \ ^ <scratch space>:55:1: note: expanded from here __gen8_set_src0_3src_rep_ctrl ^ gen8_eu.c:193:1: warning: unused function '__gen8_src0_3src_rep_ctrl' [-Wunused-function] gen8_eu.c:104:24: note: expanded from macro 'F' static inline unsigned __gen8_##name(struct gen8_instruction *insn) \ ^ <scratch space>:56:1: note: expanded from here __gen8_src0_3src_rep_ctrl ^ gen8_eu.c:194:1: warning: unused function '__gen8_set_dst_3src_reg_nr' [-Wunused-function] F(dst_3src_reg_nr, 63, 56) ^ gen8_eu.c:100:20: note: expanded from macro 'F' static inline void __gen8_set_##name(struct gen8_instruction *insn, unsigned v) \ ^ <scratch space>:57:1: note: expanded from here __gen8_set_dst_3src_reg_nr ^ gen8_eu.c:194:1: warning: unused function '__gen8_dst_3src_reg_nr' [-Wunused-function] gen8_eu.c:104:24: note: expanded from macro 'F' static inline unsigned __gen8_##name(struct gen8_instruction *insn) \ ^ <scratch space>:58:1: note: expanded from here __gen8_dst_3src_reg_nr ^ gen8_eu.c:195:1: warning: unused function '__gen8_set_dst_3src_subreg_nr' [-Wunused-function] F(dst_3src_subreg_nr, 55, 53) ^ gen8_eu.c:100:20: note: expanded from macro 'F' static inline void __gen8_set_##name(struct gen8_instruction *insn, unsigned v) \ ^ <scratch space>:59:1: note: expanded from here __gen8_set_dst_3src_subreg_nr ^ gen8_eu.c:195:1: warning: unused function '__gen8_dst_3src_subreg_nr' [-Wunused-function] gen8_eu.c:104:24: note: expanded from macro 'F' static inline unsigned __gen8_##name(struct gen8_instruction *insn) \ ^ <scratch space>:60:1: note: expanded from here __gen8_dst_3src_subreg_nr ^ gen8_eu.c:196:1: warning: unused function '__gen8_set_dst_3src_writemask' [-Wunused-function] F(dst_3src_writemask, 52, 49) ^ gen8_eu.c:100:20: note: expanded from macro 'F' static inline void __gen8_set_##name(struct gen8_instruction *insn, unsigned v) \ ^ <scratch space>:61:1: note: expanded from here __gen8_set_dst_3src_writemask ^ gen8_eu.c:196:1: warning: unused function '__gen8_dst_3src_writemask' [-Wunused-function] gen8_eu.c:104:24: note: expanded from macro 'F' static inline unsigned __gen8_##name(struct gen8_instruction *insn) \ ^ <scratch space>:62:1: note: expanded from here __gen8_dst_3src_writemask ^ gen8_eu.c:197:1: warning: unused function '__gen8_set_dst_3src_type' [-Wunused-function] F(dst_3src_type, 48, 46) ^ gen8_eu.c:100:20: note: expanded from macro 'F' static inline void __gen8_set_##name(struct gen8_instruction *insn, unsigned v) \ ^ <scratch space>:63:1: note: expanded from here __gen8_set_dst_3src_type ^ gen8_eu.c:197:1: warning: unused function '__gen8_dst_3src_type' [-Wunused-function] gen8_eu.c:104:24: note: expanded from macro 'F' static inline unsigned __gen8_##name(struct gen8_instruction *insn) \ ^ <scratch space>:64:1: note: expanded from here __gen8_dst_3src_type ^ gen8_eu.c:198:1: warning: unused function '__gen8_set_src_3src_type' [-Wunused-function] F(src_3src_type, 45, 43) ^ gen8_eu.c:100:20: note: expanded from macro 'F' static inline void __gen8_set_##name(struct gen8_instruction *insn, unsigned v) \ ^ <scratch space>:65:1: note: expanded from here __gen8_set_src_3src_type ^ gen8_eu.c:198:1: warning: unused function '__gen8_src_3src_type' [-Wunused-function] gen8_eu.c:104:24: note: expanded from macro 'F' static inline unsigned __gen8_##name(struct gen8_instruction *insn) \ ^ <scratch space>:66:1: note: expanded from here __gen8_src_3src_type ^ gen8_eu.c:199:1: warning: unused function '__gen8_set_src2_3src_negate' [-Wunused-function] F(src2_3src_negate, 42, 42) ^ gen8_eu.c:100:20: note: expanded from macro 'F' static inline void __gen8_set_##name(struct gen8_instruction *insn, unsigned v) \ ^ <scratch space>:67:1: note: expanded from here __gen8_set_src2_3src_negate ^ gen8_eu.c:199:1: warning: unused function '__gen8_src2_3src_negate' [-Wunused-function] gen8_eu.c:104:24: note: expanded from macro 'F' static inline unsigned __gen8_##name(struct gen8_instruction *insn) \ ^ <scratch space>:68:1: note: expanded from here __gen8_src2_3src_negate ^ gen8_eu.c:200:1: warning: unused function '__gen8_set_src2_3src_abs' [-Wunused-function] F(src2_3src_abs, 41, 41) ^ gen8_eu.c:100:20: note: expanded from macro 'F' static inline void __gen8_set_##name(struct gen8_instruction *insn, unsigned v) \ ^ <scratch space>:69:1: note: expanded from here __gen8_set_src2_3src_abs ^ gen8_eu.c:200:1: warning: unused function '__gen8_src2_3src_abs' [-Wunused-function] gen8_eu.c:104:24: note: expanded from macro 'F' static inline unsigned __gen8_##name(struct gen8_instruction *insn) \ ^ <scratch space>:70:1: note: expanded from here __gen8_src2_3src_abs ^ gen8_eu.c:201:1: warning: unused function '__gen8_set_src1_3src_negate' [-Wunused-function] F(src1_3src_negate, 40, 40) ^ gen8_eu.c:100:20: note: expanded from macro 'F' static inline void __gen8_set_##name(struct gen8_instruction *insn, unsigned v) \ ^ <scratch space>:71:1: note: expanded from here __gen8_set_src1_3src_negate ^ gen8_eu.c:201:1: warning: unused function '__gen8_src1_3src_negate' [-Wunused-function] gen8_eu.c:104:24: note: expanded from macro 'F' static inline unsigned __gen8_##name(struct gen8_instruction *insn) \ ^ <scratch space>:72:1: note: expanded from here __gen8_src1_3src_negate ^ gen8_eu.c:202:1: warning: unused function '__gen8_set_src1_3src_abs' [-Wunused-function] F(src1_3src_abs, 39, 39) ^ gen8_eu.c:100:20: note: expanded from macro 'F' static inline void __gen8_set_##name(struct gen8_instruction *insn, unsigned v) \ ^ <scratch space>:73:1: note: expanded from here __gen8_set_src1_3src_abs ^ gen8_eu.c:202:1: warning: unused function '__gen8_src1_3src_abs' [-Wunused-function] gen8_eu.c:104:24: note: expanded from macro 'F' static inline unsigned __gen8_##name(struct gen8_instruction *insn) \ ^ <scratch space>:74:1: note: expanded from here __gen8_src1_3src_abs ^ gen8_eu.c:203:1: warning: unused function '__gen8_set_src0_3src_negate' [-Wunused-function] F(src0_3src_negate, 38, 38) ^ gen8_eu.c:100:20: note: expanded from macro 'F' static inline void __gen8_set_##name(struct gen8_instruction *insn, unsigned v) \ ^ <scratch space>:75:1: note: expanded from here __gen8_set_src0_3src_negate ^ gen8_eu.c:203:1: warning: unused function '__gen8_src0_3src_negate' [-Wunused-function] gen8_eu.c:104:24: note: expanded from macro 'F' static inline unsigned __gen8_##name(struct gen8_instruction *insn) \ ^ <scratch space>:76:1: note: expanded from here __gen8_src0_3src_negate ^ gen8_eu.c:204:1: warning: unused function '__gen8_set_src0_3src_abs' [-Wunused-function] F(src0_3src_abs, 37, 37) ^ gen8_eu.c:100:20: note: expanded from macro 'F' static inline void __gen8_set_##name(struct gen8_instruction *insn, unsigned v) \ ^ <scratch space>:77:1: note: expanded from here __gen8_set_src0_3src_abs ^ gen8_eu.c:204:1: warning: unused function '__gen8_src0_3src_abs' [-Wunused-function] gen8_eu.c:104:24: note: expanded from macro 'F' static inline unsigned __gen8_##name(struct gen8_instruction *insn) \ ^ <scratch space>:78:1: note: expanded from here __gen8_src0_3src_abs ^ gen8_eu.c:211:1: warning: unused function '__gen8_eot' [-Wunused-function] F(eot, 127, 127) ^ gen8_eu.c:104:24: note: expanded from macro 'F' static inline unsigned __gen8_##name(struct gen8_instruction *insn) \ ^ <scratch space>:80:1: note: expanded from here __gen8_eot ^ gen8_eu.c:212:1: warning: unused function '__gen8_mlen' [-Wunused-function] F(mlen, 124, 121) ^ gen8_eu.c:104:24: note: expanded from macro 'F' static inline unsigned __gen8_##name(struct gen8_instruction *insn) \ ^ <scratch space>:82:1: note: expanded from here __gen8_mlen ^ gen8_eu.c:213:1: warning: unused function '__gen8_rlen' [-Wunused-function] F(rlen, 120, 116) ^ gen8_eu.c:104:24: note: expanded from macro 'F' static inline unsigned __gen8_##name(struct gen8_instruction *insn) \ ^ <scratch space>:84:1: note: expanded from here __gen8_rlen ^ gen8_eu.c:214:1: warning: unused function '__gen8_header_present' [-Wunused-function] F(header_present, 115, 115) ^ gen8_eu.c:104:24: note: expanded from macro 'F' static inline unsigned __gen8_##name(struct gen8_instruction *insn) \ ^ <scratch space>:86:1: note: expanded from here __gen8_header_present ^ gen8_eu.c:215:1: warning: unused function '__gen8_function_control' [-Wunused-function] F(function_control, 114, 96) ^ gen8_eu.c:104:24: note: expanded from macro 'F' static inline unsigned __gen8_##name(struct gen8_instruction *insn) \ ^ <scratch space>:88:1: note: expanded from here __gen8_function_control ^ gen8_eu.c:216:1: warning: unused function '__gen8_sfid' [-Wunused-function] F(sfid, 27, 24) ^ gen8_eu.c:104:24: note: expanded from macro 'F' static inline unsigned __gen8_##name(struct gen8_instruction *insn) \ ^ <scratch space>:90:1: note: expanded from here __gen8_sfid ^ gen8_eu.c:217:1: warning: unused function '__gen8_set_math_function' [-Wunused-function] F(math_function, 27, 24) ^ gen8_eu.c:100:20: note: expanded from macro 'F' static inline void __gen8_set_##name(struct gen8_instruction *insn, unsigned v) \ ^ <scratch space>:91:1: note: expanded from here __gen8_set_math_function ^ gen8_eu.c:217:1: warning: unused function '__gen8_math_function' [-Wunused-function] gen8_eu.c:104:24: note: expanded from macro 'F' static inline unsigned __gen8_##name(struct gen8_instruction *insn) \ ^ <scratch space>:92:1: note: expanded from here __gen8_math_function ^ gen8_eu.c:224:1: warning: unused function '__gen8_set_urb_per_slot_offset' [-Wunused-function] F(urb_per_slot_offset, 113, 113) ^ gen8_eu.c:100:20: note: expanded from macro 'F' static inline void __gen8_set_##name(struct gen8_instruction *insn, unsigned v) \ ^ <scratch space>:93:1: note: expanded from here __gen8_set_urb_per_slot_offset ^ gen8_eu.c:224:1: warning: unused function '__gen8_urb_per_slot_offset' [-Wunused-function] gen8_eu.c:104:24: note: expanded from macro 'F' static inline unsigned __gen8_##name(struct gen8_instruction *insn) \ ^ <scratch space>:94:1: note: expanded from here __gen8_urb_per_slot_offset ^ gen8_eu.c:225:1: warning: unused function '__gen8_set_urb_interleave' [-Wunused-function] F(urb_interleave, 111, 111) ^ gen8_eu.c:100:20: note: expanded from macro 'F' static inline void __gen8_set_##name(struct gen8_instruction *insn, unsigned v) \ ^ <scratch space>:95:1: note: expanded from here __gen8_set_urb_interleave ^ gen8_eu.c:225:1: warning: unused function '__gen8_urb_interleave' [-Wunused-function] gen8_eu.c:104:24: note: expanded from macro 'F' static inline unsigned __gen8_##name(struct gen8_instruction *insn) \ ^ <scratch space>:96:1: note: expanded from here __gen8_urb_interleave ^ gen8_eu.c:226:1: warning: unused function '__gen8_set_urb_global_offset' [-Wunused-function] F(urb_global_offset, 110, 100) ^ gen8_eu.c:100:20: note: expanded from macro 'F' static inline void __gen8_set_##name(struct gen8_instruction *insn, unsigned v) \ ^ <scratch space>:97:1: note: expanded from here __gen8_set_urb_global_offset ^ gen8_eu.c:226:1: warning: unused function '__gen8_urb_global_offset' [-Wunused-function] gen8_eu.c:104:24: note: expanded from macro 'F' static inline unsigned __gen8_##name(struct gen8_instruction *insn) \ ^ <scratch space>:98:1: note: expanded from here __gen8_urb_global_offset ^ gen8_eu.c:227:1: warning: unused function '__gen8_set_urb_opcode' [-Wunused-function] F(urb_opcode, 99, 96) ^ gen8_eu.c:100:20: note: expanded from macro 'F' static inline void __gen8_set_##name(struct gen8_instruction *insn, unsigned v) \ ^ <scratch space>:99:1: note: expanded from here __gen8_set_urb_opcode ^ gen8_eu.c:227:1: warning: unused function '__gen8_urb_opcode' [-Wunused-function] gen8_eu.c:104:24: note: expanded from macro 'F' static inline unsigned __gen8_##name(struct gen8_instruction *insn) \ ^ <scratch space>:100:1: note: expanded from here __gen8_urb_opcode ^ gen8_eu.c:234:1: warning: unused function '__gen8_sampler_simd_mode' [-Wunused-function] F(sampler_simd_mode, 114, 113) ^ gen8_eu.c:104:24: note: expanded from macro 'F' static inline unsigned __gen8_##name(struct gen8_instruction *insn) \ ^ <scratch space>:102:1: note: expanded from here __gen8_sampler_simd_mode ^ gen8_eu.c:235:1: warning: unused function '__gen8_sampler_msg_type' [-Wunused-function] F(sampler_msg_type, 112, 108) ^ gen8_eu.c:104:24: note: expanded from macro 'F' static inline unsigned __gen8_##name(struct gen8_instruction *insn) \ ^ <scratch space>:104:1: note: expanded from here __gen8_sampler_msg_type ^ gen8_eu.c:236:1: warning: unused function '__gen8_sampler' [-Wunused-function] F(sampler, 107, 104) ^ gen8_eu.c:104:24: note: expanded from macro 'F' static inline unsigned __gen8_##name(struct gen8_instruction *insn) \ ^ <scratch space>:106:1: note: expanded from here __gen8_sampler ^ gen8_eu.c:237:1: warning: unused function '__gen8_binding_table_index' [-Wunused-function] F(binding_table_index, 103, 96) ^ gen8_eu.c:104:24: note: expanded from macro 'F' static inline unsigned __gen8_##name(struct gen8_instruction *insn) \ ^ <scratch space>:108:1: note: expanded from here __gen8_binding_table_index ^ gen8_eu.c:244:1: warning: unused function '__gen8_set_dp_category' [-Wunused-function] F(dp_category, 114, 114) ^ gen8_eu.c:100:20: note: expanded from macro 'F' static inline void __gen8_set_##name(struct gen8_instruction *insn, unsigned v) \ ^ <scratch space>:109:1: note: expanded from here __gen8_set_dp_category ^ gen8_eu.c:244:1: warning: unused function '__gen8_dp_category' [-Wunused-function] gen8_eu.c:104:24: note: expanded from macro 'F' static inline unsigned __gen8_##name(struct gen8_instruction *insn) \ ^ <scratch space>:110:1: note: expanded from here __gen8_dp_category ^ gen8_eu.c:245:1: warning: unused function '__gen8_set_dp_message_type' [-Wunused-function] F(dp_message_type, 113, 110) ^ gen8_eu.c:100:20: note: expanded from macro 'F' static inline void __gen8_set_##name(struct gen8_instruction *insn, unsigned v) \ ^ <scratch space>:111:1: note: expanded from here __gen8_set_dp_message_type ^ gen8_eu.c:245:1: warning: unused function '__gen8_dp_message_type' [-Wunused-function] gen8_eu.c:104:24: note: expanded from macro 'F' static inline unsigned __gen8_##name(struct gen8_instruction *insn) \ ^ <scratch space>:112:1: note: expanded from here __gen8_dp_message_type ^ gen8_eu.c:246:1: warning: unused function '__gen8_set_dp_message_control' [-Wunused-function] F(dp_message_control, 109, 104) ^ gen8_eu.c:100:20: note: expanded from macro 'F' static inline void __gen8_set_##name(struct gen8_instruction *insn, unsigned v) \ ^ <scratch space>:113:1: note: expanded from here __gen8_set_dp_message_control ^ gen8_eu.c:246:1: warning: unused function '__gen8_dp_message_control' [-Wunused-function] gen8_eu.c:104:24: note: expanded from macro 'F' static inline unsigned __gen8_##name(struct gen8_instruction *insn) \ ^ <scratch space>:114:1: note: expanded from here __gen8_dp_message_control ^ gen8_eu.c:247:1: warning: unused function '__gen8_set_dp_binding_table_index' [-Wunused-function] F(dp_binding_table_index, 103, 96) ^ gen8_eu.c:100:20: note: expanded from macro 'F' static inline void __gen8_set_##name(struct gen8_instruction *insn, unsigned v) \ ^ <scratch space>:115:1: note: expanded from here __gen8_set_dp_binding_table_index ^ gen8_eu.c:247:1: warning: unused function '__gen8_dp_binding_table_index' [-Wunused-function] gen8_eu.c:104:24: note: expanded from macro 'F' static inline unsigned __gen8_##name(struct gen8_instruction *insn) \ ^ <scratch space>:116:1: note: expanded from here __gen8_dp_binding_table_index ^ gen8_eu.c:254:1: warning: unused function '__gen8_set_ts_resource_select' [-Wunused-function] F(ts_resource_select, 100, 100) ^ gen8_eu.c:100:20: note: expanded from macro 'F' static inline void __gen8_set_##name(struct gen8_instruction *insn, unsigned v) \ ^ <scratch space>:117:1: note: expanded from here __gen8_set_ts_resource_select ^ gen8_eu.c:254:1: warning: unused function '__gen8_ts_resource_select' [-Wunused-function] gen8_eu.c:104:24: note: expanded from macro 'F' static inline unsigned __gen8_##name(struct gen8_instruction *insn) \ ^ <scratch space>:118:1: note: expanded from here __gen8_ts_resource_select ^ gen8_eu.c:255:1: warning: unused function '__gen8_set_ts_request_type' [-Wunused-function] F(ts_request_type, 97, 97) ^ gen8_eu.c:100:20: note: expanded from macro 'F' static inline void __gen8_set_##name(struct gen8_instruction *insn, unsigned v) \ ^ <scratch space>:119:1: note: expanded from here __gen8_set_ts_request_type ^ gen8_eu.c:255:1: warning: unused function '__gen8_ts_request_type' [-Wunused-function] gen8_eu.c:104:24: note: expanded from macro 'F' static inline unsigned __gen8_##name(struct gen8_instruction *insn) \ ^ <scratch space>:120:1: note: expanded from here __gen8_ts_request_type ^ gen8_eu.c:256:1: warning: unused function '__gen8_set_ts_opcode' [-Wunused-function] F(ts_opcode, 96, 96) ^ gen8_eu.c:100:20: note: expanded from macro 'F' static inline void __gen8_set_##name(struct gen8_instruction *insn, unsigned v) \ ^ <scratch space>:121:1: note: expanded from here __gen8_set_ts_opcode ^ gen8_eu.c:256:1: warning: unused function '__gen8_ts_opcode' [-Wunused-function] gen8_eu.c:104:24: note: expanded from macro 'F' static inline unsigned __gen8_##name(struct gen8_instruction *insn) \ ^ <scratch space>:122:1: note: expanded from here __gen8_ts_opcode ^ gen8_eu.c:263:1: warning: unused function '__gen8_set_vme_message_type' [-Wunused-function] F(vme_message_type, 110, 109) ^ gen8_eu.c:100:20: note: expanded from macro 'F' static inline void __gen8_set_##name(struct gen8_instruction *insn, unsigned v) \ ^ <scratch space>:123:1: note: expanded from here __gen8_set_vme_message_type ^ gen8_eu.c:263:1: warning: unused function '__gen8_vme_message_type' [-Wunused-function] gen8_eu.c:104:24: note: expanded from macro 'F' static inline unsigned __gen8_##name(struct gen8_instruction *insn) \ ^ <scratch space>:124:1: note: expanded from here __gen8_vme_message_type ^ gen8_eu.c:264:1: warning: unused function '__gen8_set_vme_binding_table_index' [-Wunused-function] F(vme_binding_table_index, 103, 96) ^ gen8_eu.c:100:20: note: expanded from macro 'F' static inline void __gen8_set_##name(struct gen8_instruction *insn, unsigned v) \ ^ <scratch space>:125:1: note: expanded from here __gen8_set_vme_binding_table_index ^ gen8_eu.c:264:1: warning: unused function '__gen8_vme_binding_table_index' [-Wunused-function] gen8_eu.c:104:24: note: expanded from macro 'F' static inline unsigned __gen8_##name(struct gen8_instruction *insn) \ ^ <scratch space>:126:1: note: expanded from here __gen8_vme_binding_table_index ^ gen8_eu.c:271:1: warning: unused function '__gen8_set_cre_message_type' [-Wunused-function] F(cre_message_type, 110, 109) ^ gen8_eu.c:100:20: note: expanded from macro 'F' static inline void __gen8_set_##name(struct gen8_instruction *insn, unsigned v) \ ^ <scratch space>:127:1: note: expanded from here __gen8_set_cre_message_type ^ gen8_eu.c:271:1: warning: unused function '__gen8_cre_message_type' [-Wunused-function] gen8_eu.c:104:24: note: expanded from macro 'F' static inline unsigned __gen8_##name(struct gen8_instruction *insn) \ ^ <scratch space>:128:1: note: expanded from here __gen8_cre_message_type ^ gen8_eu.c:272:1: warning: unused function '__gen8_set_cre_binding_table_index' [-Wunused-function] F(cre_binding_table_index, 103, 96) ^ gen8_eu.c:100:20: note: expanded from macro 'F' static inline void __gen8_set_##name(struct gen8_instruction *insn, unsigned v) \ ^ <scratch space>:129:1: note: expanded from here __gen8_set_cre_binding_table_index ^ gen8_eu.c:272:1: warning: unused function '__gen8_cre_binding_table_index' [-Wunused-function] gen8_eu.c:104:24: note: expanded from macro 'F' static inline unsigned __gen8_##name(struct gen8_instruction *insn) \ ^ <scratch space>:130:1: note: expanded from here __gen8_cre_binding_table_index ^ gen8_eu.c:281:24: warning: unused function '__gen8_uip' [-Wunused-function] static inline unsigned __gen8_uip(struct gen8_instruction *insn) ^ gen8_eu.c:286:20: warning: unused function '__gen8_set_uip' [-Wunused-function] static inline void __gen8_set_uip(struct gen8_instruction *insn, unsigned uip) ^ gen8_eu.c:291:24: warning: unused function '__gen8_jip' [-Wunused-function] static inline unsigned __gen8_jip(struct gen8_instruction *insn) ^ gen8_eu.c:296:20: warning: unused function '__gen8_set_jip' [-Wunused-function] static inline void __gen8_set_jip(struct gen8_instruction *insn, unsigned jip) ^ gen8_eu.c:302:19: warning: unused function '__gen8_src1_imm_d' [-Wunused-function] static inline int __gen8_src1_imm_d(struct gen8_instruction *insn) ^ gen8_eu.c:307:24: warning: unused function '__gen8_src1_imm_ud' [-Wunused-function] static inline unsigned __gen8_src1_imm_ud(struct gen8_instruction *insn) ^ gen8_eu.c:312:21: warning: unused function '__gen8_src1_imm_f' [-Wunused-function] static inline float __gen8_src1_imm_f(struct gen8_instruction *insn) ^ gen8_eu.c:778:40: warning: unused function 'gen8_ADD' [-Wunused-function] static inline struct gen8_instruction *gen8_ADD(struct brw_compile *p, ^ gen8_eu.c:837:1: warning: unused function 'gen8_SEL' [-Wunused-function] ALU2(SEL); ^ gen8_eu.c:770:40: note: expanded from macro 'ALU2' static inline struct gen8_instruction *gen8_##OP(struct brw_compile *p, \ ^ <scratch space>:96:1: note: expanded from here gen8_SEL ^ gen8_eu.c:838:1: warning: unused function 'gen8_NOT' [-Wunused-function] ALU1(NOT); ^ gen8_eu.c:762:40: note: expanded from macro 'ALU1' static inline struct gen8_instruction *gen8_##OP(struct brw_compile *p, \ ^ <scratch space>:98:1: note: expanded from here gen8_NOT ^ gen8_eu.c:839:1: warning: unused function 'gen8_AND' [-Wunused-function] ALU2(AND); ^ gen8_eu.c:770:40: note: expanded from macro 'ALU2' static inline struct gen8_instruction *gen8_##OP(struct brw_compile *p, \ ^ <scratch space>:100:1: note: expanded from here gen8_AND ^ gen8_eu.c:840:1: warning: unused function 'gen8_OR' [-Wunused-function] ALU2(OR); ^ gen8_eu.c:770:40: note: expanded from macro 'ALU2' static inline struct gen8_instruction *gen8_##OP(struct brw_compile *p, \ ^ <scratch space>:102:1: note: expanded from here gen8_OR ^ gen8_eu.c:841:1: warning: unused function 'gen8_XOR' [-Wunused-function] ALU2(XOR); ^ gen8_eu.c:770:40: note: expanded from macro 'ALU2' static inline struct gen8_instruction *gen8_##OP(struct brw_compile *p, \ ^ <scratch space>:104:1: note: expanded from here gen8_XOR ^ gen8_eu.c:842:1: warning: unused function 'gen8_SHR' [-Wunused-function] ALU2(SHR); ^ gen8_eu.c:770:40: note: expanded from macro 'ALU2' static inline struct gen8_instruction *gen8_##OP(struct brw_compile *p, \ ^ <scratch space>:106:1: note: expanded from here gen8_SHR ^ gen8_eu.c:843:1: warning: unused function 'gen8_SHL' [-Wunused-function] ALU2(SHL); ^ gen8_eu.c:770:40: note: expanded from macro 'ALU2' static inline struct gen8_instruction *gen8_##OP(struct brw_compile *p, \ ^ <scratch space>:108:1: note: expanded from here gen8_SHL ^ gen8_eu.c:844:1: warning: unused function 'gen8_RSR' [-Wunused-function] ALU2(RSR); ^ gen8_eu.c:770:40: note: expanded from macro 'ALU2' static inline struct gen8_instruction *gen8_##OP(struct brw_compile *p, \ ^ <scratch space>:110:1: note: expanded from here gen8_RSR ^ gen8_eu.c:845:1: warning: unused function 'gen8_RSL' [-Wunused-function] ALU2(RSL); ^ gen8_eu.c:770:40: note: expanded from macro 'ALU2' static inline struct gen8_instruction *gen8_##OP(struct brw_compile *p, \ ^ <scratch space>:112:1: note: expanded from here gen8_RSL ^ gen8_eu.c:846:1: warning: unused function 'gen8_ASR' [-Wunused-function] ALU2(ASR); ^ gen8_eu.c:770:40: note: expanded from macro 'ALU2' static inline struct gen8_instruction *gen8_##OP(struct brw_compile *p, \ ^ <scratch space>:114:1: note: expanded from here gen8_ASR ^ gen8_eu.c:847:1: warning: unused function 'gen8_FRC' [-Wunused-function] ALU1(FRC); ^ gen8_eu.c:762:40: note: expanded from macro 'ALU1' static inline struct gen8_instruction *gen8_##OP(struct brw_compile *p, \ ^ <scratch space>:116:1: note: expanded from here gen8_FRC ^ gen8_eu.c:848:1: warning: unused function 'gen8_RNDD' [-Wunused-function] ALU1(RNDD); ^ gen8_eu.c:762:40: note: expanded from macro 'ALU1' static inline struct gen8_instruction *gen8_##OP(struct brw_compile *p, \ ^ <scratch space>:118:1: note: expanded from here gen8_RNDD ^ gen8_eu.c:849:1: warning: unused function 'gen8_MAC' [-Wunused-function] ALU2(MAC); ^ gen8_eu.c:770:40: note: expanded from macro 'ALU2' static inline struct gen8_instruction *gen8_##OP(struct brw_compile *p, \ ^ <scratch space>:120:1: note: expanded from here gen8_MAC ^ gen8_eu.c:850:1: warning: unused function 'gen8_MACH' [-Wunused-function] ALU2(MACH); ^ gen8_eu.c:770:40: note: expanded from macro 'ALU2' static inline struct gen8_instruction *gen8_##OP(struct brw_compile *p, \ ^ <scratch space>:122:1: note: expanded from here gen8_MACH ^ gen8_eu.c:851:1: warning: unused function 'gen8_LZD' [-Wunused-function] ALU1(LZD); ^ gen8_eu.c:762:40: note: expanded from macro 'ALU1' static inline struct gen8_instruction *gen8_##OP(struct brw_compile *p, \ ^ <scratch space>:124:1: note: expanded from here gen8_LZD ^ gen8_eu.c:852:1: warning: unused function 'gen8_DP4' [-Wunused-function] ALU2(DP4); ^ gen8_eu.c:770:40: note: expanded from macro 'ALU2' static inline struct gen8_instruction *gen8_##OP(struct brw_compile *p, \ ^ <scratch space>:126:1: note: expanded from here gen8_DP4 ^ gen8_eu.c:853:1: warning: unused function 'gen8_DPH' [-Wunused-function] ALU2(DPH); ^ gen8_eu.c:770:40: note: expanded from macro 'ALU2' static inline struct gen8_instruction *gen8_##OP(struct brw_compile *p, \ ^ <scratch space>:128:1: note: expanded from here gen8_DPH ^ gen8_eu.c:854:1: warning: unused function 'gen8_DP3' [-Wunused-function] ALU2(DP3); ^ gen8_eu.c:770:40: note: expanded from macro 'ALU2' static inline struct gen8_instruction *gen8_##OP(struct brw_compile *p, \ ^ <scratch space>:130:1: note: expanded from here gen8_DP3 ^ gen8_eu.c:855:1: warning: unused function 'gen8_DP2' [-Wunused-function] ALU2(DP2); ^ gen8_eu.c:770:40: note: expanded from macro 'ALU2' static inline struct gen8_instruction *gen8_##OP(struct brw_compile *p, \ ^ <scratch space>:132:1: note: expanded from here gen8_DP2 ^ gen8_eu.c:856:1: warning: unused function 'gen8_LINE' [-Wunused-function] ALU2(LINE); ^ gen8_eu.c:770:40: note: expanded from macro 'ALU2' static inline struct gen8_instruction *gen8_##OP(struct brw_compile *p, \ ^ <scratch space>:134:1: note: expanded from here gen8_LINE ^ gen8_eu.c:859:1: warning: unused function 'gen8_RNDZ' [-Wunused-function] ALU1(RNDZ); ^ gen8_eu.c:762:40: note: expanded from macro 'ALU1' static inline struct gen8_instruction *gen8_##OP(struct brw_compile *p, \ ^ <scratch space>:138:1: note: expanded from here gen8_RNDZ ^ gen8_eu.c:860:1: warning: unused function 'gen8_RNDE' [-Wunused-function] ALU1(RNDE); ^ gen8_eu.c:762:40: note: expanded from macro 'ALU1' static inline struct gen8_instruction *gen8_##OP(struct brw_compile *p, \ ^ <scratch space>:140:1: note: expanded from here gen8_RNDE ^ gen8_eu.c:886:20: warning: unused function 'gen8_set_saturate' [-Wunused-function] static inline void gen8_set_saturate(struct brw_compile *p, unsigned value) ^ gen8_eu.c:891:20: warning: unused function 'gen8_set_acc_write_control' [-Wunused-function] static inline void gen8_set_acc_write_control(struct brw_compile *p, unsigned value) ^ 188 warnings generated. CC sna_video_hwmc.lo CC sna_driver.lo sna_dri2.c:197:31: warning: variable 'c' is uninitialized when used here [-Wuninitialized] list_for_each_entry_reverse(c, &info->cache, link) { ^ ../../src/intel_list.h:334:45: note: expanded from macro 'list_for_each_entry_reverse' for (pos = __container_of((head)->prev, pos, member); \ ^ ../../src/intel_list.h:310:20: note: expanded from macro '__container_of' - ((char *)&(sample)->member - (char *)(sample))) ^ sna_dri2.c:195:19: note: initialize the variable 'c' to silence this warning struct dri_bo *c; ^ = NULL sna_dri2.c:166:23: warning: variable 'c' is uninitialized when used here [-Wuninitialized] list_for_each_entry(c, &info->cache, link) { ^ ../../src/intel_list.h:329:45: note: expanded from macro 'list_for_each_entry' for (pos = __container_of((head)->next, pos, member); \ ^ ../../src/intel_list.h:310:20: note: expanded from macro '__container_of' - ((char *)&(sample)->member - (char *)(sample))) ^ sna_dri2.c:165:19: note: initialize the variable 'c' to silence this warning struct dri_bo *c; ^ = NULL sna_dri2.c:72:20: warning: unused function 'unref' [-Wunused-function] static inline void unref(struct kgem_bo *bo) ^ 3 warnings generated. CCLD libsna.la make[4]: Leaving directory `/home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git/src/sna' make[3]: Leaving directory `/home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git/src/sna' Making all in uxa make[3]: Entering directory `/home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git/src/uxa' CC intel_batchbuffer.lo CC intel_display.lo CC intel_driver.lo CC intel_memory.lo CC intel_uxa.lo intel_batchbuffer.c:147:22: warning: variable 'priv' is uninitialized when used here [-Wuninitialized] list_for_each_entry(priv, &intel->batch_pixmaps, batch) ^~~~ ../../src/intel_list.h:329:45: note: expanded from macro 'list_for_each_entry' for (pos = __container_of((head)->next, pos, member); \ ^ ../../src/intel_list.h:310:20: note: expanded from macro '__container_of' intel_driver.c:681:27: warning: variable 'ent' is uninitialized when used here [-Wuninitialized] xorg_list_for_each_entry(ent, &screen->pixmap_dirty_list, ent) { ^~~ /usr/include/xorg/list.h:308:45: note: expanded from macro 'xorg_list_for_each_entry' for (pos = __container_of((head)->next, pos, member); \ ^ ../../src/intel_list.h:310:20: note: expanded from macro '__container_of' - ((char *)&(sample)->member - (char *)(sample))) ^ intel_driver.c:676:26: note: initialize the variable 'ent' to silence this warning PixmapDirtyUpdatePtr ent; ^ = NULL - ((char *)&(sample)->member - (char *)(sample))) ^ intel_batchbuffer.c:145:31: note: initialize the variable 'priv' to silence this warning struct intel_uxa_pixmap *priv; ^ = NULL intel_driver.c:1182:2: error: implicit declaration of function 'intel_sync_close' is invalid in C99 [-Werror,-Wimplicit-function-declaration] intel_sync_close(screen); ^ In file included from intel_uxa.c:44: ./intel_glamor.h:92:1: warning: unused function 'intel_glamor_fd_from_pixmap' [-Wunused-function] intel_glamor_fd_from_pixmap(ScreenPtr screen, ^ intel_driver.c:1182:2: note: did you mean 'intel_mode_close'? ./intel.h:356:13: note: 'intel_mode_close' declared here extern void intel_mode_close(intel_screen_private *intel); ^ 1 warning and 1 error generated. 1 warning generated. make[3]: *** [intel_driver.lo] Error 1 make[3]: *** Waiting for unfinished jobs.... 1 warning generated. intel_display.c:1838:22: warning: variable 'q' is uninitialized when used here [-Wuninitialized] list_for_each_entry(q, &intel_drm_queue, list) { ^ ../../src/intel_list.h:329:45: note: expanded from macro 'list_for_each_entry' for (pos = __container_of((head)->next, pos, member); \ ^ ../../src/intel_list.h:310:20: note: expanded from macro '__container_of' - ((char *)&(sample)->member - (char *)(sample))) ^ intel_display.c:1836:27: note: initialize the variable 'q' to silence this warning struct intel_drm_queue *q; ^ = NULL intel_display.c:1854:22: warning: variable 'q' is uninitialized when used here [-Wuninitialized] list_for_each_entry(q, &intel_drm_queue, list) { ^ ../../src/intel_list.h:329:45: note: expanded from macro 'list_for_each_entry' for (pos = __container_of((head)->next, pos, member); \ ^ ../../src/intel_list.h:310:20: note: expanded from macro '__container_of' - ((char *)&(sample)->member - (char *)(sample))) ^ intel_display.c:1852:27: note: initialize the variable 'q' to silence this warning struct intel_drm_queue *q; ^ = NULL intel_display.c:1871:27: warning: variable 'q' is uninitialized when used here [-Wuninitialized] list_for_each_entry_safe(q, tmp, &intel_drm_queue, list) { ^ ../../src/intel_list.h:346:45: note: expanded from macro 'list_for_each_entry_safe' for (pos = __container_of((head)->next, pos, member), \ ^ ../../src/intel_list.h:310:20: note: expanded from macro '__container_of' - ((char *)&(sample)->member - (char *)(sample))) ^ intel_display.c:1869:27: note: initialize the variable 'q' to silence this warning struct intel_drm_queue *q, *tmp; ^ = NULL intel_display.c:1988:22: warning: variable 'q' is uninitialized when used here [-Wuninitialized] list_for_each_entry(q, &intel_drm_queue, list) { ^ ../../src/intel_list.h:329:45: note: expanded from macro 'list_for_each_entry' for (pos = __container_of((head)->next, pos, member); \ ^ ../../src/intel_list.h:310:20: note: expanded from macro '__container_of' - ((char *)&(sample)->member - (char *)(sample))) ^ intel_display.c:1986:27: note: initialize the variable 'q' to silence this warning struct intel_drm_queue *q; ^ = NULL In file included from intel_display.c:63: ./intel_glamor.h:92:1: warning: unused function 'intel_glamor_fd_from_pixmap' [-Wunused-function] intel_glamor_fd_from_pixmap(ScreenPtr screen, ^ 5 warnings generated. make[3]: Leaving directory `/home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git/src/uxa' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git' make: *** [all] Error 2 Command exited with non-zero status 2 real 15.10 user 36.05 sys 9.19
_______________________________________________ Intel-gfx mailing list Intel-gfx@xxxxxxxxxxxxxxxxxxxxx http://lists.freedesktop.org/mailman/listinfo/intel-gfx