Re: [Intel-gfx] force DVI mode without audio

2011-12-30 Thread Wu Fengguang
Hi Andrea, On Fri, Dec 30, 2011 at 08:07:27PM +0100, Andrea Arcangeli wrote: Hi, after upgrading my HTPC to HD3000 graphics (2700K), I didn't find anymore a way to disable the hdmi audio from the DVI2HDMI cable (I connect DVI output of the motherboard to the HDMI input of the LCDTV in HD).

Re: [Intel-gfx] [PATCH] Fix build failure when passing --with-builderstring.

2011-12-30 Thread Cyril Brulebois
Cyril Brulebois k...@debian.org (07/11/2011): If --with-builderstring=foo is passed to configure (and sna enabled): CC sna_driver.lo src/sna/sna_driver.c: In function 'sna_init_scrn': src/sna/sna_driver.c:1023:7: error: token foo is not valid in preprocessor expressions Fix the

[Intel-gfx] [PATCH 2/2] libdrm,intel: Add Android makefiles (v2)

2011-12-30 Thread Chad Versace
This enables libdrm.so and libdrm_intel.so to build on Android IceCreamSandwich. v2: Link libdrm_intel to libpciaccess. Signed-off-by: Chad Versace chad.vers...@linux.intel.com --- Android.mk | 52 + intel/Android.mk | 57

[Intel-gfx] [PATCH 1/2] libdrm,intel: Factor source file lists into sources.mk

2011-12-30 Thread Chad Versace
Factor the source file list for libdrm.so from Makefile.am into sources.mk. Ditto for libdrm_intel.so. This is in preparation for adding support for Android. The sources.mk's will be shared between autotools and Android. Rationale: The most commonly changed parts of any makefile are the source