Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 358181
b: refs/heads/master
c: 1b1d539
h: refs/heads/master
i:
  358179: f1de5b1
v: v3
  • Loading branch information
Daniel Vetter committed Feb 13, 2013
1 parent 02f28bf commit 84d34c6
Show file tree
Hide file tree
Showing 2 changed files with 9 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: 207fd32970b1def91b11ae28f6bebffc792db714
refs/heads/master: 1b1d5397058f06bc5bd87d43ed93f34b28546ea4
8 changes: 8 additions & 0 deletions trunk/drivers/gpu/drm/drm_fb_helper.c
Original file line number Diff line number Diff line change
Expand Up @@ -390,6 +390,14 @@ static void drm_fb_helper_dpms(struct fb_info *info, int dpms_mode)
struct drm_connector *connector;
int i, j;

/*
* fbdev->blank can be called from irq context in case of a panic.
* Since we already have our own special panic handler which will
* restore the fbdev console mode completely, just bail out early.
*/
if (oops_in_progress)
return;

/*
* For each CRTC in this fb, turn the connectors on/off.
*/
Expand Down

0 comments on commit 84d34c6

Please sign in to comment.