Re: [Intel-gfx] [PATCH] drm/i915: fix mode set on load pipe. (v2)

2012-02-23 Thread Jesse Barnes
On Thu, 23 Feb 2012 15:56:52 + Chris Wilson wrote: > On Thu, 23 Feb 2012 15:33:40 +, Dave Airlie wrote: > > From: Dave Airlie > > > > Booted my i965 machine and it started printing the unsupported pixel > > format of 0 message (once I added content to it). > > > > Oh looksie here, we

Re: [Intel-gfx] [PATCH] drm/i915: fix mode set on load pipe. (v2)

2012-02-23 Thread Chris Wilson
On Thu, 23 Feb 2012 15:33:40 +, Dave Airlie wrote: > From: Dave Airlie > > Booted my i965 machine and it started printing the unsupported pixel > format of 0 message (once I added content to it). > > Oh looksie here, we pass 0. fix. > > v2: compile it. > > Signed-off-by: Dave Airlie Bugz

Re: [Intel-gfx] [PATCH] drm/i915: fix mode set on load pipe. (v2)

2012-02-23 Thread Daniel Vetter
On Thu, Feb 23, 2012 at 01:54:04PM -0200, Eugeni Dodonov wrote: > On Thu, Feb 23, 2012 at 13:33, Dave Airlie wrote: > > > From: Dave Airlie > > > > Booted my i965 machine and it started printing the unsupported pixel > > format of 0 message (once I added content to it). > > > > Oh looksie here,

Re: [Intel-gfx] [PATCH] drm/i915: fix mode set on load pipe. (v2)

2012-02-23 Thread Eugeni Dodonov
On Thu, Feb 23, 2012 at 13:33, Dave Airlie wrote: > From: Dave Airlie > > Booted my i965 machine and it started printing the unsupported pixel > format of 0 message (once I added content to it). > > Oh looksie here, we pass 0. fix. > We already have patch1 in drm-intel-fixes I think. And as fo

[Intel-gfx] [PATCH] drm/i915: fix mode set on load pipe. (v2)

2012-02-23 Thread Dave Airlie
From: Dave Airlie Booted my i965 machine and it started printing the unsupported pixel format of 0 message (once I added content to it). Oh looksie here, we pass 0. fix. v2: compile it. Signed-off-by: Dave Airlie --- drivers/gpu/drm/i915/intel_display.c |2 +- 1 files changed, 1 insertio