Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 345193
b: refs/heads/master
c: 8e740cd
h: refs/heads/master
i:
  345191: 04e867c
v: v3
  • Loading branch information
Yuly Novikov authored and Daniel Vetter committed Oct 26, 2012
1 parent 3507f26 commit 0b2afb4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions 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: 53b41837935a4016852b30a6242a510e6927f9c7
refs/heads/master: 8e740cd19fd3878453a3794e53c5252110697581
4 changes: 2 additions & 2 deletions trunk/drivers/gpu/drm/i915/intel_dp.c
Original file line number Diff line number Diff line change
Expand Up @@ -2547,8 +2547,8 @@ intel_dp_add_properties(struct intel_dp *intel_dp, struct drm_connector *connect
drm_connector_attach_property(
connector,
connector->dev->mode_config.scaling_mode_property,
DRM_MODE_SCALE_FULLSCREEN);
intel_connector->panel.fitting_mode = DRM_MODE_SCALE_FULLSCREEN;
DRM_MODE_SCALE_ASPECT);
intel_connector->panel.fitting_mode = DRM_MODE_SCALE_ASPECT;
}
}

Expand Down

0 comments on commit 0b2afb4

Please sign in to comment.