[Intel-gfx] [ANNOUNCE] intel-gpu-tools 1.1

2011-12-23 Thread Daniel Vetter
A bit early for a Xmas gift but way too late for a release, I've finally managed to shove out a new intel-gpu-tools version. Too much stuff to list here, and mostly only interesting for developers (who use the latest git version anyway). One thing though I'd like to highlight which is also useful

Re: [Intel-gfx] [PATCH] drm/i915: Disable semaphores by default on SNB

2011-12-23 Thread Keith Packard
On Fri, 23 Dec 2011 13:33:07 -0800, Keith Packard wrote: > /* Enable semaphores on SNB when IO remapping is off */ Yeah, the comment is wrong now. I've updated this too: - /* Enable semaphores on SNB when IO remapping is off */ + /* Enable semaphores on SNB */ -- keith.pack.

[Intel-gfx] [PATCH] drm/i915: Disable semaphores by default on SNB

2011-12-23 Thread Keith Packard
Semaphores still cause problems on some machines: > From Udo Steinberg: > > With Linux-3.2-rc6 I'm frequently seeing GPU hangs when large amounts of > text scroll in an xterm, such as when extracting a tar archive. Such as this > one (note the timestamps): > > I can reproduce it fairly easily wit

[Intel-gfx] [PATCH 3/3] libdrm,intel: Add Android makefiles

2011-12-23 Thread Chad Versace
This enables libdrm.so and libdrm_intel.so to build on Android IceCreamSandwich. Signed-off-by: Chad Versace --- Android.mk | 52 intel/Android.mk | 49 + 2 files changed, 101 insertion

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

2011-12-23 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 l

[Intel-gfx] [PATCH 1/3] intel: Disable drm_intel_probe_agp_aperture_size() on Android

2011-12-23 Thread Chad Versace
The function uses libpciaccess, which is not present on Android. So, make it a no-op that returns 0. Signed-off-by: Chad Versace --- intel/intel_bufmgr.c | 10 +- 1 files changed, 9 insertions(+), 1 deletions(-) diff --git a/intel/intel_bufmgr.c b/intel/intel_bufmgr.c index 905556f..

[Intel-gfx] [PATCH 0/3] libdrm/intel: Add support for Android

2011-12-23 Thread Chad Versace
From: Chad Versace This series enables libdrm.so and libdrm_intel.so to build on Android IceCreamSandwich. Chad Versace (3): intel: Disable drm_intel_probe_agp_aperture_size() on Android libdrm,intel: Factor source file lists into sources.mk libdrm,intel: Add Android makefiles Android.mk

Re: [Intel-gfx] Mode setting not working with SandyBridge.

2011-12-23 Thread Colin Alie
FYI, I submitted a bug report regarding the issue I'm observing: https://bugs.freedesktop.org/show_bug.cgi?id=44083 Until next time, Colin. ___ Intel-gfx mailing list Intel-gfx@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/intel-g

Re: [Intel-gfx] [PATCH] uxa/glamor: Prefer to create a pure glamor pixmap.

2011-12-23 Thread Chris Wilson
On Fri, 23 Dec 2011 19:59:22 +0800, zhigang.g...@linux.intel.com wrote: > From: Zhigang Gong > > Prefer to create a pure glamor pixmap rather than a BO and then > create a texture from that BO in glamor. As this will avoid some > glFlush requirements, it can get about 20-30% performance gain. >

[Intel-gfx] [PATCH] uxa/glamor: Prefer to create a pure glamor pixmap.

2011-12-23 Thread zhigang . gong
From: Zhigang Gong Prefer to create a pure glamor pixmap rather than a BO and then create a texture from that BO in glamor. As this will avoid some glFlush requirements, it can get about 20-30% performance gain. When glamor is enabled, route the uxa_create_gc to glamor_create_gc. This commit al

[Intel-gfx] [PATCH] drm/i915: re-disable semaphores on sandy bridge

2011-12-23 Thread Eugeni Dodonov
From: Eugeni Dodonov Per report from Udo Steinberg, enablement of semaphores causes issues on his Sandy Bridge. So disabling them again for this platform. Note that they are still enabled by default for Ivy Bridge. Reported-by: Udo Steinberg Signed-off-by: Eugeni Dodonov --- drivers/gpu/drm/

[Intel-gfx] Intel P4500 graphic driver for Slackware 13

2011-12-23 Thread chloe_wang
Hi, I'm trying to install the driver on my Slackware 13 system using xf86-vedio-intel-2.14.0. But I encounter some problem on building modules. My kernel version is 2.6.37.6 During my compiling process, it shows some error messages as followed, /usr/include/libudev.h:21:2: error: #error