Ignore this one; unified fix on the way.

On Tue, Sep 7, 2010 at 12:53 PM, Alex Deucher <alexdeucher at gmail.com> wrote:
> copy paste error.
>
> Signed-off-by: Alex Deucher <alexdeucher at gmail.com>
> ---
> ?drivers/gpu/drm/radeon/radeon_display.c | ? ?2 +-
> ?1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/drivers/gpu/drm/radeon/radeon_display.c 
> b/drivers/gpu/drm/radeon/radeon_display.c
> index 6dd434a..c7f5017 100644
> --- a/drivers/gpu/drm/radeon/radeon_display.c
> +++ b/drivers/gpu/drm/radeon/radeon_display.c
> @@ -1143,7 +1143,7 @@ bool radeon_crtc_scaling_mode_fixup(struct drm_crtc 
> *crtc,
> ? ? ? ? ? ? ? ? ? ? ? ?src_v = crtc->mode.vdisplay;
> ? ? ? ? ? ? ? ? ? ? ? ?dst_v = radeon_crtc->native_mode.vdisplay;
> ? ? ? ? ? ? ? ? ? ? ? ?src_h = crtc->mode.hdisplay;
> - ? ? ? ? ? ? ? ? ? ? ? dst_h = radeon_crtc->native_mode.vdisplay;
> + ? ? ? ? ? ? ? ? ? ? ? dst_h = radeon_crtc->native_mode.hdisplay;
> ? ? ? ? ? ? ? ? ? ? ? ?/* copy native mode */
> ? ? ? ? ? ? ? ? ? ? ? ?memcpy(&radeon_crtc->native_mode,
> ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? &radeon_encoder->native_mode,
> --
> 1.7.1.1
>
>

Reply via email to