Re: [linux-pm] Hibernation out-of-memory problem.

2009-10-13 Thread Rafael J. Wysocki
On Tuesday 13 October 2009, Thomas Hellstrom wrote: > Rafael J. Wysocki wrote: > > On Saturday 10 October 2009, Thomas Hellstrom wrote: > > > >> Hi! > >> > >> I'm trying to port a graphics DRM device driver over to the new power > >> management hooks in > >> > >> struct dev_pm_ops. > >> > >> Du

Re: [linux-pm] Hibernation out-of-memory problem.

2009-10-13 Thread Thomas Hellstrom
Rafael J. Wysocki wrote: > On Saturday 10 October 2009, Thomas Hellstrom wrote: > >> Hi! >> >> I'm trying to port a graphics DRM device driver over to the new power >> management hooks in >> >> struct dev_pm_ops. >> >> During the "prepare" call, Video RAM contents may be copied either to >> sh

Re: [linux-pm] Hibernation out-of-memory problem.

2009-10-12 Thread Rafael J. Wysocki
On Saturday 10 October 2009, Thomas Hellstrom wrote: > Hi! > > I'm trying to port a graphics DRM device driver over to the new power > management hooks in > > struct dev_pm_ops. > > During the "prepare" call, Video RAM contents may be copied either to > shmem objects or pages allocated using a

Hibernation out-of-memory problem.

2009-10-10 Thread Thomas Hellstrom
Hi! I'm trying to port a graphics DRM device driver over to the new power management hooks in struct dev_pm_ops. During the "prepare" call, Video RAM contents may be copied either to shmem objects or pages allocated using alloc_page(). Unfortunately, this seems to lead to the hibernation proce