Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 307355
b: refs/heads/master
c: f7bacf1
h: refs/heads/master
i:
  307353: ea49816
  307351: be9e399
v: v3
  • Loading branch information
Daniel Vetter committed May 4, 2012
1 parent 3a85639 commit 002c14b
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 7 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: 9104183dad6314c55344d65738cd719b909a3e0a
refs/heads/master: f7bacf195e100a028eaa26c4b5f5e07665d51cee
1 change: 0 additions & 1 deletion trunk/drivers/gpu/drm/i915/intel_display.c
Original file line number Diff line number Diff line change
Expand Up @@ -5357,7 +5357,6 @@ struct drm_display_mode *intel_crtc_mode_get(struct drm_device *dev,
mode->vsync_end = ((vsync & 0xffff0000) >> 16) + 1;

drm_mode_set_name(mode);
drm_mode_set_crtcinfo(mode, 0);

return mode;
}
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/gpu/drm/i915/intel_overlay.c
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ i830_activate_pipe_a(struct drm_device *dev)
DRM_DEBUG_DRIVER("Enabling pipe A in order to enable overlay\n");

mode = drm_mode_duplicate(dev, &vesa_640x480);
drm_mode_set_crtcinfo(mode, 0);

if (!drm_crtc_helper_set_mode(&crtc->base, mode,
crtc->base.x, crtc->base.y,
crtc->base.fb))
Expand Down
3 changes: 0 additions & 3 deletions trunk/drivers/gpu/drm/i915/intel_sdvo.c
Original file line number Diff line number Diff line change
Expand Up @@ -1576,9 +1576,6 @@ static void intel_sdvo_get_lvds_modes(struct drm_connector *connector)
intel_sdvo->sdvo_lvds_fixed_mode =
drm_mode_duplicate(connector->dev, newmode);

drm_mode_set_crtcinfo(intel_sdvo->sdvo_lvds_fixed_mode,
0);

intel_sdvo->is_lvds = true;
break;
}
Expand Down
1 change: 0 additions & 1 deletion trunk/drivers/gpu/drm/i915/intel_tv.c
Original file line number Diff line number Diff line change
Expand Up @@ -1249,7 +1249,6 @@ intel_tv_detect(struct drm_connector *connector, bool force)
int type;

mode = reported_modes[0];
drm_mode_set_crtcinfo(&mode, 0);

if (force) {
struct intel_load_detect_pipe tmp;
Expand Down

0 comments on commit 002c14b

Please sign in to comment.