Re: [Intel-gfx] [PATCH] allow 945 to control self refresh automatically

2011-01-03 Thread Alexander Lam
tedly took more time than I imagined) On Mon, Jan 3, 2011 at 2:33 PM, Chris Wilson wrote: > > On Mon,  3 Jan 2011 13:28:56 -0500, Alexander Lam > wrote: > > I changed 945's self refresh to work without the need for the driver to > > enable/disable self refresh manuall

[Intel-gfx] [PATCH] allow 945 to control self refresh automatically

2011-01-03 Thread Alexander Lam
ning if SR should be enabled/disabled, not to mention doing things in the wrong order or in the wrong place. Signed-off-by: Alexander Lam Acked-by : Li Peng --- drivers/gpu/drm/i915/intel_display.c | 37 ++--- 1 files changed, 11 insertions(+), 26 deletions(-) di

[Intel-gfx] [PATCH] allow 945 to control self refresh automatically

2010-10-04 Thread Alexander Lam
Using 2.6.35.7 (this patch is against drm-intel-next 7dcd249, but untested), I changed 945's self refresh to work without the need for the driver to enable/disable self refresh manually based on the idle state of the gpu. This is much better than enabling/disabling self refresh for various reasons

Re: [Intel-gfx] Interrupt latency on some 945GM platforms

2010-09-30 Thread Alexander Lam
Phoenix BIOS too. Btw, this BIOS has buggy DSDT (thermal > and battery don't work reliably without patching DSDT). But I tested with > and > without patched DSDT - so my custom DSDT is not cause of bug in my case. > My laptop (original acer aspire one) uses an H2O Insyde B

Re: [Intel-gfx] Interrupt latency on some 945GM platforms

2010-09-26 Thread Alexander Lam
binding > > the Interrupt does NOT help. > > So here's the Link to the old Discussion with follow-ups, maybe you can > get > > some furter information from there. > > http://linux.derkeiler.com/Mailing-Lists/Kernel/2010-05/msg03696.html > > We targeted the BIOS

[Intel-gfx] 945 with SR doesn't need manual enable/disable

2010-08-23 Thread Alexander Lam
F, fw_blc_self | FW_BLC_SELF_EN_MASK); -                               }                                /* Non-busy -> busy, upclock */                                intel_increase_pllclock(crtc, true);                                intel_crtc->busy = true; -- Alexander Lam ___ Intel-gfx mailing list Intel-gfx@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/intel-gfx

[Intel-gfx] Possible compilation error in commit 6ef3d42

2010-08-18 Thread Alexander Lam
some wrapping with #ifdefs may be needed Thanks for the great drivers, Alexander Lam ___ Intel-gfx mailing list Intel-gfx@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/intel-gfx

Re: [Intel-gfx] Intel Pineview 3150 DPMS not working (monitor doesn't power off)

2010-08-13 Thread Alexander Lam
t version 2 >         Kernel driver in use: i915 >         Kernel modules: i915 > > ___ > Intel-gfx mailing list > Intel-gfx@lists.freedesktop.org > http://lists.freedesktop.org/mailman/listinfo/intel-gfx > > I have an acer aspire one

Re: [Intel-gfx] Re : Re : Re : Re : Re : Re : Re : Does xf86-video-intel 2.11.0 support interlace? Lucid 2.6.33

2010-06-13 Thread Alexander Lam
> De : Xavier de Almeida > À : intel-gfx@lists.freedesktop.org > Envoyé le : Dim 13 juin 2010, 12h 03min 43s > Objet : [Intel-gfx] Re : Re : Re : Re : Re : Re : Does xf86-video-intel > 2.11.0 support interlace? Lucid 2.6.33 -- Alexander Lam ___

Re: [Intel-gfx] Re : Re : Re : Re : Re : Does xf86-video-intel 2.11.0 support interlace? Lucid 2.6.33

2010-06-12 Thread Alexander Lam
2.6.git;a=commit;h=734b4157b367d66405f7dab80085d17c9c8dd3b5 so, please try 2.6.35-rc3 (or later) have hope! -- Alexander Lam ___ Intel-gfx mailing list Intel-gfx@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/intel-gfx

Re: [Intel-gfx] 945gm: xrandr crashes X

2010-05-25 Thread Alexander Lam
le vsync wait, set env var vblank_mode=0 (or is it 3?) you need git mesa in order for that to work: This commit http://cgit.freedesktop.org/mesa/mesa/commit/?id=45e2b51c853471b79004a954ce3092a253b20b77 enables using that env var. -- Alexander Lam ___ In

Re: [Intel-gfx] [PATCH 0/4] Attempt to re-enable FBC on gen3

2010-04-27 Thread Alexander Lam
e're already sometimes compressing a suboptimal plane, so > making more ways for that to happen isn't a huge deal. > > (Then, of course, you'd like to switch which pipe you compress to the one with > the more static image,