[Intel-gfx] X (or the screensaver or the compositor) sometimes wedges on resume

2010-05-04 Thread Andrew Lutomirski
This might be the wrong list, but here goes... On my X200s (GM45) laptop, my system sometimes lags badly on resume. This seems to mostly happen after the laptop has been suspended for a long time (an hour or more, maybe). The symptoms are that, starting a second or two after resuming, nothing upd

[Intel-gfx] [PATCH 4/4] adapt intel_ring_buffer into gem

2010-05-04 Thread Zou Nan hai
remove single active_list amd request_list, seperate them into every intel_ring_buffer structure. use a flag in execbuffer2 to decide on which ring to run the command legacy ioctl are consider to run on render ring by default Signed-off-by: Xiang Haihao Signed-off-by: Zou Nanhai --- drivers/gpu

[Intel-gfx] [PATCH 3/4] add BSD ring buffer support

2010-05-04 Thread Zou Nan hai
add BSD ring buffer support on GM45+ systems. BSD (bit-stream-decoder) engine is a GPU engine for H.264/VC1 VLD decoding. Signed-off-by: Xiang Haihao Signed-off-by: Zou Nanhai --- drivers/gpu/drm/i915/i915_dma.c |2 + drivers/gpu/drm/i915/i915_drv.h |2 + drivers/gpu/drm/i915/i915_gem.c

[Intel-gfx] [PATCH 2/4] convert render engine to use intel_ring_buffer

2010-05-04 Thread Zou Nan hai
convert ring buffer used by render engine to intel_ring_buffer structure. Signed-off-by: Xiang Hai hao Signed-off-by: Zou Nan hai --- drivers/gpu/drm/i915/i915_debugfs.c | 14 +- drivers/gpu/drm/i915/i915_dma.c | 159 ++--- drivers/gpu/drm/i915/i915_drv.c | 2

[Intel-gfx] [PATCH 1/4] introduce intel_ring_buffer structure

2010-05-04 Thread Zou Nan hai
introduce intel_ring_buffer structure. sequential number, IRQ logic and hardware status page were included in the intel_ring_buffer structure Signed-off-by: Xiang Hai hao Signed-off-by: Zou Nan hai --- drivers/gpu/drm/i915/Makefile |1 + drivers/gpu/drm/i915/i915_drv.h |7 +++ dri

Re: [Intel-gfx] i915GM 2D+3D intel driver regression

2010-05-04 Thread Sergio Monteiro Basto
Why don't send to the list , and to Marc Deop i Argemí. I think you try compile intel-drv , but it is not easy , got kernel, lib-drm, mesa , xserver and intel "Synced". thanks, On Tue, 2010-05-04 at 18:45 -0700, SD wrote: > Actually, last update in Fedora 13: > kernel-PAE-2.6.33.3-72.fc13.i686 >

Re: [Intel-gfx] i915GM 2D+3D intel driver regression

2010-05-04 Thread Sergio Monteiro Basto
On Sun, 2010-05-02 at 21:48 +0200, Marc Deop i Argemí wrote: > On Friday April 30 2010 22:56:12 Clemens Eisserer wrote: > > And although so much has changed, I still > > - Can't scroll through my gmail inbox "fluently", not with firefox > > nore with Opera > > - Can't play even simple OpenGL games

Re: [Intel-gfx] Extreme memory usage when running USDX with Intel driver

2010-05-04 Thread Tobias Doerffel
Hi, Am Dienstag, 4. Mai 2010, um 03:24:56 schrieb Eric Anholt: > Your note about glyphs is interesting, and may be useful. Right now we > tile any texture that comes our way. If the app is generating many tiny > textures for glyphs, the tiling may increase the pitch by up to a factor > of 8. Yo

Re: [Intel-gfx] [PATCH] drm/i915: Fix DDC bus selection for multifunction SDVO

2010-05-04 Thread Adam Jackson
On Fri, 2010-04-23 at 16:16 -0400, Adam Jackson wrote: > Multifunction SDVO cards stopped working after 14571b4, and would report > something that looked remarkably like an ADD2 SPD ROM instead of EDID. > This appears to be because DDC bus selection was utterly horked by that > commit; controlled_o

Re: [Intel-gfx] Extreme memory usage when running USDX with Intel driver

2010-05-04 Thread Eric Anholt
On Mon, 03 May 2010 18:24:56 -0700, Eric Anholt wrote: > On Tue, 4 May 2010 01:19:01 +0200, Tobias Doerffel > wrote: > > Hi, > > > > I have serious problems with running UltraStar Deluxe (a free OpenGL-based > > karaoke program) on an Intel graphic card (945GME). When starting the > > program,