Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 329459
b: refs/heads/master
c: e04190e
h: refs/heads/master
i:
  329457: 96d1268
  329455: ff49c21
v: v3
  • Loading branch information
Daniel Vetter committed Sep 7, 2012
1 parent 27f11d6 commit fbb68d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a1ceb677518a16903c3656c7079f9611315a0422
refs/heads/master: e04190e0ecb236c51af181c18c545ea076fb9cca
2 changes: 1 addition & 1 deletion trunk/drivers/gpu/drm/drm_fb_helper.c
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ static void drm_fb_helper_dpms(struct fb_info *info, int dpms_mode)
/* Walk the connectors & encoders on this fb turning them on/off */
for (j = 0; j < fb_helper->connector_count; j++) {
connector = fb_helper->connector_info[j]->connector;
drm_helper_connector_dpms(connector, dpms_mode);
connector->funcs->dpms(connector, dpms_mode);
drm_connector_property_set_value(connector,
dev->mode_config.dpms_property, dpms_mode);
}
Expand Down

0 comments on commit fbb68d5

Please sign in to comment.