Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 293622
b: refs/heads/master
c: 4f988d1
h: refs/heads/master
v: v3
  • Loading branch information
Sascha Hauer authored and Dave Airlie committed Feb 3, 2012
1 parent 72777e2 commit c635d5c
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 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: e9ad318128aa858f713d6f2c4623f7583ca53a71
refs/heads/master: 4f988d132d2668b4f3b42bfc70daa531115ccca1
1 change: 0 additions & 1 deletion trunk/drivers/gpu/drm/drm_fb_helper.c
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,6 @@ int drm_fb_helper_init(struct drm_device *dev,

i = 0;
list_for_each_entry(crtc, &dev->mode_config.crtc_list, head) {
fb_helper->crtc_info[i].crtc_id = crtc->base.id;
fb_helper->crtc_info[i].mode_set.crtc = crtc;
i++;
}
Expand Down
1 change: 0 additions & 1 deletion trunk/include/drm/drm_fb_helper.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ struct drm_fb_helper;
#include <linux/kgdb.h>

struct drm_fb_helper_crtc {
uint32_t crtc_id;
struct drm_mode_set mode_set;
struct drm_display_mode *desired_mode;
};
Expand Down

0 comments on commit c635d5c

Please sign in to comment.