Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 322163
b: refs/heads/master
c: 04ccfe7
h: refs/heads/master
i:
  322161: 2d016c5
  322159: 741406d
v: v3
  • Loading branch information
Damien Lespiau authored and Dave Airlie committed Aug 21, 2012
1 parent 209651f commit 6e71072
Show file tree
Hide file tree
Showing 3 changed files with 1 addition 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: f5869a8308f77e3dfdc2e3640842b285aa788ff8
refs/heads/master: 04ccfe77f132b973659f11954443214659014072
3 changes: 0 additions & 3 deletions trunk/drivers/gpu/drm/drm_modes.c
Original file line number Diff line number Diff line change
Expand Up @@ -706,9 +706,6 @@ void drm_mode_set_crtcinfo(struct drm_display_mode *p, int adjust_flags)
p->crtc_vblank_end = max(p->crtc_vsync_end, p->crtc_vtotal);
p->crtc_hblank_start = min(p->crtc_hsync_start, p->crtc_hdisplay);
p->crtc_hblank_end = max(p->crtc_hsync_end, p->crtc_htotal);

p->crtc_hadjusted = false;
p->crtc_vadjusted = false;
}
EXPORT_SYMBOL(drm_mode_set_crtcinfo);

Expand Down
2 changes: 0 additions & 2 deletions trunk/include/drm/drm_crtc.h
Original file line number Diff line number Diff line change
Expand Up @@ -166,8 +166,6 @@ struct drm_display_mode {
int crtc_vsync_start;
int crtc_vsync_end;
int crtc_vtotal;
int crtc_hadjusted;
int crtc_vadjusted;

/* Driver private mode info */
int private_size;
Expand Down

0 comments on commit 6e71072

Please sign in to comment.