[Intel-gfx] [PATCH 2/2] support BLT acceleration on gen6

2010-10-31 Thread Zou Nan hai
support BLT acceleration on gen6 platform. Signed-off-by: Zou Nan hai --- src/intel_driver.c |2 - src/intel_uxa.c| 56 ++- 2 files changed, 24 insertions(+), 34 deletions(-) diff --git a/src/intel_driver.c b/src/intel_driver.c index b16

[Intel-gfx] [PATCH 1/2] add BLT ring support

2010-10-31 Thread Zou Nan hai
gen6+ platform has a BLT engine with seperate command streamer to support BLT commands. Signed-off-by: Zou Nan hai --- src/i830_reg.h |2 ++ src/intel.h |4 src/intel_batchbuffer.c | 32 +--- src/intel_batchbuffer.h | 10 +

Re: [Intel-gfx] intel_prepare_render(intel); unhelpful?

2010-10-31 Thread Eric Anholt
On Sun, 31 Oct 2010 01:15:34 +, Peter Clifton wrote: > Hi guys, > > I was just poking around looking for somewhere quick and dirty to shove > my new experimental DRM IOCTL for retrieving IDLE data from the GPU. I > was looking at the various breakpoints in the debugger, and found > intel_prep

Re: [Intel-gfx] [PATCH] enable BLT acceleate on gen6

2010-10-31 Thread Zou, Nanhai
>>-Original Message- >>From: Zou, Nanhai >>Sent: 2010年11月1日 8:56 >>To: 'Chris Wilson'; intel-gfx@lists.freedesktop.org >>Subject: RE: [Intel-gfx] [PATCH] enable BLT acceleate on gen6 >> -Original Message- From: Chris Wilson [mailto:ch...@chris-wilson.co.uk] Sent: 2010年10

Re: [Intel-gfx] [PATCH] enable BLT acceleate on gen6

2010-10-31 Thread Zou, Nanhai
>>-Original Message- >>From: Chris Wilson [mailto:ch...@chris-wilson.co.uk] >>Sent: 2010年10月30日 3:14 >>To: Zou, Nanhai; intel-gfx@lists.freedesktop.org >>Subject: Re: [Intel-gfx] [PATCH] enable BLT acceleate on gen6 >> >>On Fri, 29 Oct 2010 13:18:32 +0800, Zou Nan hai wrote: >>> uxa:

Re: [Intel-gfx] Mouse cursor freezes every 10 seconds for about 0, 1 sec on i915GM

2010-10-31 Thread Chris Wilson
On Sun, 31 Oct 2010 13:51:22 -0700 (PDT), SD wrote: > Thank you, but what about 2.6.35.6-46.fc14.i686.PAE kernel, I do not have > /sys/module/drm_kms_helper/parameters/poll. Petition the Fedora maintainers for a new kernel. The disable polling was tagged for stable, iirc, so it should be appear

Re: [Intel-gfx] Mouse cursor freezes every 10 seconds for about 0, 1 sec on i915GM

2010-10-31 Thread SD
--- On Sun, 10/31/10, Chris Wilson wrote: > From: Chris Wilson > Subject: Re: [Intel-gfx] Mouse cursor freezes every 10 seconds for about 0, 1 > sec on i915GM > To: "SD" , intel-gfx@lists.freedesktop.org > Date: Sunday, October 31, 2010, 1:50 PM > On Sun, 31 Oct 2010 03:42:48 -0700 > (PDT), S

Re: [Intel-gfx] less load less performance

2010-10-31 Thread Alexey Fisher
Am Sonntag, den 31.10.2010, 20:18 +0100 schrieb Andreas Mohr: > On Sun, Oct 31, 2010 at 06:40:26PM +0100, Alexey Fisher wrote: > > Am Sonntag, den 31.10.2010, 17:01 + schrieb Peter Clifton: > > > On Sun, 2010-10-31 at 17:44 +0100, Alexey Fisher wrote: > > > > Hallo all, > > > > > > > > As i ca

Re: [Intel-gfx] less load less performance

2010-10-31 Thread Alexey Fisher
Am Sonntag, den 31.10.2010, 17:01 + schrieb Peter Clifton: > On Sun, 2010-10-31 at 17:44 +0100, Alexey Fisher wrote: > > Hallo all, > > > > As i can understand if cpu do not get enough load it will work mostly in > > C4 mode and graphic perfome slow too. I think there is some thing wrong > > i

Re: [Intel-gfx] less load less performance

2010-10-31 Thread Vasily Khoruzhick
On Sunday 31 October 2010 18:44:47 Alexey Fisher wrote: > Hallo all, > > after testing latest intel_drm_next v2.6.36-07547-g100519e on my netbook > i have seen interesting issue. Standardly started glxgears performs not > so well, it drops some times to 25fps. > if start glxgears in fullscrean mod

Re: [Intel-gfx] less load less performance

2010-10-31 Thread Peter Clifton
On Sun, 2010-10-31 at 17:44 +0100, Alexey Fisher wrote: > Hallo all, > > As i can understand if cpu do not get enough load it will work mostly in > C4 mode and graphic perfome slow too. I think there is some thing wrong > in this logic :) Yes, a little messed up.. try running your test at low scr

[Intel-gfx] less load less performance

2010-10-31 Thread Alexey Fisher
Hallo all, after testing latest intel_drm_next v2.6.36-07547-g100519e on my netbook i have seen interesting issue. Standardly started glxgears performs not so well, it drops some times to 25fps. if start glxgears in fullscrean mode it performs well - about 60fps. here is powertop --dump, glxgears

Re: [Intel-gfx] INSTDONE instrumentation (patch in progress)

2010-10-31 Thread Peter Clifton
On Sun, 2010-10-31 at 08:10 +, Chris Wilson wrote: > On Sun, 31 Oct 2010 02:24:06 +, Peter Clifton wrote: > > Hi guys, > > > > I thought I'd attach this, as it is now gone 2AM and I doubt I'm going > > to finish it "tonight". I was hoping to elicit some initial review to > > suggest wheth

Re: [Intel-gfx] Mouse cursor freezes every 10 seconds for about 0, 1 sec on i915GM

2010-10-31 Thread Chris Wilson
On Sun, 31 Oct 2010 03:42:48 -0700 (PDT), SD wrote: > Dear All. > > I have a small problems with Fedora 14, which was updated from rawhide. > > So, my mouse cursor freezes every 10 seconds for about 0,1 second when I move > it around. I opened bug - https://bugzilla.redhat.com/show_bug.cgi?id=6

[Intel-gfx] Mouse cursor freezes every 10 seconds for about 0, 1 sec on i915GM

2010-10-31 Thread SD
Dear All. I have a small problems with Fedora 14, which was updated from rawhide. So, my mouse cursor freezes every 10 seconds for about 0,1 second when I move it around. I opened bug - https://bugzilla.redhat.com/show_bug.cgi?id=644044, but I think I get more help here. Using drm.debug=0x04 I

Re: [Intel-gfx] [regression] agp/intel: Sandybridge doesnt require GMCH enabling

2010-10-31 Thread Chris Wilson
On Sun, 31 Oct 2010 11:29:18 +0100, Alexey Fisher wrote: > after commit e380f60b22eddec7825224b8d788572c82b63161 > intel driver filed to load, so system fallback to vesa driver. *grin* I'm looking right now at how many systems we were poking bits in registers that were undefined. -Chris -- Ch

[Intel-gfx] [regression] agp/intel: Sandybridge doesn't require GMCH enabling

2010-10-31 Thread Alexey Fisher
after commit e380f60b22eddec7825224b8d788572c82b63161 intel driver filed to load, so system fallback to vesa driver. here is the interisting part of the dmesg: [2.559921] agpgart-intel :00:00.0: detected 32768K stolen memory [2.559957] pci :00:02.0: failed to enable the GTT: GMCH_C

Re: [Intel-gfx] INSTDONE instrumentation (patch in progress)

2010-10-31 Thread Chris Wilson
On Sun, 31 Oct 2010 02:24:06 +, Peter Clifton wrote: > Hi guys, > > I thought I'd attach this, as it is now gone 2AM and I doubt I'm going > to finish it "tonight". I was hoping to elicit some initial review to > suggest whether the design was sane or not. Been here, done something similar a