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
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
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
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