Chris Wilson
699ab78715
drm/i915: Silence compiler warning in dvo
...
drivers/gpu/drm/i915/intel_dvo.c: In function ‘intel_dvo_init’:
drivers/gpu/drm/i915/intel_dvo.c:531:8: warning: array subscript is above array bounds [-Warray-bounds]
gcc -v
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.7/lto-wrapper
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Debian 4.7.2-5'
--with-bugurl=file:///usr/share/doc/gcc-4.7/README.Bugs
--enable-languages=c,c++,go,fortran,objc,obj-c++ --prefix=/usr
--program-suffix=-4.7 --enable-shared --enable-linker-build-id
--with-system-zlib --libexecdir=/usr/lib --without-included-gettext
--enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.7
--libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu
--enable-libstdcxx-debug --enable-libstdcxx-time=yes
--enable-gnu-unique-object --enable-plugin --enable-objc-gc
--with-arch-32=i586 --with-tune=generic --enable-checking=release
--build=x86_64-linux-gnu --host=x86_64-linux-gnu
--target=x86_64-linux-gnu
Thread model: posix
and
gcc -v
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/i686-linux-gnu/4.8/lto-wrapper
Target: i686-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu
4.8.2-19ubuntu1' --with-bugurl=file:///usr/share/doc/gcc-4.8/README.Bugs
--enable-languages=c,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr
--program-suffix=-4.8 --enable-shared --enable-linker-build-id
--libexecdir=/usr/lib --without-included-gettext --enable-threads=posix
--with-gxx-include-dir=/usr/include/c++/4.8 --libdir=/usr/lib
--enable-nls --with-sysroot=/ --enable-clocale=gnu
--enable-libstdcxx-debug --enable-libstdcxx-time=yes
--enable-gnu-unique-object --disable-libmudflap --enable-plugin
--with-system-zlib --disable-browser-plugin --enable-java-awt=gtk
--enable-gtk-cairo
--with-java-home=/usr/lib/jvm/java-1.5.0-gcj-4.8-i386/jre
--enable-java-home
--with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-4.8-i386
--with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-4.8-i386
--with-arch-directory=i386
--with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc
--enable-targets=all --enable-multiarch --disable-werror
--with-arch-32=i686 --with-multilib-list=m32,m64,mx32
--with-tune=generic --enable-checking=release --build=i686-linux-gnu
--host=i686-linux-gnu --target=i686-linux-gnu
Thread model: posix
gcc version 4.8.2 (Ubuntu 4.8.2-19ubuntu1)
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Cc: Ville Syrjälä <ville.syrjala@linux.intel.com>
Reviewed-by: Dave Gordon <david.s.gordon@intel.com>
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
2015-04-29 14:37:48 +03:00
..
2015-03-20 14:56:19 +01:00
2015-02-10 10:23:15 +00:00
2015-03-01 18:43:51 -08:00
2015-03-27 15:22:46 -04:00
2015-03-24 16:42:54 -07:00
2015-01-29 10:54:43 +02:00
2015-03-23 09:35:12 -06:00
2015-02-23 09:30:35 +02:00
2015-02-17 09:27:54 -08:00
2015-03-17 10:36:01 -07:00
2015-03-15 15:07:08 -07:00
2015-03-26 10:59:40 +01:00
2015-02-04 10:42:55 -08:00
2015-03-06 13:43:33 -08:00
2015-03-13 18:31:29 +01:00
2015-02-18 08:49:20 -08:00
2015-02-13 21:39:06 +01:00
2015-03-30 23:17:08 +05:30
2015-01-22 16:29:31 +05:30
2015-02-19 11:18:14 -08:00
2015-01-26 13:47:55 +09:00
2015-02-02 21:56:03 +01:00
2015-03-31 10:45:47 +02:00
2015-03-27 11:17:08 +01:00
2015-04-29 14:37:48 +03:00
2015-03-17 20:59:55 +01:00
2015-02-15 10:48:44 -08:00
2015-02-22 20:10:30 -08:00
2015-03-12 10:23:05 +01:00
2015-03-18 23:25:57 -04:00
2015-02-15 19:40:09 +01:00
2015-03-28 13:51:40 +00:00
2015-04-02 09:53:59 -07:00
2015-04-06 14:10:08 -07:00
2015-03-24 15:39:26 +01:00
2015-03-29 19:34:05 +00:00
2015-03-15 22:24:37 -04:00
2015-02-02 14:36:10 -08:00
2015-04-01 10:29:05 -07:00
2015-02-11 12:56:40 -08:00
2015-02-03 15:48:51 -08:00
2015-03-26 14:53:47 -07:00
2015-02-11 17:06:05 -08:00
2015-01-29 22:57:43 -06:00
2015-02-03 15:58:39 -08:00
2015-03-12 09:27:58 +00:00
2015-03-01 19:34:50 -08:00
2015-03-19 11:26:35 +01:00
2015-03-21 10:36:44 -07:00
2015-04-06 17:32:27 -04:00
2015-02-04 09:15:18 +01:00
2015-03-27 19:31:16 -07:00
2015-03-12 09:45:46 -07:00
2015-03-11 14:21:23 +01:00
2015-03-13 17:14:39 +05:30
2015-03-18 10:56:46 +01:00
2015-02-21 11:12:07 -08:00
2015-02-21 04:29:16 +01:00
2015-01-28 15:08:10 +01:00
2015-03-13 23:18:44 +01:00
2015-01-22 17:31:21 +11:00
2015-02-18 08:40:29 +01:00
2015-02-18 08:49:20 -08:00
2015-03-23 11:43:42 -07:00
2015-03-13 15:55:42 +10:30
2015-03-25 16:20:30 -07:00
2015-02-26 09:24:48 +01:00
2015-03-24 17:08:29 -07:00
2015-02-24 07:26:12 +09:00
2015-02-17 09:38:59 -08:00
2015-03-24 10:38:44 -07:00
2015-02-11 14:38:29 -08:00
2015-03-24 22:55:20 +01:00
2015-03-19 23:26:46 -07:00
2015-03-05 01:47:57 -04:00
2015-03-26 23:13:14 +01:00
2015-04-01 13:42:58 +02:00
2015-02-15 10:24:55 -08:00
2015-03-12 09:51:38 -06:00
2015-03-21 11:24:38 -07:00
2015-02-26 10:23:15 +02:00
2015-03-17 12:12:21 +10:30
2015-03-27 08:47:50 +01:00
2015-04-02 13:53:53 -07:00
2015-02-03 15:58:39 -08:00