Re: Current suspend issues on Lenovo X200

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Andres Freund
Date: Friday, October 24, 2008 - 7:28 am

Hi Nico,

On Thursday 23 October 2008 22:43:26 Nico -telmich- Schottelius wrote:
I think what you need is one rather short fix for the intel xorg driver:

diff --git a/src/i830_driver.c b/src/i830_driver.c
index c1d61f4..eaf5d27 100644
--- a/src/i830_driver.c
+++ b/src/i830_driver.c
@@ -502,8 +502,8 @@ I830DetectMemory(ScrnInfoPtr pScrn)
    range = gtt_size + 4;

    /* new 4 series hardware has seperate GTT stolen with GFX stolen */
- if (IS_G4X(pI830))
- range = 0;
+ if (IS_G4X(pI830) || IS_GM45(pI830))
+ range = 4;

    if (IS_I85X(pI830) || IS_I865G(pI830) || IS_I9XX(pI830)) {
       switch (gmch_ctrl & I855_GMCH_GMS_MASK) {

(Out of the "[git pull] agp patches for 2.6.28-rc1" thread)

Andres
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Current suspend issues on Lenovo X200, Nico -telmich- Schot ..., (Thu Oct 23, 1:43 pm)
Re: Current suspend issues on Lenovo X200, Nico Schottelius, (Thu Oct 23, 2:07 pm)
Re: Current suspend issues on Lenovo X200, Rafael J. Wysocki, (Thu Oct 23, 3:06 pm)
Re: Current suspend issues on Lenovo X200, Nigel Cunningham, (Thu Oct 23, 8:03 pm)
Re: Current suspend issues on Lenovo X200 (w/ Intel graphics), Rafael J. Wysocki, (Fri Oct 24, 12:11 am)
Re: Current suspend issues on Lenovo X200 (w/ Intel graphics), Nico -telmich- Schot ..., (Fri Oct 24, 6:01 am)
Re: Current suspend issues on Lenovo X200 (w/ Intel graphics), Mikael Abrahamsson, (Fri Oct 24, 7:01 am)
Re: Current suspend issues on Lenovo X200, Andres Freund, (Fri Oct 24, 7:28 am)
Re: Current suspend issues on Lenovo X200, Jesse Barnes, (Fri Oct 24, 11:23 am)
Re: Current suspend issues on Lenovo X200 (w/ Intel graphics), Rafael J. Wysocki, (Fri Oct 24, 11:26 am)
Re: Current suspend issues on Lenovo X200 (w/ Intel graphics), Rafael J. Wysocki, (Fri Oct 24, 11:30 am)
Re: Current suspend issues on Lenovo X200 (w/ Intel graphics), Rafael J. Wysocki, (Fri Oct 24, 11:56 am)
Re: Current suspend issues on Lenovo X200 (w/ Intel graphics), Rafael J. Wysocki, (Fri Oct 24, 12:05 pm)
Re: Current suspend issues on Lenovo X200, Nico -telmich- Schot ..., (Sat Oct 25, 7:53 am)
Re: Current suspend issues on Lenovo X200, Andres Freund, (Sat Oct 25, 8:55 am)
Re: Current suspend issues on Lenovo X200, Jesse Barnes, (Wed Nov 12, 11:24 am)
Re: Current suspend issues on Lenovo X200, Nico -telmich- Schot ..., (Fri Nov 14, 8:15 am)
Re: Current suspend issues on Lenovo X200, Mikael Abrahamsson, (Fri Nov 14, 8:52 am)