2009/9/16 Michel Dänzer <mic...@daenzer.net>:
> From: Michel Dänzer <daen...@vmware.com>
>

This one confuses me, the bit depth and stuff should
all be setup in the set base function, I wonder
is there a bug somewhere that we aren't dealing with.

Dave.

> Signed-off-by: Michel Dänzer <daen...@vmware.com>
> ---

>  drivers/gpu/drm/drm_crtc_helper.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/drivers/gpu/drm/drm_crtc_helper.c 
> b/drivers/gpu/drm/drm_crtc_helper.c
> index ff447f1..eaed0f5 100644
> --- a/drivers/gpu/drm/drm_crtc_helper.c
> +++ b/drivers/gpu/drm/drm_crtc_helper.c
> @@ -762,7 +762,7 @@ int drm_crtc_helper_set_config(struct drm_mode_set *set)
>                } else if ((set->fb->bits_per_pixel !=
>                         set->crtc->fb->bits_per_pixel) ||
>                         set->fb->depth != set->crtc->fb->depth)
> -                       fb_changed = true;
> +                       mode_changed = true;
>                else
>                        fb_changed = true;
>        }
> --
> 1.6.3.3
>
>

------------------------------------------------------------------------------
Come build with us! The BlackBerry&reg; Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9&#45;12, 2009. Register now&#33;
http://p.sf.net/sfu/devconf
--
_______________________________________________
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to