login
Login
/
Register
Search
Search this site:
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2008
»
October
»
25
Re: Current suspend issues on Lenovo X200
view
thread
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
[view in full thread]
From: Nico -telmich- Schottelius
Subject:
Re: Current suspend issues on Lenovo X200
Date: Saturday, October 25, 2008 - 7:53 am
Jesse Barnes [Fri, Oct 24, 2008 at 11:23:17AM -0700]:
quoted text
> On Friday, October 24, 2008 7:28 am Andres Freund wrote: > > Hi Nico, > > > > On Thursday 23 October 2008 22:43:26 Nico -telmich- Schottelius wrote: > > > - 2.6.27-next-20081023: > > > -> no X running (because xorg does not work with that kernel) > > > > 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 =3D gtt_size + 4; > > > > /* new 4 series hardware has seperate GTT stolen with GFX stolen */ > > - if (IS_G4X(pI830)) > > - range =3D 0; > > + if (IS_G4X(pI830) || IS_GM45(pI830)) > > + range =3D 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) >=20 > Something like this might also help. >=20 > G4x chips do their own memory arbitration management, so we shouldn't try=
ing
quoted text
> to save/restore the DSPARB reg. >=20
I'm a bit confused. Which of both patches against 2.6.28-rc1 should I try? Nico
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 (w/ Intel graphics)
, Andres Freund
, (Fri Oct 24, 7:30 am)
Re: Current suspend issues on Lenovo X200 (w/ Intel graphics)
, Jens Axboe
, (Fri Oct 24, 11:02 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)
, Jens Axboe
, (Fri Oct 24, 11:47 am)
Re: Current suspend issues on Lenovo X200 (w/ Intel graphics)
, Andres Freund
, (Fri Oct 24, 11:50 am)
Re: Current suspend issues on Lenovo X200 (w/ Intel graphics)
, Jens Axboe
, (Fri Oct 24, 11:55 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)
Navigation
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
Ken Chen
[patch] sched: fix inconsistency when redistribute per-cpu tg->cfs_rq shares.
Hugh Dickins
Re: Linux 2.6.26-rc1 - pgtable_32.c:178 pmd_bad
Bernhard Beck
[PATCH 001/001] usb-serial: Add ThinkOptics WavIT
Oleg Nesterov
Re: [PATCH 4/5] don't panic if /sbin/init exits or killed
Greg KH
[patch 07/21] rtc-pcf8563: detect polarity of century bit automatically
git
:
Jonathan del Strother
Re: [PATCH] Fixing path quoting issues
Gerrit Pape
[PATCH] fix skipping merge-order test with NO_OPENSSL=1.
Linus Torvalds
Re: Implementing branch attributes in git config
Johannes Schindelin
Re: Trying to use git-filter-branch to compress history by removing large, obsolet...
Gerrit Pape
[PATCH] hooks--update: fix test for properly set up project description file
linux-netdev
:
David Miller
Re: [PATCH 04/15] tg3: Preserve LAA when device control is released
Jean-Louis Dupond
Re: tg3 driver not advertising 1000mbit
Sven Wegener
[PATCH] ipvs: Add missing locking during connection table hashing and unhashing
David Miller
Re: [PATCH] qlcnic: dont assume NET_IP_ALIGN is 2
Stephen Hemminger
[PATCH 2/2] sky2: fix transmit state on resume
git-commits-head
:
Linux Kernel Mailing List
[SCSI] scsi ioctl: fix kernel-doc warning
Linux Kernel Mailing List
ALSA: HDA - Correct trivial typos in comments.
Linux Kernel Mailing List
i2c-viapro: Add support for SMBus Process Call transactions
Linux Kernel Mailing List
i2c: Documentation: upgrading clients HOWTO
Linux Kernel Mailing List
[PATCH] fix sysctl_nr_open bugs
openbsd-misc
:
Die Gestalt
Re: How to re-build openssl with SHA1 support?
Edwin Eyan Moragas
Re: managing routes for multiple PPPoE connections
Brian Candler
Re: OBSD's perspective on SELinux
Jonathan Schleifer
Why is getaddrinfo breaking POSIX?
Predrag Punosevac
Re: Kernel developers guide/tutorial
Colocation donated by:
Syndicate