Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 200715
b: refs/heads/master
c: 09bdf59
h: refs/heads/master
i:
  200713: 2fda6bb
  200711: c0255b1
v: v3
  • Loading branch information
Cedric Godin authored and Dave Airlie committed Jul 1, 2010
1 parent 28c5891 commit d8669b9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 0888e883ea5ff8fac27e813256d6c1eaede5a234
refs/heads/master: 09bdf591f4724c7d0328d4d7b8808492addb5a28
7 changes: 7 additions & 0 deletions trunk/drivers/gpu/drm/radeon/radeon_device.c
Original file line number Diff line number Diff line change
Expand Up @@ -779,6 +779,7 @@ int radeon_suspend_kms(struct drm_device *dev, pm_message_t state)

int radeon_resume_kms(struct drm_device *dev)
{
struct drm_connector *connector;
struct radeon_device *rdev = dev->dev_private;

if (rdev->powered_down)
Expand All @@ -797,6 +798,12 @@ int radeon_resume_kms(struct drm_device *dev)
radeon_resume(rdev);
radeon_pm_resume(rdev);
radeon_restore_bios_scratch_regs(rdev);

/* turn on display hw */
list_for_each_entry(connector, &dev->mode_config.connector_list, head) {
drm_helper_connector_dpms(connector, DRM_MODE_DPMS_ON);
}

radeon_fbdev_set_suspend(rdev, 0);
release_console_sem();

Expand Down

0 comments on commit d8669b9

Please sign in to comment.