* [PATCH] i-g-t: Update kms_panel_fitting to work on other platforms
@ 2015-05-11 18:51 Chandra Konduru
2015-05-12 6:51 ` Daniel Vetter
0 siblings, 1 reply; 2+ messages in thread
From: Chandra Konduru @ 2015-05-11 18:51 UTC (permalink / raw)
To: intel-gfx; +Cc: thomas.wood
From: chandra konduru <chandra.konduru@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@intel.com>
---
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@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/intel-gfx
^ permalink raw reply related [flat|nested] 2+ messages in thread* Re: [PATCH] i-g-t: Update kms_panel_fitting to work on other platforms
2015-05-11 18:51 [PATCH] i-g-t: Update kms_panel_fitting to work on other platforms Chandra Konduru
@ 2015-05-12 6:51 ` Daniel Vetter
0 siblings, 0 replies; 2+ messages in thread
From: Daniel Vetter @ 2015-05-12 6:51 UTC (permalink / raw)
To: Chandra Konduru; +Cc: intel-gfx, thomas.wood
On Mon, May 11, 2015 at 11:51:56AM -0700, Chandra Konduru wrote:
> From: chandra konduru <chandra.konduru@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@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@lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/intel-gfx
--
Daniel Vetter
Software Engineer, Intel Corporation
http://blog.ffwll.ch
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/intel-gfx
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-05-12 6:49 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-11 18:51 [PATCH] i-g-t: Update kms_panel_fitting to work on other platforms Chandra Konduru
2015-05-12 6:51 ` Daniel Vetter
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox