Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 185492
b: refs/heads/master
c: 8dff474
h: refs/heads/master
v: v3
  • Loading branch information
Dave Airlie committed Feb 11, 2010
1 parent f831ada commit a28d191
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 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: 3b40a4434f4d65321332dec590a079d7a75077d8
refs/heads/master: 8dff4742a6a718e71d15a9b7a8d3d2255bfbc91a
6 changes: 1 addition & 5 deletions trunk/drivers/gpu/drm/drm_crtc_helper.c
Original file line number Diff line number Diff line change
Expand Up @@ -836,11 +836,7 @@ int drm_crtc_helper_set_config(struct drm_mode_set *set)
mode_changed = true;
} else if (set->fb == NULL) {
mode_changed = true;
} else if ((set->fb->bits_per_pixel !=
set->crtc->fb->bits_per_pixel) ||
set->fb->depth != set->crtc->fb->depth)
fb_changed = true;
else
} else
fb_changed = true;
}

Expand Down

0 comments on commit a28d191

Please sign in to comment.