drm/radeon/kms: make hibernate work on IGPs
authorDave Airlie <airlied@redhat.com>
Mon, 25 Jan 2010 03:08:08 +0000 (13:08 +1000)
committerDave Airlie <airlied@redhat.com>
Mon, 25 Jan 2010 06:04:42 +0000 (16:04 +1000)
commitd796d8446fe0ff4442c1a1d0b10c861f17ac8168
treec3457449a8c9bf019fb81becd042a3f64ee0b972
parent8ba5152a3acd5914cade42a1c8c9dc58ad8d1a89
drm/radeon/kms: make hibernate work on IGPs

This is the least invasive fix without migrating the radeon driver
to pm_ops from what I can see. We just always migrate VRAM objects
on IGPs for now and we can fix it up later to migrate depending
on STR vs STD.

Signed-off-by: Dave Airlie <airlied@redhat.com>
drivers/gpu/drm/radeon/radeon_object.c