On Sun, Jan 13, 2013 at 10:10:24AM +0800, Yi Sun wrote:
> Signed-off-by: Yi Sun <[email protected]>

Applied, thanks for the patch.
-Daniel
> 
> diff --git a/tests/testdisplay.c b/tests/testdisplay.c
> index 7aef940..f2711ae 100644
> --- a/tests/testdisplay.c
> +++ b/tests/testdisplay.c
> @@ -598,7 +598,7 @@ int update_display(void)
>               /* Find any connected displays */
>               for (c = 0; c < resources->count_connectors; c++) {
>                       connectors[c].id = resources->connectors[c];
> -                     if ( connectors[c].id != specified_disp_id )
> +                     if ( only_one_mode == 1 && connectors[c].id != 
> specified_disp_id )
>                               continue;
>  
>                       set_mode(&connectors[c]);
> -- 
> 1.7.6.4
> 
> _______________________________________________
> Intel-gfx mailing list
> [email protected]
> http://lists.freedesktop.org/mailman/listinfo/intel-gfx

-- 
Daniel Vetter
Software Engineer, Intel Corporation
+41 (0) 79 365 57 48 - http://blog.ffwll.ch
_______________________________________________
Intel-gfx mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/intel-gfx

Reply via email to