[Intel-gfx][Patch 2/2 _v2] DRM/I915: Sync the panel fitting property with 2D driver

2009-04-01 Thread yakui . zhao
This covers: a. create the scaling mode property and attach it to LVDS b. add the support of panel fitting property for LVDS c. update the display mode according to the panel fitting mode v2: the drm_calloc/drm_free is replaced by kzalloc/kfree based on Eric's suggesti

[Patch 1/2_v2]: [DRM] : Sync the mode validation for INTERLACE/DBLSCAN

2009-04-01 Thread yakui_zhao
This covers: Check whether the INTERLACE/DBLSCAN is supported by output device. If not, the mode containing the flag of INTERLACE/DBLSCAN will be marked as unsupported. v2: Fix the code-style and several minor issues based on Eric's suggestion Signed-off-by: Zhao Yakui --- d

[Intel-gfx][Patch 1/2_V2]DRM: Sync the mode validation for INTERLACE/DBLSCAN

2009-04-01 Thread yakui . zhao
This covers: Check whether the INTERLACE/DBLSCAN is supported by output device. If not, the mode containing the flag of INTERLACE/DBLSCAN will be marked as unsupported. v2: Fix the code-style and several minor issues based on Eric's suggestion Signed-off-by: Zhao Yakui --- d

Re: [Patch 1/3_v2]: [DRM/I915] : Sync the mode validation for INTERLACE/DBLSCAN

2009-04-01 Thread yakui_zhao
On Thu, 2009-04-02 at 04:16 +0800, Eric Anholt wrote: > On Mon, 2009-03-23 at 11:15 +0800, yakui_zhao wrote: > > Subject: [DRM/I915]: Sync the mode validation for INTERLACE/DBLSCAN > > From: Zhao Yakui > > > > Sync the mode validation for INTERLACE/DBLSCAN > > This covers: > > Chec

[Patch 1/2_v2]: [DRM] : Sync the mode validation for INTERLACE/DBLSCAN

2009-04-01 Thread yakui_zhao
This covers: Check whether the INTERLACE/DBLSCAN is supported by output device. If not, the mode containing the flag of INTERLACE/DBLSCAN will be marked as unsupported. v2: Fix the code-style and several minor issues based on Eric's suggestion Signed-off-by: Zhao Yakui --- d

Re: [Intel-gfx][Patch 2/2 _v2] DRM/I915: Sync the panel fitting property with 2D driver

2009-04-01 Thread yakui_zhao
On Thu, 2009-04-02 at 13:22 +0800, Zhao, Yakui wrote: Hi, Eric this time the email is sent by using git-send-email. But after saving the message from email and running checkpatch.pl, it seems that the patch is still mangled. I don't know what I should do. thanks. > This covers: > a. c

Re: [Patch 3/3_v2]: [DRM/I915] : Sync the default modes for LVDS output device

2009-04-01 Thread yakui_zhao
On Thu, 2009-04-02 at 04:38 +0800, Alex Deucher wrote: > On 4/1/09, Eric Anholt wrote: > > On Mon, 2009-03-23 at 11:30 +0800, yakui_zhao wrote: > > > Subject: [DRM/I915]: Sync the default modes for LVDS output device > > > From: Zhao Yakui > > > > > > Sync the default modes for the LVDS outpu

[Intel-gfx] [Patch 2/2_v2][DRM/I915]: Sync the panel fitting property with 2D driver

2009-04-01 Thread yakui_zhao
This covers: a. create the scaling mode property and attach it to LVDS b. add the support of panel fitting property for LVDS c. update the display mode according to the panel fitting mode v2: the drm_calloc/drm_free is replaced by kzalloc/kfree based on Eric's suggesti

Re: [PATCH] drm: Cache the EDID value for a short time in i915

2009-04-01 Thread Arjan van de Ven
On Wed, 01 Apr 2009 12:38:17 -0700 Eric Anholt wrote: > On Mon, 2009-03-16 at 19:36 -0700, Arjan van de Ven wrote: > > >From 8ad1bd63c097f9f6948439c1ce7c0b17b8caa64a Mon Sep 17 00:00:00 > > >2001 > > From: Arjan van de Ven > > Date: Mon, 16 Mar 2009 19:31:39 -0700 > > Subject: [PATCH] drm: Cache

Re: [Intel-gfx] [Patch 3/3_v2]: [DRM/I915] : Sync the default modes for LVDS output device

2009-04-01 Thread Keith Packard
On Wed, 2009-04-01 at 13:27 -0700, Eric Anholt wrote: > I'm not really sold on the whole idea of the kernel generating these > fake modes for LVDS, given that we can support any size and that the > refresh rate is a lie since we're always using the fixed mode. Any > other opinions on this? It wo

Re: [Patch 3/3_v2]: [DRM/I915] : Sync the default modes for LVDS output device

2009-04-01 Thread Jesse Barnes
On Wed, 01 Apr 2009 13:27:02 -0700 Eric Anholt wrote: > On Mon, 2009-03-23 at 11:30 +0800, yakui_zhao wrote: > > Subject: [DRM/I915]: Sync the default modes for LVDS output device > > From: Zhao Yakui > > > > Sync the default modes for the LVDS output device > > This covers: > > Add the

Re: [Patch 3/3_v2]: [DRM/I915] : Sync the default modes for LVDS output device

2009-04-01 Thread Alex Deucher
On 4/1/09, Eric Anholt wrote: > On Mon, 2009-03-23 at 11:30 +0800, yakui_zhao wrote: > > Subject: [DRM/I915]: Sync the default modes for LVDS output device > > From: Zhao Yakui > > > > Sync the default modes for the LVDS output device > > This covers: > > Add the default modes for t

Re: [Patch 2/3_v2]: [DRM/I915] : Sync the panel fitting property with 2D driver

2009-04-01 Thread Eric Anholt
On Mon, 2009-03-23 at 11:21 +0800, yakui_zhao wrote: > Subject: DRM/I915: Sync the panel fitting property with 2D driver > From: Zhao Yakui > > Sync the panel fitting property with 2D driver > This covers: > a. create the scaling mode property and attach it to LVDS > b. add th

Re: [Patch 3/3_v2]: [DRM/I915] : Sync the default modes for LVDS output device

2009-04-01 Thread Eric Anholt
On Mon, 2009-03-23 at 11:30 +0800, yakui_zhao wrote: > Subject: [DRM/I915]: Sync the default modes for LVDS output device > From: Zhao Yakui > > Sync the default modes for the LVDS output device > This covers: > Add the default modes for the LVDS output device. > The bit of edid->feat

Re: [Patch 1/3_v2]: [DRM/I915] : Sync the mode validation for INTERLACE/DBLSCAN

2009-04-01 Thread Eric Anholt
On Mon, 2009-03-23 at 11:15 +0800, yakui_zhao wrote: > Subject: [DRM/I915]: Sync the mode validation for INTERLACE/DBLSCAN > From: Zhao Yakui > > Sync the mode validation for INTERLACE/DBLSCAN > This covers: > Check whether the INTERLACE/DBLSCAN is supported by output device. If >

Re: [PATCH] drm: Cache the EDID value for a short time in i915

2009-04-01 Thread Eric Anholt
On Mon, 2009-03-16 at 19:36 -0700, Arjan van de Ven wrote: > >From 8ad1bd63c097f9f6948439c1ce7c0b17b8caa64a Mon Sep 17 00:00:00 2001 > From: Arjan van de Ven > Date: Mon, 16 Mar 2009 19:31:39 -0700 > Subject: [PATCH] drm: Cache the EDID value for a short time in i915 > > during the boot process w

Re: [PATCH] KMS: cache the EDID information of the LVDS

2009-04-01 Thread Eric Anholt
On Fri, 2009-03-27 at 22:01 -0700, Arjan van de Ven wrote: > On Fri, 27 Mar 2009 16:08:18 -0700 > Jesse Barnes wrote: > > > > > > return ret; > > > > I definitely like the idea of caching the LVDS EDID, but rather than > > adding it to the intel_output struct I'd rather see it stored with the

[Bug 20954] mesa/drm(git): kernel panic with radeon driver (Radeon 9500 Pro )

2009-04-01 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=20954 --- Comment #2 from Rafael Antonio Porras Samaniego 2009-04-01 11:36:22 PST --- (In reply to comment #1) > I just moved the vblank_cleanup after lastclose, give that a try and see if it > is resolved. > No, the same kernel panic still appe

Re: DRI2 + buffer creation

2009-04-01 Thread Stefan Dösinger
Am Dienstag, 31. März 2009 22:03:45 schrieb Ian Romanick: > Errthis is a bandaid on a bigger problem. What about 24-bit depth > with 16-bit color? What about when we start to support multisampling? > Etc. If the DDX needs the fbconfig information, why not just give it > the fbconfig? Right?

[Bug 12899] Crash in i915.ko: i915_driver_irq_handler

2009-04-01 Thread bugzilla-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=12899 --- Comment #4 from Helge Bahmann 2009-04-01 11:40:40 --- To my knowledge, the code is unchanged, but maybe I can invest some time into investigating further tomorrow to produce a patch I am more confident of -- Configure bugmail: http://bu