i-g-t: Adding plane scaling test case

This patch is adding i-g-t plane scaling test case to test couple basic
display plane scaling usages. Additional test scenarios can be added later.

v2:
-Added iterative scaling to visually observe scaling (me)

v3:
-Added a flag to control primary plane scaling (me)

v4:
-Use new tiled types when calling igt_create_fb (me)

Signed-off-by: chandra konduru <chandra.konduru@intel.com>
[Thomas: convert test to use igt_simple_main]
Signed-off-by: Thomas Wood <thomas.wood@intel.com>
This commit is contained in:
chandra konduru
2015-03-30 13:52:04 -07:00
committed by Thomas Wood
parent ace4208702
commit a26f9f9ad0
7 changed files with 487 additions and 16 deletions
+1
View File
@@ -76,6 +76,7 @@ else
kms_force_connector \
kms_flip_event_leak \
kms_crtc_background_color \
kms_plane_scaling \
kms_pwrite_crc \
kms_pipe_b_c_ivb
IGT_LOCAL_CFLAGS += -DANDROID_HAS_CAIRO=0