Re: [patch 0/5] Intel Poulsbo/Morrestown DRM driver and DRM core changes

2009-03-20 Thread Greg KH
On Thu, Mar 19, 2009 at 09:40:08PM +0100, Thomas Hellström wrote: > Greg KH wrote: >> On Thu, Mar 19, 2009 at 11:14:35AM +0100, Thomas Hellström wrote: >> First off, the non-staging patches need more complete changelog entries, a bit of meaning goes a long way. I'll ack them if they ar

[Patch 0/3]: the patch set for kms about LVDS

2009-03-20 Thread yakui_zhao
Hi the following is the patch set for KMS about LVDS. patch 01: Sync the mode validation for INTERLACE/DBLSCAN Check whether the INTERLACE/DBLSCAN is supported by the output device. If it is unsupported, the mode containing the flag of INTERLACE/DBLSCAN will be marked as i

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

2009-03-20 Thread yakui_zhao
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 not, the mode containing the flag of INTERLACE/DBLSCAN will be mark

Re: [patch 0/5] Intel Poulsbo/Morrestown DRM driver and DRM core changes

2009-03-20 Thread Greg KH
On Thu, Mar 19, 2009 at 02:11:18PM -0400, Sindhudweep Sarkar wrote: > Of course real support for poulsbo is really important and desirable > since netbooks make such a huge percentage of computer sales these > days. I'm guessing, however, that the number of > embedded/mobile/appliance devices that

Re: [patch 0/5] Intel Poulsbo/Morrestown DRM driver and DRM core changes

2009-03-20 Thread Matthew Garrett
On Thu, Mar 19, 2009 at 09:27:19AM -0700, Greg KH wrote: > But how do I get my laptop that I currently have right now up and > running properly with linux in a better-than-800x600-framebuffer mode? You don't, because there's no working X driver. -- Matthew Garrett | mj...@srcf.ucam.org ---

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

2009-03-20 Thread yakui_zhao
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->feature.msc indicates whether the display device is not continous-f

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

2009-03-20 Thread yakui_zhao
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 the support of panel fitting property for LVDS c. update the dis

[Patch 0/5]: the patch set for kms about LVDS

2009-03-20 Thread yakui_zhao
Hi the following is the patch set for KMS about LVDS. patch 01: Sync the mode validation for INTERLACE/DBLSCAN Check whether the INTERLACE/DBLSCAN is supported by the output device. If it is unsupported, the mode containing the flag of INTERLACE/DBLSCAN will be marked as i

Re: [patch 0/5] Intel Poulsbo/Morrestown DRM driver and DRM core changes

2009-03-20 Thread Sindhudweep Sarkar
> Nokia's written and open-sourced some related code for DRM. > > My university is paying me to work on an ARM-based SoC handheld with an > SGX core, and I might be more into this later. (Y'know, once the device > is actually out the door.) > > ~ C. > Could you point me to the aforementioned open-

Re: [patch 0/5] Intel Poulsbo/Morrestown DRM driver and DRM core changes

2009-03-20 Thread Greg KH
On Thu, Mar 19, 2009 at 04:48:54PM +1000, Dave Airlie wrote: > On Thu, Mar 19, 2009 at 2:08 PM, Greg KH wrote: > > Hi, > > > > Here's 5 patches that add the Intel Poulsbo/Morrestown DRM driver to the > > kernel tree. > > > > There are 4 patches that make changes to the DRM core, and one patch > >

Re: [patch 0/5] Intel Poulsbo/Morrestown DRM driver and DRM core changes

2009-03-20 Thread Matthew Garrett
On Thu, Mar 19, 2009 at 12:02:54PM -0700, Greg KH wrote: > On Thu, Mar 19, 2009 at 06:53:38PM +, Matthew Garrett wrote: > > On Thu, Mar 19, 2009 at 09:27:19AM -0700, Greg KH wrote: > > > > > But how do I get my laptop that I currently have right now up and > > > running properly with linux in

[Patch 0/3]: [DRM/I915] : Sync the mode validation for INTERLACE/DBLSCAN

2009-03-20 Thread yakui_zhao
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 not, the mode containing the flag of INTERLACE/DBLSCAN will be mark

Re: [patch 0/5] Intel Poulsbo/Morrestown DRM driver and DRM core changes

2009-03-20 Thread Greg KH
On Thu, Mar 19, 2009 at 11:14:35AM +0100, Thomas Hellström wrote: >> First off, the non-staging patches need more complete changelog entries, >> a bit of meaning goes a long way. I'll ack them if they are documented and >> make sense. The unlocked ioctl hook makes sense to me at least! >> > > Fo

Re: [patch 0/5] Intel Poulsbo/Morrestown DRM driver and DRM core changes

2009-03-20 Thread Greg KH
On Thu, Mar 19, 2009 at 10:39:03AM +, Alan Cox wrote: > > The non-existence of an open-source 3D implementation doesn't really > > alter that situation. > > I think it does to an extent With an opensource 2d solution it does? > > However, if there's a policy issue about adding Linux kernel

[RFC][PATCH] drm: detect hdmi monitor by hdmi identifier (v1)

2009-03-20 Thread Ma Ling
sometime we need to communicate with HDMI monitor by sending audio or video info frame, so we have to know the monitor type. However if user utilize HDMI->DVI adapter to connect DVI monitor, hardware detection will incorrectly shows the monitor is HDMI. HDMI spec tell us that any device containi

Re: udpated KMS speed improvement patch

2009-03-20 Thread Arjan van de Ven
On Thu, 19 Mar 2009 17:52:39 -0700 Jesse Barnes wrote: > > diff --git a/drivers/gpu/drm/drm_edid.c b/drivers/gpu/drm/drm_edid.c > > index a839a28..069b189 100644 > > --- a/drivers/gpu/drm/drm_edid.c > > +++ b/drivers/gpu/drm/drm_edid.c > > @@ -588,20 +588,22 @@ static unsigned char *drm_ddc_read(

[Bug 12899] New: Crash in i915.ko: i915_driver_irq_handler

2009-03-20 Thread bugme-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=12899 Summary: Crash in i915.ko: i915_driver_irq_handler Product: Drivers Version: 2.5 KernelVersion: 2.6.29-rc8 Platform: All OS/Version: Linux Tree: Mainline Status: NEW

[Bug 12900] New: [intel 855GM] problems with tiled output in various circumstances

2009-03-20 Thread bugme-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=12900 Summary: [intel 855GM] problems with tiled output in various circumstances Product: Drivers Version: 2.5 KernelVersion: 2.6.29-rc8 Platform: All OS/Version: Linux

Re: [patch 0/5] Intel Poulsbo/Morrestown DRM driver and DRM core changes

2009-03-20 Thread Alan Cox
> > By the same logic, would you support including the proprietary NVIDIA > > driver while we wait for Nouveau to catch up? > > The license of the NVIDIA driver does not allow that to even be a > possibility. I'm not convinced this is any different. If you accept the 3D changes you step into a da

[Bug 12900] [intel 855GM] problems with tiled output in various circumstances

2009-03-20 Thread bugme-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=12900 dan...@ffwll.ch changed: What|Removed |Added Regression|0 |1 -- Configure bugmail: http://bugzi

Re: [patch 0/5] Intel Poulsbo/Morrestown DRM driver and DRM core changes

2009-03-20 Thread Greg KH
On Fri, Mar 20, 2009 at 05:08:23PM +1100, Daniel Stone wrote: > Greg, > > On Thu, Mar 19, 2009 at 09:27:19AM -0700, Greg KH wrote: > > On Thu, Mar 19, 2009 at 12:03:09PM -0400, Sindhudweep Sarkar wrote: > > > TI-OMAP 3xxx and a couple of other arm processors use similar SGX-5xx > > > graphics core

Re: [patch 0/5] Intel Poulsbo/Morrestown DRM driver and DRM core changes

2009-03-20 Thread Greg KH
On Fri, Mar 20, 2009 at 03:00:32PM +, Alan Cox wrote: > > > By the same logic, would you support including the proprietary NVIDIA > > > driver while we wait for Nouveau to catch up? > > > > The license of the NVIDIA driver does not allow that to even be a > > possibility. > > I'm not convince

[Bug 14076] GL_OUT_OF_MEMORY crash with R300 driver and Lineage II under Wine

2009-03-20 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=14076 --- Comment #3 from Roman Mamedov 2009-03-20 08:58:46 PST --- I had 2 GB at the time. Also, I have since upgraded the X800GT to a 3870, which has no 3D support with Mesa drivers atm, so I wouldn't be able to further track if this issue conti

Re: [patch 0/5] Intel Poulsbo/Morrestown DRM driver and DRM core changes

2009-03-20 Thread Thomas Hellström
Greg KH wrote: > On Fri, Mar 20, 2009 at 03:00:32PM +, Alan Cox wrote: > By the same logic, would you support including the proprietary NVIDIA driver while we wait for Nouveau to catch up? >>> The license of the NVIDIA driver does not allow that to even be a >>> possi

Re: [Intel-gfx] [PATCH] drm/i915: Fix TV get_modes to return modes count

2009-03-20 Thread Eric Anholt
On Wed, 2009-03-04 at 19:36 +0800, Zhenyu Wang wrote: > TV modes count must be returned in get_modes. > This also fixed TV mode's clock calculation int > overflow issue, and use 0.01 precision for mode > refresh validation. > > Signed-off-by: Zhenyu Wang I've gone ahead and applied this series,

Re: [Intel-gfx] [PATCH] drm/i915: Check for dev->primary->master before dereference.

2009-03-20 Thread Eric Anholt
On Fri, 2009-03-06 at 23:27 +, Chris Wilson wrote: > I've hit the occasional oops inside i915_wait_ring() with an indication of > a NULL derefence of dev->primary->master. Adding a NULL check is > consistent with the other potential users of dev->primary->master. > > Signed-off-by: Chris Wils

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

2009-03-20 Thread Eric Anholt
On Fri, 2009-03-20 at 14:10 +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 3/3]: [DRM/I915] : Sync the default modes for LVDS output device

2009-03-20 Thread Eric Anholt
On Fri, 2009-03-20 at 14:13 +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->

Re: [Intel-gfx] [RFC][PATCH] drm: detect hdmi monitor by hdmi identifier (v1)

2009-03-20 Thread Eric Anholt
On Fri, 2009-03-20 at 15:52 +0800, Ma Ling wrote: > sometime we need to communicate with HDMI monitor by sending audio or video > info frame, > so we have to know the monitor type. However if user utilize HDMI->DVI > adapter to connect DVI monitor, > hardware detection will incorrectly shows the

[Bug 12899] Crash in i915.ko: i915_driver_irq_handler

2009-03-20 Thread bugme-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=12899 --- Comment #1 from e...@anholt.net 2009-03-20 13:06 --- Looks sane to me. Could you send the patch to lkml or dri-de...@lists.sf.net with a commit message and Signed-off-by:? -- Configure bugmail: http://bugzilla.kernel.org/userpre

Re: [Intel-gfx] [PATCH] drm: read EDID extensions from monitor (v2)

2009-03-20 Thread Eric Anholt
On Fri, 2009-03-20 at 14:09 +0800, Ma Ling wrote: > Usually drm read basic EDID, that is enough for us, but because digital > display in introduced > i.e. HDMI monitor, sometime we need to interact with monitor by EDID > extension information, > including audio/video data block, speaker allocatio

Building rawhide+darktama on 2.6.24 (Re: [Nouveau] DRM changes)

2009-03-20 Thread Pekka Paalanen
On Mon, 9 Mar 2009 22:49:32 +0100 Stephane Marchesin wrote: > As we discussed on irc, there would be multiple changes related to this: > - we move to a linux kernel-like tree, that should make it easier when > upstreaming the code. > - this new tree is hosted in freedekstop.org in the nouveau/ gi

[Bug 20537] piglit failures on ATI Mobility M6

2009-03-20 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=20537 jsado_...@comcast.net changed: What|Removed |Added CC||jsado_...@comcast.net --- Comm