[Intel-gfx] [PATCH] i-g-t: Update kms_panel_fitting to work on other platforms

Daniel Vetter daniel at ffwll.ch
Mon May 11 23:51:50 PDT 2015


On Mon, May 11, 2015 at 11:51:56AM -0700, Chandra Konduru wrote:
> From: chandra konduru <chandra.konduru at intel.com>
> 
> kms_panel_fitting currently enabled for SKL only, but as
> panel_fitters are available on prior platforms, enable this
> kms test for them too.
> 
> Signed-off-by: chandra konduru <chandra.konduru at intel.com>

Makes sense, applied.

Thanks, Daniel

> ---
>  tests/kms_panel_fitting.c |    8 --------
>  1 file changed, 8 deletions(-)
> 
> diff --git a/tests/kms_panel_fitting.c b/tests/kms_panel_fitting.c
> index 4dc3bff..2d079b4 100644
> --- a/tests/kms_panel_fitting.c
> +++ b/tests/kms_panel_fitting.c
> @@ -43,8 +43,6 @@ typedef struct {
>  	int image_w;
>  	int image_h;
>  
> -	int num_scalers;
> -
>  	struct igt_fb fb1;
>  	struct igt_fb fb2;
>  	struct igt_fb fb3;
> @@ -176,10 +174,6 @@ static void test_panel_fitting(data_t *d)
>  	enum pipe pipe;
>  	int valid_tests = 0;
>  
> -	igt_require(d->display.has_universal_planes);
> -	igt_require(d->num_scalers);
> -	igt_require(d->num_scalers);
> -
>  	for_each_connected_output(display, output) {
>  		drmModeModeInfo *mode, native_mode;
>  
> @@ -261,8 +255,6 @@ igt_simple_main
>  	igt_display_init(&data.display, data.drm_fd);
>  	data.devid = intel_get_drm_devid(data.drm_fd);
>  
> -	data.num_scalers = intel_gen(data.devid) >= 9 ? 2 : 0;
> -
>  	test_panel_fitting(&data);
>  
>  	igt_display_fini(&data.display);
> -- 
> 1.7.9.5
> 
> _______________________________________________
> Intel-gfx mailing list
> Intel-gfx at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/intel-gfx

-- 
Daniel Vetter
Software Engineer, Intel Corporation
http://blog.ffwll.ch


More information about the Intel-gfx mailing list