[Intel-gfx] [PATCH] Fix GM965 TV out regression

2012-05-19 Thread Robert Lowery
I recently upgraded to ubuntu 12.04 and noticed the TV out no longer works with kernel 3.2.0. Tracing back through old kernels, I found the last working kernel was 2.6.35. Now 4 years ago I fixed a similar issue in the user space intel driver by waiting for vblank after writing to the TV_CTL

Re: [Intel-gfx] Specific resolution without monitor

2012-05-19 Thread paulo louro
Hey Carl, I had the same problem as you. So i wanted my MediaCenter to start up at for example 15h just before i get home. But since my TV and my AV receiver where in standby the resolution detected by the drm driver as always wrong. So to by pass this i have changed a bit intel drm driver and

[Intel-gfx] [REVERT] - drm/i915: Removing TV Out modes

2012-05-19 Thread Robert Lowery
Further to my previous post regarding getting TV Out working on recent kernels, I see a recent check in to the mainline kernel source removed support for 576p TV output which I use. Could someone please revert

[Intel-gfx] [REVERT] - drm/i915: Removing TV Out modes

2012-05-19 Thread Robert Lowery
Further to my previous post regarding getting TV Out working on recent kernels, I see a recent check in to the mainline kernel source removed support for 576p TV output which I use. Could someone please revert

Re: [Intel-gfx] [PATCH 1/2] drm/edid: adjust double-clocked cea modes

2012-05-19 Thread Daniel Vetter
On Tue, May 15, 2012 at 11:33:43AM -0400, Adam Jackson wrote: On 5/14/12 3:43 PM, Paulo Zanoni wrote: Also, I think flag DRM_MODE_FLAG_DBLCLK does not sound correct for them, so we would need to create flags: - DRM_MODE_FLAG_PR_1_to_10 - DRM_MODE_FLAG_PR_1_or_2 -

Re: [Intel-gfx] [PATCH] Fix GM965 TV out regression

2012-05-19 Thread Daniel Vetter
On Sat, May 19, 2012 at 04:52:10PM +1000, Robert Lowery wrote: I recently upgraded to ubuntu 12.04 and noticed the TV out no longer works with kernel 3.2.0. Tracing back through old kernels, I found the last working kernel was 2.6.35. Now 4 years ago I fixed a similar issue in the user

Re: [Intel-gfx] [REVERT] - drm/i915: Removing TV Out modes

2012-05-19 Thread Daniel Vetter
On Sat, May 19, 2012 at 09:41:00PM +1000, Robert Lowery wrote: Further to my previous post regarding getting TV Out working on recent kernels, I see a recent check in to the mainline kernel source removed support for 576p TV output which I use. Could someone please revert

Re: [Intel-gfx] [PATCH] Fix GM965 TV out regression

2012-05-19 Thread Chris Wilson
On Sat, 19 May 2012 20:38:20 +0200, Daniel Vetter dan...@ffwll.ch wrote: On Sat, May 19, 2012 at 04:52:10PM +1000, Robert Lowery wrote: Could someone please apply the following which I have confirmed re-fixes the issue for my TV output via component video connection. Rodrigo, can you please

[Intel-gfx] [PATCH] drm/i915: don't return -ENXIO from gmbus xfer

2012-05-19 Thread Daniel Vetter
... too much risk for flaky edid transfers. This regression has been introduced in commit e646d5773572bf52017983d758bdf05777dc5600 Author: Daniel Kurtz djku...@chromium.org Date: Fri Mar 30 19:46:38 2012 +0800 drm/i915/intel_i2c: always wait for IDLE before clearing NAK This patch keeps

Re: [Intel-gfx] [PATCH] drm/i915: unlock mutex before intel_modeset_init_hw

2012-05-19 Thread Daniel Vetter
On Fri, May 18, 2012 at 10:22:32PM +0100, Chris Wilson wrote: On Fri, 18 May 2012 17:57:13 -0300, Paulo Zanoni przan...@gmail.com wrote: From: Paulo Zanoni paulo.r.zan...@intel.com Because on IVB, intel_modeset_init_hw calls gen6_enable_rps with locks the mutex. This problem broke

Re: [Intel-gfx] OpenGL sampler objects on sandybridge with Ubuntu Linux 12.04

2012-05-19 Thread Daniel Vetter
Hi, Please file a bug report with the below details on bugs.freedesktop.org against Mesa - DRI/Intel(i965). Thanks, Daniel On Wed, May 16, 2012 at 09:58:45AM +, Mark Newiger wrote: Hello, We are using an MiniPC with the following configuration: - Intel SandyBridge PC

Re: [Intel-gfx] [PATCH] drm/i915: don't clobber the pipe param in sanitize_modesetting

2012-05-19 Thread Daniel Vetter
On Sun, May 13, 2012 at 09:33:42PM +0100, Chris Wilson wrote: On Sun, 13 May 2012 22:29:25 +0200, Daniel Vetter daniel.vet...@ffwll.ch wrote: ... we need it later on in the function to clean up pipe - plane associations. This regression has been introduced in commit

Re: [Intel-gfx] [PATCH] drm/i915: Convert BUG_ON(!pll-active) and friends to a WARN

2012-05-19 Thread Daniel Vetter
On Sun, May 13, 2012 at 09:15:51PM +0100, Chris Wilson wrote: On Sun, 13 May 2012 22:08:10 +0200, Daniel Vetter dan...@ffwll.ch wrote: On Sun, May 13, 2012 at 08:16:12PM +0100, Chris Wilson wrote: Turn a fatal lockup into a merely blank display with lots of shouty messages. v2:

Re: [Intel-gfx] [PATCH] drm/i915: fixup infoframe support for sdvo

2012-05-19 Thread Daniel Vetter
On Sat, May 12, 2012 at 08:22:00PM +0200, Daniel Vetter wrote: At least the worst offenders: - SDVO specifies that the encoder should compute the ecc. Testing also shows that we must not send the ecc field, so copy the dip_infoframe struct to a temporay place and avoid the ecc field. This

Re: [Intel-gfx] [PATCH] Fix GM965 TV out regression

2012-05-19 Thread Robert Lowery
On Sat, May 19, 2012 at 04:52:10PM +1000, Robert Lowery wrote: I recently upgraded to ubuntu 12.04 and noticed the TV out no longer works with kernel 3.2.0. Tracing back through old kernels, I found the last working kernel was 2.6.35. Now 4 years ago I fixed a similar issue in the user