From: chandra konduru <[email protected]>

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 <[email protected]>
---
 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
[email protected]
http://lists.freedesktop.org/mailman/listinfo/intel-gfx

Reply via email to