Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 210699
b: refs/heads/master
c: ff32a59
h: refs/heads/master
i:
  210697: f94fe2a
  210695: 462fae3
v: v3
  • Loading branch information
Alex Deucher authored and Dave Airlie committed Sep 13, 2010
1 parent 24b6a17 commit e7790a3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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: 551402a30efa45560e23c22a7aa04453861602c3
refs/heads/master: ff32a59daea4f3eae980ae8d0932b135c633ec5d
8 changes: 4 additions & 4 deletions trunk/drivers/gpu/drm/radeon/radeon_display.c
Original file line number Diff line number Diff line change
Expand Up @@ -1140,14 +1140,14 @@ bool radeon_crtc_scaling_mode_fixup(struct drm_crtc *crtc,
radeon_crtc->rmx_type = radeon_encoder->rmx_type;
else
radeon_crtc->rmx_type = RMX_OFF;
src_v = crtc->mode.vdisplay;
dst_v = radeon_crtc->native_mode.vdisplay;
src_h = crtc->mode.hdisplay;
dst_h = radeon_crtc->native_mode.vdisplay;
/* copy native mode */
memcpy(&radeon_crtc->native_mode,
&radeon_encoder->native_mode,
sizeof(struct drm_display_mode));
src_v = crtc->mode.vdisplay;
dst_v = radeon_crtc->native_mode.vdisplay;
src_h = crtc->mode.hdisplay;
dst_h = radeon_crtc->native_mode.hdisplay;

/* fix up for overscan on hdmi */
if (ASIC_IS_AVIVO(rdev) &&
Expand Down

0 comments on commit e7790a3

Please sign in to comment.