On Fri, Jun 5, 2015 at 1:57 PM, Sedat Dilek <sedat.dilek@xxxxxxxxx> wrote: > On Fri, Jun 5, 2015 at 1:51 PM, Chris Wilson <chris@xxxxxxxxxxxxxxxxxx> wrote: >> On Fri, Jun 05, 2015 at 01:41:25PM +0200, Sedat Dilek wrote: >>> Culprit commit is "sna: Compilation fixes for stable distros" (see >>> attached files). >>> >>> Reverting this commit fixes the issue for me. >>> >>> $ git log --oneline -3 >>> ee885de7ad39 Revert "sna: Compilation fixes for stable distros" >>> 7d30ccea214b sna: Ensure compat_output is sane after sorting outputs >>> 1525b0177862 intel-virtual-output: Fix cloning fixed mode outputs >> >> * Scratches head. >> >> Can you send me your build log for HEAD? (Including the configure >> summary.) >> >> I am now even more puzzled. > > Pauvre tete, ca fait mal a la tete... > config.log with "clang -v" set in the build-script. - sed@ -
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 sys/stat.h... (cached) 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 for TOOL_CURSOR... 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 dev/wscons/wsconsio.h usability... no checking dev/wscons/wsconsio.h presence... no checking for dev/wscons/wsconsio.h... no checking for size_t... yes checking for working alloca.h... yes checking for alloca... yes checking whether sys/types.h defines makedev... 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 whether to include DRI2 support... auto checking whether to include DRI3 support... no checking default DRI support... 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 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.917 will be compiled with: Xorg Video ABI version: 15.0 (xorg-server-1.15.1) pixman version: pixman-1-0.30.2 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 Support for display hotplug notifications (udev): yes Build additional tools and utilities? xf86-video-intel-backlight-helper intel-virtual-output 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 i915_xvmc.lo CC i965_xvmc.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)]; ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1 warning generated. CC xvmc_vld.lo 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. CC intel_batchbuffer.lo 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 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_driver.lo i810_driver.c:1889:12: warning: unused variable 'pI810' [-Wunused-variable] I810Ptr pI810 = I810PTR(scrn); ^ 1 warning generated. CC i810_memory.lo CC i810_video.lo CC i810_wmark.lo CC i810_dga.lo 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_sf.lo CC brw_wm.lo CCLD libbrw.la CC brw_test.o CC brw_test_gen4.o 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. CC brw_test_gen5.o 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. CC brw_test_gen6.o 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. CC brw_test_gen7.o 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-fbbitmap.lo CC libfb_la-fbblt.lo CC libfb_la-fbbltone.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 kgem.c:2689:22: warning: variable 'bo' is uninitialized when used here [-Wuninitialized] list_for_each_entry(bo, &kgem->snoop, list) { ^~ ../../src/intel_list.h:328:45: note: expanded from macro 'list_for_each_entry' for (pos = __container_of((head)->next, pos, member); \ ^ ../../src/intel_list.h:309:41: note: expanded from macro '__container_of' (void *)((char *)(ptr) - ((char *)&(sample)->member - (char *)(sample))) ^ kgem.c:2674:20: note: initialize the variable 'bo' to silence this warning struct kgem_bo *bo, *first = NULL; ^ = NULL kgem.c:2935:27: warning: variable 'bo' is uninitialized when used here [-Wuninitialized] list_for_each_entry_safe(bo, next, &kgem->flushing, request) { ^~ ../../src/intel_list.h:345:45: note: expanded from macro 'list_for_each_entry_safe' for (pos = __container_of((head)->next, pos, member), \ ^ ../../src/intel_list.h:309:41: note: expanded from macro '__container_of' (void *)((char *)(ptr) - ((char *)&(sample)->member - (char *)(sample))) ^ kgem.c:2932:20: note: initialize the variable 'bo' to silence this warning struct kgem_bo *bo, *next; ^ = NULL kgem.c:3224:22: warning: variable 'bo' is uninitialized when used here [-Wuninitialized] list_for_each_entry(bo, &kgem->active_buffers, base.list) ^~ ../../src/intel_list.h:328:45: note: expanded from macro 'list_for_each_entry' for (pos = __container_of((head)->next, pos, member); \ ^ ../../src/intel_list.h:309:41: note: expanded from macro '__container_of' (void *)((char *)(ptr) - ((char *)&(sample)->member - (char *)(sample))) ^ kgem.c:3222:24: note: initialize the variable 'bo' to silence this warning struct kgem_buffer *bo; ^ = NULL kgem.c:3238:27: warning: variable 'bo' is uninitialized when used here [-Wuninitialized] list_for_each_entry_safe(bo, next, &rq->buffers, request) { ^~ ../../src/intel_list.h:345:45: note: expanded from macro 'list_for_each_entry_safe' for (pos = __container_of((head)->next, pos, member), \ ^ ../../src/intel_list.h:309:41: note: expanded from macro '__container_of' (void *)((char *)(ptr) - ((char *)&(sample)->member - (char *)(sample))) ^ kgem.c:3234:20: note: initialize the variable 'bo' to silence this warning struct kgem_bo *bo, *next; ^ = NULL kgem.c:3328: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:345:45: note: expanded from macro 'list_for_each_entry_safe' for (pos = __container_of((head)->next, pos, member), \ ^ ../../src/intel_list.h:309:41: note: expanded from macro '__container_of' (void *)((char *)(ptr) - ((char *)&(sample)->member - (char *)(sample))) ^ kgem.c:3326:24: note: initialize the variable 'bo' to silence this warning struct kgem_buffer *bo, *next; ^ = NULL kgem.c:4008:25: warning: variable 'bo' is uninitialized when used here [-Wuninitialized] list_for_each_entry(bo, &kgem->next_request->buffers, request) { ^~ ../../src/intel_list.h:328:45: note: expanded from macro 'list_for_each_entry' for (pos = __container_of((head)->next, pos, member); \ ^ ../../src/intel_list.h:309:41: note: expanded from macro '__container_of' (void *)((char *)(ptr) - ((char *)&(sample)->member - (char *)(sample))) ^ kgem.c:4006:23: note: initialize the variable 'bo' to silence this warning struct kgem_bo *bo, *found = NULL; ^ = NULL kgem.c:4450:23: warning: variable 'bo' is uninitialized when used here [-Wuninitialized] list_for_each_entry(bo, cache, vma) { ^~ ../../src/intel_list.h:328:45: note: expanded from macro 'list_for_each_entry' for (pos = __container_of((head)->next, pos, member); \ ^ ../../src/intel_list.h:309:41: note: expanded from macro '__container_of' (void *)((char *)(ptr) - ((char *)&(sample)->member - (char *)(sample))) ^ kgem.c:4356:20: note: initialize the variable 'bo' to silence this warning struct kgem_bo *bo, *first = NULL; ^ = NULL kgem.c:5159:31: warning: variable 'bo' is uninitialized when used here [-Wuninitialized] list_for_each_entry_reverse(bo, &kgem->scanout, list) { ^~ ../../src/intel_list.h:333:45: note: expanded from macro 'list_for_each_entry_reverse' for (pos = __container_of((head)->prev, pos, member); \ ^ ../../src/intel_list.h:309:41: note: expanded from macro '__container_of' (void *)((char *)(ptr) - ((char *)&(sample)->member - (char *)(sample))) ^ kgem.c:5128:20: note: initialize the variable 'bo' to silence this warning struct kgem_bo *bo; ^ = NULL kgem.c:6930:22: warning: variable 'bo' is uninitialized when used here [-Wuninitialized] list_for_each_entry(bo, buffers, request) { ^~ ../../src/intel_list.h:328:45: note: expanded from macro 'list_for_each_entry' for (pos = __container_of((head)->next, pos, member); \ ^ ../../src/intel_list.h:309:41: note: expanded from macro '__container_of' (void *)((char *)(ptr) - ((char *)&(sample)->member - (char *)(sample))) ^ kgem.c:6928:20: note: initialize the variable 'bo' to silence this warning struct kgem_bo *bo; ^ = NULL kgem.c:7222:22: warning: variable 'bo' is uninitialized when used here [-Wuninitialized] list_for_each_entry(bo, &kgem->batch_buffers, base.list) { ^~ ../../src/intel_list.h:328:45: note: expanded from macro 'list_for_each_entry' for (pos = __container_of((head)->next, pos, member); \ ^ ../../src/intel_list.h:309:41: note: expanded from macro '__container_of' (void *)((char *)(ptr) - ((char *)&(sample)->member - (char *)(sample))) ^ kgem.c:7208:24: note: initialize the variable 'bo' to silence this warning struct kgem_buffer *bo; ^ = NULL 10 warnings generated. CC sna_accel.lo sna_accel.c:17378: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:309:41: note: expanded from macro '__container_of' (void *)((char *)(ptr) - ((char *)&(sample)->member - (char *)(sample))) ^ sna_accel.c:17376:28: note: initialize the variable 'dirty' to silence this warning PixmapDirtyUpdatePtr dirty; ^ = NULL sna_accel.c:17527: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:309:41: note: expanded from macro '__container_of' (void *)((char *)(ptr) - ((char *)&(sample)->member - (char *)(sample))) ^ sna_accel.c:17524:28: note: initialize the variable 'dirty' to silence this warning PixmapDirtyUpdatePtr dirty; ^ = NULL sna_accel.c:17785: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:309:41: note: expanded from macro '__container_of' (void *)((char *)(ptr) - ((char *)&(sample)->member - (char *)(sample))) ^ sna_accel.c:17783:28: note: initialize the variable 'dirty' to silence this warning PixmapDirtyUpdatePtr dirty, safe; ^ = NULL 3 warnings generated. CC sna_acpi.lo CC sna_blt.lo CC sna_composite.lo CC sna_cpu.lo CC sna_damage.lo 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:328:45: note: expanded from macro 'list_for_each_entry' for (pos = __container_of((head)->next, pos, member); \ ^ ../../src/intel_list.h:309:41: note: expanded from macro '__container_of' (void *)((char *)(ptr) - ((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 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:328:45: note: expanded from macro 'list_for_each_entry' for (pos = __container_of((head)->next, pos, member); \ ^ ../../src/intel_list.h:309:41: note: expanded from macro '__container_of' (void *)((char *)(ptr) - ((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_display.lo sna_display.c:1266:24: warning: variable 'crtc' is uninitialized when used here [-Wuninitialized] list_for_each_entry(crtc, &sna->mode.shadow_crtc, shadow_link) ^~~~ ../../src/intel_list.h:328:45: note: expanded from macro 'list_for_each_entry' for (pos = __container_of((head)->next, pos, member); \ ^ ../../src/intel_list.h:309:41: note: expanded from macro '__container_of' (void *)((char *)(ptr) - ((char *)&(sample)->member - (char *)(sample))) ^ sna_display.c:1263:25: note: initialize the variable 'crtc' to silence this warning struct sna_crtc *crtc; ^ = NULL sna_display.c:1252:23: warning: variable 'crtc' is uninitialized when used here [-Wuninitialized] list_for_each_entry(crtc, &sna->mode.shadow_crtc, shadow_link) ^~~~ ../../src/intel_list.h:328:45: note: expanded from macro 'list_for_each_entry' for (pos = __container_of((head)->next, pos, member); \ ^ ../../src/intel_list.h:309:41: note: expanded from macro '__container_of' (void *)((char *)(ptr) - ((char *)&(sample)->member - (char *)(sample))) ^ sna_display.c:1251:24: note: initialize the variable 'crtc' to silence this warning struct sna_crtc *crtc; ^ = NULL sna_display.c:1211:24: warning: variable 'crtc' is uninitialized when used here [-Wuninitialized] list_for_each_entry(crtc, &sna->mode.shadow_crtc, shadow_link) { ^~~~ ../../src/intel_list.h:328:45: note: expanded from macro 'list_for_each_entry' for (pos = __container_of((head)->next, pos, member); \ ^ ../../src/intel_list.h:309:41: note: expanded from macro '__container_of' (void *)((char *)(ptr) - ((char *)&(sample)->member - (char *)(sample))) ^ sna_display.c:1209:25: note: initialize the variable 'crtc' to silence this warning struct sna_crtc *crtc; ^ = NULL 3 warnings generated. CC sna_display_fake.lo Recording git-tree used for compilation: 2.99.917-338-g7d30ccea214b CC sna_driver.lo CC sna_glyphs.lo CC sna_gradient.lo CC sna_io.lo 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 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>:145: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>:147: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>:149:1: note: expanded from here __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>:151: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>:153: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>:155: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>:157: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>:159: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>:161: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>:163: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>:165: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>:167: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>:168: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>:169: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>:171: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>:173: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>:175: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>:177: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>:179: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>:181: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>:183: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>:185: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>:187: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>:189: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>:191: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>:193: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>:195: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>:196: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>:197: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>:199: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>:201: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>:203: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>:205: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>:207: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>:209: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>:210: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>:211: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>:213: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>:217: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>:219: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>:221: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>:222: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>:223: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>:224: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>:225: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>:227: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>:2: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>:3: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>:4: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>:5: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>:7: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>:9: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>:11: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>:14: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>:15: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>:17: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>:18: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>:19: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>:20: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>:21: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>:22: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>:23: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>:24: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>:25: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>:26: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>:29: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>:30: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>:31: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>:32: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>:33: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>:34: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>:35: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>:36: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>:37: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>:38: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>:39: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>:40: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>:41: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>:42: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>:43: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>:44: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>:45: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>:46: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>:47: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>:48: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>:49: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>:50: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>:51: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>:52: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>:53: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>:54: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>:55: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>:56: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>:57: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>:58: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>:59: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>:60: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>:61: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>:62: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>:63: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>:64: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>:65: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>:66: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>:67: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>:68: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>:69: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>:70: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>:71: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>:72: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>:73: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>:74: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>:75: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>:76: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>:77: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>:79: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>:81: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>:83: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>:85: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>:87: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>:89: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>:90: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>:91: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>:92: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>:93: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>:94: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>:95: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>:96: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>:97: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>:98: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>:99: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>:101: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>:103: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>:105: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>:107: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>:108: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>:109: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>:110: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>:111: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>:112: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>:113: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>:114: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>:115: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>:116: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>:117: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>:118: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>:119: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>:120: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>:121: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>:122: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>:123: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>:124: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>:125: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>:126: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>:127: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>:128: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>:129: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>:94: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>:96: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>:98: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>:100: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>:102: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>:104: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>:106: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>:108: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>:110: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>:112: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>:114: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>:116: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>:118: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>:120: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>:122: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>:124: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>:126: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>:128: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>:130: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>:132: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>:136: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>:138: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 gen8_render.lo CC gen8_vertex.lo CC sna_dri2.lo sna_dri2.c:273:31: warning: variable 'c' is uninitialized when used here [-Wuninitialized] list_for_each_entry_reverse(c, &info->cache, link) { ^ ../../src/intel_list.h:333:45: note: expanded from macro 'list_for_each_entry_reverse' for (pos = __container_of((head)->prev, pos, member); \ ^ ../../src/intel_list.h:309:41: note: expanded from macro '__container_of' (void *)((char *)(ptr) - ((char *)&(sample)->member - (char *)(sample))) ^ sna_dri2.c:271:19: note: initialize the variable 'c' to silence this warning struct dri_bo *c; ^ = NULL sna_dri2.c:221:23: warning: variable 'c' is uninitialized when used here [-Wuninitialized] list_for_each_entry(c, &info->cache, link) { ^ ../../src/intel_list.h:328:45: note: expanded from macro 'list_for_each_entry' for (pos = __container_of((head)->next, pos, member); \ ^ ../../src/intel_list.h:309:41: note: expanded from macro '__container_of' (void *)((char *)(ptr) - ((char *)&(sample)->member - (char *)(sample))) ^ sna_dri2.c:220:19: note: initialize the variable 'c' to silence this warning struct dri_bo *c; ^ = NULL 2 warnings generated. CC sna_video_hwmc.lo 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 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:328:45: note: expanded from macro 'list_for_each_entry' for (pos = __container_of((head)->next, pos, member); \ ^ ../../src/intel_list.h:309:41: note: expanded from macro '__container_of' (void *)((char *)(ptr) - ((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 1 warning generated. CC intel_display.lo intel_display.c:1875:22: warning: variable 'q' is uninitialized when used here [-Wuninitialized] list_for_each_entry(q, &intel_drm_queue, list) { ^ ../../src/intel_list.h:328:45: note: expanded from macro 'list_for_each_entry' for (pos = __container_of((head)->next, pos, member); \ ^ ../../src/intel_list.h:309:41: note: expanded from macro '__container_of' (void *)((char *)(ptr) - ((char *)&(sample)->member - (char *)(sample))) ^ intel_display.c:1873:27: note: initialize the variable 'q' to silence this warning struct intel_drm_queue *q; ^ = NULL intel_display.c:1891:22: warning: variable 'q' is uninitialized when used here [-Wuninitialized] list_for_each_entry(q, &intel_drm_queue, list) { ^ ../../src/intel_list.h:328:45: note: expanded from macro 'list_for_each_entry' for (pos = __container_of((head)->next, pos, member); \ ^ ../../src/intel_list.h:309:41: note: expanded from macro '__container_of' (void *)((char *)(ptr) - ((char *)&(sample)->member - (char *)(sample))) ^ intel_display.c:1889:27: note: initialize the variable 'q' to silence this warning struct intel_drm_queue *q; ^ = NULL intel_display.c:1908: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:345:45: note: expanded from macro 'list_for_each_entry_safe' for (pos = __container_of((head)->next, pos, member), \ ^ ../../src/intel_list.h:309:41: note: expanded from macro '__container_of' (void *)((char *)(ptr) - ((char *)&(sample)->member - (char *)(sample))) ^ intel_display.c:1906:27: note: initialize the variable 'q' to silence this warning struct intel_drm_queue *q, *tmp; ^ = NULL intel_display.c:1997:22: warning: variable 'q' is uninitialized when used here [-Wuninitialized] list_for_each_entry(q, &intel_drm_queue, list) { ^ ../../src/intel_list.h:328:45: note: expanded from macro 'list_for_each_entry' for (pos = __container_of((head)->next, pos, member); \ ^ ../../src/intel_list.h:309:41: note: expanded from macro '__container_of' (void *)((char *)(ptr) - ((char *)&(sample)->member - (char *)(sample))) ^ intel_display.c:1995:27: note: initialize the variable 'q' to silence this warning struct intel_drm_queue *q; ^ = NULL 4 warnings generated. CC intel_driver.lo intel_driver.c:663: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:309:41: note: expanded from macro '__container_of' (void *)((char *)(ptr) - ((char *)&(sample)->member - (char *)(sample))) ^ intel_driver.c:658:26: note: initialize the variable 'ent' to silence this warning PixmapDirtyUpdatePtr ent; ^ = NULL 1 warning generated. CC intel_memory.lo CC intel_uxa.lo CC intel_video.lo CC intel_video_overlay.lo CC intel_uxa_video.lo CC i830_3d.lo CC i830_render.lo CC i915_3d.lo CC i915_render.lo CC i915_video.lo CC i965_3d.lo CC i965_video.lo CC i965_render.lo CC uxa.lo uxa.c:260:23: warning: cast from 'const struct _GCOps *' to 'struct _GCOps *' drops const qualifier [-Wcast-qual] pGC->ops = (GCOps *) & uxa_ops; ^ 1 warning generated. CC uxa-accel.lo CC uxa-glyphs.lo CC uxa-render.lo CC uxa-unaccel.lo CC intel_dri.lo CC intel_hwmc.lo CCLD libuxa.la make[3]: Leaving directory `/home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git/src/uxa' make[3]: Entering directory `/home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git/src' CC backlight.lo CC fd.lo CC intel_device.lo CC intel_options.lo CC intel_module.lo CCLD intel_drv.la make[3]: Leaving directory `/home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git/src' make[2]: Leaving directory `/home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git/src' Making all in tools make[2]: Entering directory `/home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git/tools' CC intel_virtual_output-virtual.o virtual.c:2937:16: warning: 'format' attribute argument not supported: gnu_printf [-Wignored-attributes] __attribute__((format(gnu_printf, 3, 4))) ^ virtual.c:2951:40: warning: format string is not a string literal [-Wformat-nonliteral] len = vsnprintf(buf+4, sizeof(buf)-4, format, va)+5; ^~~~~~ 2 warnings generated. CCLD intel-virtual-output CC backlight_helper.o CCLD xf86-video-intel-backlight-helper CC cursor-cursor.o CCLD cursor CC dri3info-dri3info.o CCLD dri3info GEN intel-virtual-output.4 make[2]: Leaving directory `/home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git/tools' Making all in test make[2]: Entering directory `/home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git/test' CC test_display.lo CC test_image.lo CC test_log.lo test_log.c:12:19: warning: format string is not a string literal [-Wformat-nonliteral] vfprintf(stderr, fmt, va); ^~~ test_log.c:8:1: warning: function 'die' could be declared with attribute 'noreturn' [-Wmissing-noreturn] { ^ 2 warnings generated. CC test_render.lo CC dri2.lo CC dri3.lo CCLD libtest.la CC lowlevel-blt-bench.o CCLD lowlevel-blt-bench make[2]: Leaving directory `/home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git/test' make[2]: Entering directory `/home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git' make[2]: Leaving directory `/home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git' make[1]: Leaving directory `/home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git' real 45.07 user 34.25 sys 10.94 Making install in man make[1]: Entering directory `/home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git/man' make[2]: Entering directory `/home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git/man' make[2]: Nothing to be done for `install-exec-am'. test -z "/opt/xorg/share/man/man4" || /bin/mkdir -p "/opt/xorg/share/man/man4" /usr/bin/install -c -m 644 intel.4 '/opt/xorg/share/man/man4' make[2]: Leaving directory `/home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git/man' make[1]: Leaving directory `/home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git/man' Making install in libobj make[1]: Entering directory `/home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git/libobj' make[2]: Entering directory `/home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git/libobj' make[2]: Nothing to be done for `install-exec-am'. make[2]: Nothing to be done for `install-data-am'. make[2]: Leaving directory `/home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git/libobj' make[1]: Leaving directory `/home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git/libobj' Making install in xvmc make[1]: Entering directory `/home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git/xvmc' Making install in shader make[2]: Entering directory `/home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git/xvmc/shader' Making install in mc make[3]: Entering directory `/home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git/xvmc/shader/mc' make install-am make[4]: Entering directory `/home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git/xvmc/shader/mc' 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 `install-exec-am'. make[5]: Nothing to be done for `install-data-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' make[3]: Leaving directory `/home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git/xvmc/shader/mc' Making install in vld make[3]: Entering directory `/home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git/xvmc/shader/vld' make install-am make[4]: Entering directory `/home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git/xvmc/shader/vld' 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 `install-exec-am'. make[5]: Nothing to be done for `install-data-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[3]: Leaving directory `/home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git/xvmc/shader/vld' make[3]: Entering directory `/home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git/xvmc/shader' make[4]: Entering directory `/home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git/xvmc/shader' make[4]: Nothing to be done for `install-exec-am'. make[4]: Nothing to be done for `install-data-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[2]: Leaving directory `/home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git/xvmc/shader' make[2]: Entering directory `/home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git/xvmc' make[3]: Entering directory `/home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git/xvmc' test -z "/opt/xorg/lib" || /bin/mkdir -p "/opt/xorg/lib" /bin/bash ../libtool --mode=install /usr/bin/install -c libIntelXvMC.la '/opt/xorg/lib' libtool: install: /usr/bin/install -c .libs/libIntelXvMC.so.1.0.0 /opt/xorg/lib/libIntelXvMC.so.1.0.0 libtool: install: (cd /opt/xorg/lib && { ln -s -f libIntelXvMC.so.1.0.0 libIntelXvMC.so.1 || { rm -f libIntelXvMC.so.1 && ln -s libIntelXvMC.so.1.0.0 libIntelXvMC.so.1; }; }) libtool: install: (cd /opt/xorg/lib && { ln -s -f libIntelXvMC.so.1.0.0 libIntelXvMC.so || { rm -f libIntelXvMC.so && ln -s libIntelXvMC.so.1.0.0 libIntelXvMC.so; }; }) libtool: install: /usr/bin/install -c .libs/libIntelXvMC.lai /opt/xorg/lib/libIntelXvMC.la libtool: finish: PATH="/opt/llvm/bin:/opt/llvm/bin:/opt/xorg/bin:/opt/xorg/bin:/opt/llvm/bin:/home/wearefam/bin:/usr/lib/lightdm/lightdm:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/sbin" ldconfig -n /opt/xorg/lib ---------------------------------------------------------------------- Libraries have been installed in: /opt/xorg/lib If you ever happen to want to link against installed libraries in a given directory, LIBDIR, you must either use libtool, and specify the full pathname of the library, or use the `-LLIBDIR' flag during linking and do at least one of the following: - add LIBDIR to the `LD_LIBRARY_PATH' environment variable during execution - add LIBDIR to the `LD_RUN_PATH' environment variable during linking - use the `-Wl,-rpath -Wl,LIBDIR' linker flag - have your system administrator add LIBDIR to `/etc/ld.so.conf' See any operating system documentation about shared libraries for more information, such as the ld(1) and ld.so(8) manual pages. ---------------------------------------------------------------------- make[3]: Nothing to be done for `install-data-am'. 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' make[1]: Leaving directory `/home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git/xvmc' Making install in src make[1]: Entering directory `/home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git/src' Making install in render_program make[2]: Entering directory `/home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git/src/render_program' make install-am make[3]: Entering directory `/home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git/src/render_program' 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 `install-exec-am'. make[4]: Nothing to be done for `install-data-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' make[2]: Leaving directory `/home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git/src/render_program' Making install in legacy make[2]: Entering directory `/home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git/src/legacy' Making install in i810 make[3]: Entering directory `/home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git/src/legacy/i810' Making install in xvmc make[4]: Entering 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/xvmc' test -z "/opt/xorg/lib" || /bin/mkdir -p "/opt/xorg/lib" /bin/bash ../../../../libtool --mode=install /usr/bin/install -c libI810XvMC.la '/opt/xorg/lib' libtool: install: /usr/bin/install -c .libs/libI810XvMC.so.1.0.0 /opt/xorg/lib/libI810XvMC.so.1.0.0 libtool: install: (cd /opt/xorg/lib && { ln -s -f libI810XvMC.so.1.0.0 libI810XvMC.so.1 || { rm -f libI810XvMC.so.1 && ln -s libI810XvMC.so.1.0.0 libI810XvMC.so.1; }; }) libtool: install: (cd /opt/xorg/lib && { ln -s -f libI810XvMC.so.1.0.0 libI810XvMC.so || { rm -f libI810XvMC.so && ln -s libI810XvMC.so.1.0.0 libI810XvMC.so; }; }) libtool: install: /usr/bin/install -c .libs/libI810XvMC.lai /opt/xorg/lib/libI810XvMC.la libtool: finish: PATH="/opt/llvm/bin:/opt/llvm/bin:/opt/xorg/bin:/opt/xorg/bin:/opt/llvm/bin:/home/wearefam/bin:/usr/lib/lightdm/lightdm:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/sbin" ldconfig -n /opt/xorg/lib ---------------------------------------------------------------------- Libraries have been installed in: /opt/xorg/lib If you ever happen to want to link against installed libraries in a given directory, LIBDIR, you must either use libtool, and specify the full pathname of the library, or use the `-LLIBDIR' flag during linking and do at least one of the following: - add LIBDIR to the `LD_LIBRARY_PATH' environment variable during execution - add LIBDIR to the `LD_RUN_PATH' environment variable during linking - use the `-Wl,-rpath -Wl,LIBDIR' linker flag - have your system administrator add LIBDIR to `/etc/ld.so.conf' See any operating system documentation about shared libraries for more information, such as the ld(1) and ld.so(8) manual pages. ---------------------------------------------------------------------- make[5]: Nothing to be done for `install-data-am'. make[5]: Leaving directory `/home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git/src/legacy/i810/xvmc' make[4]: Leaving directory `/home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git/src/legacy/i810/xvmc' make[4]: Entering directory `/home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git/src/legacy/i810' make[5]: Entering directory `/home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git/src/legacy/i810' make[5]: Nothing to be done for `install-exec-am'. make[5]: Nothing to be done for `install-data-am'. 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[3]: Leaving directory `/home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git/src/legacy/i810' make[3]: Entering directory `/home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git/src/legacy' make[4]: Entering directory `/home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git/src/legacy' make[4]: Nothing to be done for `install-exec-am'. make[4]: Nothing to be done for `install-data-am'. 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' make[2]: Leaving directory `/home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git/src/legacy' Making install in sna make[2]: Entering directory `/home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git/src/sna' Making install in brw make[3]: Entering directory `/home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git/src/sna/brw' make[4]: Entering directory `/home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git/src/sna/brw' make[4]: Nothing to be done for `install-exec-am'. make[4]: Nothing to be done for `install-data-am'. make[4]: Leaving directory `/home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git/src/sna/brw' make[3]: Leaving directory `/home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git/src/sna/brw' Making install in fb make[3]: Entering 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/fb' make[4]: Nothing to be done for `install-exec-am'. make[4]: Nothing to be done for `install-data-am'. make[4]: Leaving directory `/home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git/src/sna/fb' make[3]: Leaving directory `/home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git/src/sna/fb' make[3]: Entering directory `/home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git/src/sna' make[4]: Entering directory `/home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git/src/sna' make[4]: Nothing to be done for `install-exec-am'. make[4]: Nothing to be done for `install-data-am'. 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' make[2]: Leaving directory `/home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git/src/sna' Making install in uxa make[2]: Entering directory `/home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git/src/uxa' make[3]: Entering directory `/home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git/src/uxa' make[3]: Nothing to be done for `install-exec-am'. make[3]: Nothing to be done for `install-data-am'. make[3]: Leaving directory `/home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git/src/uxa' make[2]: Leaving directory `/home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git/src/uxa' make[2]: Entering directory `/home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git/src' make[3]: Entering directory `/home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git/src' make[3]: Nothing to be done for `install-exec-am'. test -z "/opt/xorg/lib/xorg/modules/drivers" || /bin/mkdir -p "/opt/xorg/lib/xorg/modules/drivers" /bin/bash ../libtool --mode=install /usr/bin/install -c intel_drv.la '/opt/xorg/lib/xorg/modules/drivers' libtool: install: /usr/bin/install -c .libs/intel_drv.so /opt/xorg/lib/xorg/modules/drivers/intel_drv.so libtool: install: /usr/bin/install -c .libs/intel_drv.lai /opt/xorg/lib/xorg/modules/drivers/intel_drv.la libtool: finish: PATH="/opt/llvm/bin:/opt/llvm/bin:/opt/xorg/bin:/opt/xorg/bin:/opt/llvm/bin:/home/wearefam/bin:/usr/lib/lightdm/lightdm:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/sbin" ldconfig -n /opt/xorg/lib/xorg/modules/drivers ---------------------------------------------------------------------- Libraries have been installed in: /opt/xorg/lib/xorg/modules/drivers If you ever happen to want to link against installed libraries in a given directory, LIBDIR, you must either use libtool, and specify the full pathname of the library, or use the `-LLIBDIR' flag during linking and do at least one of the following: - add LIBDIR to the `LD_LIBRARY_PATH' environment variable during execution - add LIBDIR to the `LD_RUN_PATH' environment variable during linking - use the `-Wl,-rpath -Wl,LIBDIR' linker flag - have your system administrator add LIBDIR to `/etc/ld.so.conf' See any operating system documentation about shared libraries for more information, such as the ld(1) and ld.so(8) manual pages. ---------------------------------------------------------------------- make[3]: Leaving directory `/home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git/src' make[2]: Leaving directory `/home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git/src' make[1]: Leaving directory `/home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git/src' Making install in tools make[1]: Entering directory `/home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git/tools' make[2]: Entering directory `/home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git/tools' test -z "/opt/xorg/bin" || /bin/mkdir -p "/opt/xorg/bin" /bin/bash ../libtool --mode=install /usr/bin/install -c intel-virtual-output '/opt/xorg/bin' libtool: install: /usr/bin/install -c intel-virtual-output /opt/xorg/bin/intel-virtual-output test -z "/opt/xorg/libexec" || /bin/mkdir -p "/opt/xorg/libexec" /bin/bash ../libtool --mode=install /usr/bin/install -c xf86-video-intel-backlight-helper '/opt/xorg/libexec' libtool: install: /usr/bin/install -c xf86-video-intel-backlight-helper /opt/xorg/libexec/xf86-video-intel-backlight-helper make install-exec-hook make[3]: Entering directory `/home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git/tools' chown root /opt/xorg/libexec/xf86-video-intel-backlight-helper && chmod u+s /opt/xorg/libexec/xf86-video-intel-backlight-helper make[3]: Leaving directory `/home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git/tools' test -z "/opt/xorg/share/man/man4" || /bin/mkdir -p "/opt/xorg/share/man/man4" /usr/bin/install -c -m 644 intel-virtual-output.4 '/opt/xorg/share/man/man4' test -z "/opt/xorg/share/polkit-1/actions" || /bin/mkdir -p "/opt/xorg/share/polkit-1/actions" /usr/bin/install -c -m 644 org.x.xf86-video-intel.backlight-helper.policy '/opt/xorg/share/polkit-1/actions' make[2]: Leaving directory `/home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git/tools' make[1]: Leaving directory `/home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git/tools' Making install in test make[1]: Entering directory `/home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git/test' make[2]: Entering directory `/home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git/test' make[2]: Nothing to be done for `install-exec-am'. make[2]: Nothing to be done for `install-data-am'. make[2]: Leaving directory `/home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git/test' make[1]: Leaving directory `/home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git/test' make[1]: Entering directory `/home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git' make[2]: Entering directory `/home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git' make[2]: Nothing to be done for `install-exec-am'. make[2]: Nothing to be done for `install-data-am'. make[2]: Leaving directory `/home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git' make[1]: Leaving directory `/home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git' libdrm_intel.so.1 => /opt/xorg/lib/libdrm_intel.so.1 (0x00007fc5aa316000) libdrm.so.2 => /opt/xorg/lib/libdrm.so.2 (0x00007fc5a9efb000)
_______________________________________________ Intel-gfx mailing list Intel-gfx@xxxxxxxxxxxxxxxxxxxxx http://lists.freedesktop.org/mailman/listinfo/intel-gfx