Re: [Intel-gfx] Interrupt latency on some 945GM platforms

2010-09-21 Thread Vasily Khoruzhick
On 22 of September 2010 01:56:53 Jesse Barnes wrote: > Can you guys try something like this? My theory is that 945GM has some > power management behavior we're failing to configure correctly. If > disabling it works, then it's likely related. Nope, it doesn't help, sorry > diff --git a/driver

[Intel-gfx] [ANNOUNCE] xf86-video-intel 2.12.901 (2.13 rc1)

2010-09-21 Thread Carl Worth
This is the first release candidate in preparation for the upcoming 2.13.0 release. We will appreciate any feedback we can get from testing of this snapshot. As can be seen below, Chris Wilson in responsible for a huge majority of the bug fixes in 2.12.901. Thanks, Chris! And thanks to everyone el

Re: [Intel-gfx] Interrupt latency on some 945GM platforms

2010-09-21 Thread Jesse Barnes
On Tue, 21 Sep 2010 20:26:07 +0200 Paolo Ornati wrote: > On Fri, 17 Sep 2010 15:50:43 +0300 > Vasily Khoruzhick wrote: > > > > Vasily, can you try the qos workaround on your machine and see if it works > > > too? > > > > > > Thanks, > > > > Just give me a patch :) > > Me too... > > I've a

Re: [Intel-gfx] [PATCH 16/20] drm/i915: Ensure that while(INREG()) are bounded (v2)

2010-09-21 Thread Jesse Barnes
On Tue, 21 Sep 2010 15:35:27 +0100 Chris Wilson wrote: > On Tue, 21 Sep 2010 16:22:00 +0200, "Carlos R. Mafra" > wrote: > > [0.954724] ACPI: Battery Slot [BAT0] (battery present) > > [2.266008] [drm:intel_lvds_set_power] *ERROR* timed out waiting to > > enable LVDS pipeConsole: switchi

Re: [Intel-gfx] OpenCL support?

2010-09-21 Thread Jesse Barnes
On Tue, 21 Sep 2010 14:32:16 +0200 Clemens Eisserer wrote: > Hi, > > > Intel graphics cards are still the only > > ones that are stable, open source, perform well and support > > suspend/resume in Linux properly > Wel, thats kind of a bold statement. But obviously true, right? :) (Actually, it

Re: [Intel-gfx] [PATCH 16/20] drm/i915: Ensure that while(INREG()) are bounded (v2)

2010-09-21 Thread Chris Wilson
On Tue, 21 Sep 2010 16:22:00 +0200, "Carlos R. Mafra" wrote: > [0.954724] ACPI: Battery Slot [BAT0] (battery present) > [2.266008] [drm:intel_lvds_set_power] *ERROR* timed out waiting to enable > LVDS pipeConsole: switching to colour frame buffer device 160x50 > [2.274860] fb0: intel

Re: [Intel-gfx] [PATCH 16/20] drm/i915: Ensure that while(INREG()) are bounded (v2)

2010-09-21 Thread Carlos R. Mafra
On Sat 7.Aug'10 at 11:01:35 +0100, Chris Wilson wrote: > > v2: Upgrade failure messages to DRM_ERROR on the suggestion of > Eric Anholt. We do not expect to hit these conditions as they reflect > programming errors, so if we do we want to be notified. My dmesg from 2.6.36-rc5 is showing one of th

Re: [Intel-gfx] OpenCL support?

2010-09-21 Thread Clemens Eisserer
Hi, > Intel graphics cards are still the only > ones that are stable, open source, perform well and support > suspend/resume in Linux properly Wel, thats kind of a bold statement. > I am wondering whether there are any plans to produce an OpenCL > library for Intel graphics cards, on Linux or oth

[Intel-gfx] [GIT PULL] i915 regression fixes

2010-09-21 Thread Chris Wilson
Hi Linus, a bit later than intended due to travel, but here a few more fixes for the recently reported regressions. The following changes since commit b30a3f6257ed2105259b404d419b4964e363928c: Linux 2.6.36-rc5 (2010-09-20 16:56:53 -0700) are available in the git repository at: git://git.kern

[Intel-gfx] OpenCL support?

2010-09-21 Thread Damjan Jovanovic
Hello First of all, thank you so much for making such great graphics cards and supporting Linux so well. Intel graphics cards are still the only ones that are stable, open source, perform well and support suspend/resume in Linux properly, and I've had nothing but good results with both my laptop's

Re: [Intel-gfx] [PATCH] i915: enable AVI infoframe for intel_hdmi.c [v2]

2010-09-21 Thread Chris Wilson
On Tue, 21 Sep 2010 00:01:06 +0200, David Härdeman wrote: > I based my patch on this: > http://git.kernel.org/?p=linux/kernel/git/anholt/drm-intel.git;a=shortlog;h=drm-intel-next Try: http://git.kernel.org/?p=linux/kernel/git/ickle/drm-intel.git;a=shortlog;h=drm-intel-next instead, thanks. -Ch