On Mon, 2017-12-11 at 09:06 +0000, Chris Wilson wrote:
> Fixes: ba86514759c6 ("kms_vblank: Switch from using crtc0 statically to 
> explicitly setting mode.")
> Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=104208

Reviewed-by: Dhinakaran Pandiyan <[email protected]>

What do you think of verifying the driver was opened as master in
igt_display_init()?



> Signed-off-by: Chris Wilson <[email protected]>
> ---
>  tests/kms_vblank.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/tests/kms_vblank.c b/tests/kms_vblank.c
> index 97ccacc4a..342e4ef23 100644
> --- a/tests/kms_vblank.c
> +++ b/tests/kms_vblank.c
> @@ -343,7 +343,7 @@ igt_main
>       igt_skip_on_simulation();
>  
>       igt_fixture {
> -             fd = drm_open_driver(DRIVER_ANY);
> +             fd = drm_open_driver_master(DRIVER_ANY);
>               kmstest_set_vt_graphics_mode();
>               igt_display_init(&data.display, fd);
>               igt_display_require_output(&data.display);
_______________________________________________
Intel-gfx mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

Reply via email to