Re: [Intel-gfx] Patch for crashing intel server

2013-10-12 Thread Bas Wijnen
On Sat, Oct 12, 2013 at 09:46:14PM +0100, Chris Wilson wrote: > On Fri, Oct 11, 2013 at 09:24:54PM +0200, Bas Wijnen wrote: > > Hello, > > > > My X server was crashing when playing video, and I wrote a patch to fix > > it. Please find the background and the patch at > > http://bugs.debian.org/724

Re: [Intel-gfx] Patch for crashing intel server

2013-10-12 Thread Chris Wilson
On Fri, Oct 11, 2013 at 09:24:54PM +0200, Bas Wijnen wrote: > Hello, > > My X server was crashing when playing video, and I wrote a patch to fix > it. Please find the background and the patch at > http://bugs.debian.org/724944 . The patch is a shotgun solution, putting NULL pointer checks where

Re: [Intel-gfx] [PATCH v5 0/4] Fix Win8 backlight issue

2013-10-12 Thread Josh Boyer
On Fri, Oct 11, 2013 at 4:27 PM, Rafael J. Wysocki wrote: > On Friday, October 11, 2013 06:01:43 PM Josh Boyer wrote: >> On Fri, Oct 11, 2013 at 6:10 PM, Rafael J. Wysocki >> wrote: >> > On Friday, October 11, 2013 12:42:43 PM Josh Boyer wrote: >> >> On Fri, Oct 11, 2013 at 9:27 AM, Aaron Lu wr

Re: [Intel-gfx] [PATCH v5 0/4] Fix Win8 backlight issue

2013-10-12 Thread Josh Boyer
On Fri, Oct 11, 2013 at 11:00 PM, Yves-Alexis Perez wrote: > On sam., 2013-10-12 at 00:10 +0200, Rafael J. Wysocki wrote: >> On Friday, October 11, 2013 12:42:43 PM Josh Boyer wrote: >> > On Fri, Oct 11, 2013 at 9:27 AM, Aaron Lu wrote: >> > > v5: >> > > 1 Introduce video.use_native_backlight mod

[Intel-gfx] Patch for crashing intel server

2013-10-12 Thread Bas Wijnen
Hello, My X server was crashing when playing video, and I wrote a patch to fix it. Please find the background and the patch at http://bugs.debian.org/724944 . Thanks, Bas ___ Intel-gfx mailing list Intel-gfx@lists.freedesktop.org http://lists.freedeskt

Re: [Intel-gfx] Bug#724944: Patch

2013-10-12 Thread Bas Wijnen
On Fri, Oct 11, 2013 at 08:53:03PM +0200, Julien Cristau wrote: > Thanks. Can you please send this upstream to > intel-gfx@lists.freedesktop.org? Done. (I didn't subscribe to the list; not sure if that was required. My mail wasn't bounced, so I suppose it worked.) By the way, I just noticed tha

Re: [Intel-gfx] [PATCH v5 0/4] Fix Win8 backlight issue

2013-10-12 Thread Josh Boyer
On Fri, Oct 11, 2013 at 6:10 PM, Rafael J. Wysocki wrote: > On Friday, October 11, 2013 12:42:43 PM Josh Boyer wrote: >> On Fri, Oct 11, 2013 at 9:27 AM, Aaron Lu wrote: >> > v5: >> > 1 Introduce video.use_native_backlight module parameter and set its >> > value to false by default as suggested

Re: [Intel-gfx] [PATCH v5 0/4] Fix Win8 backlight issue

2013-10-12 Thread Josh Boyer
On Fri, Oct 11, 2013 at 9:27 AM, Aaron Lu wrote: > v5: > 1 Introduce video.use_native_backlight module parameter and set its > value to false by default as suggested by Rafael. For Win8 systems > which have broken ACPI video backlight control, the parameter can be > set to 1 in kernel cmdlin

Re: [Intel-gfx] [PATCH v5 0/4] Fix Win8 backlight issue

2013-10-12 Thread Rafael J. Wysocki
On Saturday, October 12, 2013 07:54:06 AM Yves-Alexis Perez wrote: > On sam., 2013-10-12 at 01:27 +0200, Rafael J. Wysocki wrote: > > If we are to use a Kconfig option, why don't we use one instead of rather > > than > > in addition to a command line option? Say, we have > > CONFIG_ACPI_VIDEO_WIN

Re: [Intel-gfx] [PATCH v5 0/4] Fix Win8 backlight issue

2013-10-12 Thread Rafael J. Wysocki
On Saturday, October 12, 2013 08:34:32 AM Seth Forshee wrote: > On Sat, Oct 12, 2013 at 04:44:30AM -0700, Josh Boyer wrote: > > On Fri, Oct 11, 2013 at 4:27 PM, Rafael J. Wysocki > > wrote: > > > On Friday, October 11, 2013 06:01:43 PM Josh Boyer wrote: > > >> On Fri, Oct 11, 2013 at 6:10 PM, Raf

Re: [Intel-gfx] [PATCH v5 0/4] Fix Win8 backlight issue

2013-10-12 Thread Seth Forshee
On Sat, Oct 12, 2013 at 04:44:30AM -0700, Josh Boyer wrote: > On Fri, Oct 11, 2013 at 4:27 PM, Rafael J. Wysocki wrote: > > On Friday, October 11, 2013 06:01:43 PM Josh Boyer wrote: > >> On Fri, Oct 11, 2013 at 6:10 PM, Rafael J. Wysocki > >> wrote: > >> > On Friday, October 11, 2013 12:42:43 PM

Re: [Intel-gfx] [Alsa-user] intel-hda: sound via HDMI only when using interlaced modes

2013-10-12 Thread Jasper Smet
Using drm_kms_helper.edid_firmware=HDMI-A-1:edid/pana.bin hangs the system for +- 1 minute during boot and then goes further, it looks like the custom edid is not loaded well. When i grep the kernel for drm i get the following results: [ 60.678724] [drm:edid_load] *ERROR* Requesting EDID firmwar

Re: [Intel-gfx] [PATCH v5 0/4] Fix Win8 backlight issue

2013-10-12 Thread Yves-Alexis Perez
On sam., 2013-10-12 at 00:10 +0200, Rafael J. Wysocki wrote: > On Friday, October 11, 2013 12:42:43 PM Josh Boyer wrote: > > On Fri, Oct 11, 2013 at 9:27 AM, Aaron Lu wrote: > > > v5: > > > 1 Introduce video.use_native_backlight module parameter and set its > > > value to false by default as sug

Re: [Intel-gfx] [PATCH v5 0/4] Fix Win8 backlight issue

2013-10-12 Thread Yves-Alexis Perez
On sam., 2013-10-12 at 01:27 +0200, Rafael J. Wysocki wrote: > If we are to use a Kconfig option, why don't we use one instead of rather than > in addition to a command line option? Say, we have > CONFIG_ACPI_VIDEO_WIN8_WORKAROUND and if that is set, the code will work like > the previous version

Re: [Intel-gfx] [PATCH intel-gpu-tools] Depend on libdrm_intel >= 2.4.47.

2013-10-12 Thread Ben Widawsky
On Fri, Oct 11, 2013 at 05:38:27PM -0700, Matt Turner wrote: > --- > configure.ac | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/configure.ac b/configure.ac > index 9777bcc..36765f0 100644 > --- a/configure.ac > +++ b/configure.ac > @@ -70,7 +70,7 @@ if test "x$GCC" = "