[igt-dev] [i-g-t 21/79] tests/i915/kms_frontbuffer_tracking: Document each subtest for testplan

Bhanuprakash Modem bhanuprakash.modem at intel.com
Mon May 15 08:16:22 UTC 2023


Add documentation for all kms tests which is used by IGT testplan
documentation.

Note: This documentation is generated by the script & made changes
on top of it.

Signed-off-by: Bhanuprakash Modem <bhanuprakash.modem at intel.com>
---
 tests/i915/kms_frontbuffer_tracking.c | 7092 +++++++++++++++++++++++++
 1 file changed, 7092 insertions(+)

diff --git a/tests/i915/kms_frontbuffer_tracking.c b/tests/i915/kms_frontbuffer_tracking.c
index 650e14a77..21a0b622f 100644
--- a/tests/i915/kms_frontbuffer_tracking.c
+++ b/tests/i915/kms_frontbuffer_tracking.c
@@ -35,6 +35,7098 @@
 #include "igt.h"
 #include "igt_sysfs.h"
 #include "igt_psr.h"
+/**
+ * TEST: kms frontbuffer tracking
+ * Category: Display
+ * Description: Test the Kernel's frontbuffer tracking mechanism and its related features: FBC, PSR and DRRS
+ *
+ * SUBTEST: basic
+ * Driver requirement: i915
+ * Functionality: kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: drrs-1p-offscren-pri-indfb-draw-blt
+ * Driver requirement: i915
+ * Functionality: kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: drrs-1p-offscren-pri-indfb-draw-mmap-cpu
+ * Driver requirement: i915
+ * Functionality: kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: drrs-1p-offscren-pri-indfb-draw-mmap-gtt
+ * Driver requirement: i915
+ * Functionality: gtt, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: drrs-1p-offscren-pri-indfb-draw-mmap-wc
+ * Driver requirement: i915
+ * Functionality: kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: drrs-1p-offscren-pri-indfb-draw-pwrite
+ * Driver requirement: i915
+ * Functionality: kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: drrs-1p-offscren-pri-indfb-draw-render
+ * Driver requirement: i915
+ * Functionality: kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: drrs-1p-offscren-pri-shrfb-draw-blt
+ * Driver requirement: i915
+ * Functionality: kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: drrs-1p-offscren-pri-shrfb-draw-mmap-cpu
+ * Driver requirement: i915
+ * Functionality: kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: drrs-1p-offscren-pri-shrfb-draw-mmap-gtt
+ * Driver requirement: i915
+ * Functionality: gtt, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: drrs-1p-offscren-pri-shrfb-draw-mmap-wc
+ * Driver requirement: i915
+ * Functionality: kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: drrs-1p-offscren-pri-shrfb-draw-pwrite
+ * Driver requirement: i915
+ * Functionality: kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: drrs-1p-offscren-pri-shrfb-draw-render
+ * Driver requirement: i915
+ * Functionality: kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: drrs-1p-pri-indfb-multidraw
+ * Driver requirement: i915
+ * Functionality: kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: drrs-1p-primscrn-cur-indfb-draw-blt
+ * Driver requirement: i915
+ * Functionality: kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: drrs-1p-primscrn-cur-indfb-draw-mmap-cpu
+ * Driver requirement: i915
+ * Functionality: kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: drrs-1p-primscrn-cur-indfb-draw-mmap-gtt
+ * Driver requirement: i915
+ * Functionality: gtt, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: drrs-1p-primscrn-cur-indfb-draw-mmap-wc
+ * Driver requirement: i915
+ * Functionality: kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: drrs-1p-primscrn-cur-indfb-draw-pwrite
+ * Driver requirement: i915
+ * Functionality: kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: drrs-1p-primscrn-cur-indfb-draw-render
+ * Driver requirement: i915
+ * Functionality: kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: drrs-1p-primscrn-cur-indfb-move
+ * Driver requirement: i915
+ * Functionality: kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: drrs-1p-primscrn-cur-indfb-onoff
+ * Driver requirement: i915
+ * Functionality: kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: drrs-1p-primscrn-indfb-msflip-blt
+ * Driver requirement: i915
+ * Functionality: kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: drrs-1p-primscrn-indfb-pgflip-blt
+ * Driver requirement: i915
+ * Functionality: kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: drrs-1p-primscrn-indfb-plflip-blt
+ * Driver requirement: i915
+ * Functionality: kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: drrs-1p-primscrn-pri-indfb-draw-blt
+ * Driver requirement: i915
+ * Functionality: kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: drrs-1p-primscrn-pri-indfb-draw-mmap-cpu
+ * Driver requirement: i915
+ * Functionality: kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: drrs-1p-primscrn-pri-indfb-draw-mmap-gtt
+ * Driver requirement: i915
+ * Functionality: gtt, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: drrs-1p-primscrn-pri-indfb-draw-mmap-wc
+ * Driver requirement: i915
+ * Functionality: kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: drrs-1p-primscrn-pri-indfb-draw-pwrite
+ * Driver requirement: i915
+ * Functionality: kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: drrs-1p-primscrn-pri-indfb-draw-render
+ * Driver requirement: i915
+ * Functionality: kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: drrs-1p-primscrn-pri-shrfb-draw-blt
+ * Driver requirement: i915
+ * Functionality: kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: drrs-1p-primscrn-pri-shrfb-draw-mmap-cpu
+ * Driver requirement: i915
+ * Functionality: kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: drrs-1p-primscrn-pri-shrfb-draw-mmap-gtt
+ * Driver requirement: i915
+ * Functionality: gtt, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: drrs-1p-primscrn-pri-shrfb-draw-mmap-wc
+ * Driver requirement: i915
+ * Functionality: kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: drrs-1p-primscrn-pri-shrfb-draw-pwrite
+ * Driver requirement: i915
+ * Functionality: kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: drrs-1p-primscrn-pri-shrfb-draw-render
+ * Driver requirement: i915
+ * Functionality: kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: drrs-1p-primscrn-shrfb-msflip-blt
+ * Driver requirement: i915
+ * Functionality: kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: drrs-1p-primscrn-shrfb-pgflip-blt
+ * Driver requirement: i915
+ * Functionality: kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: drrs-1p-primscrn-shrfb-plflip-blt
+ * Driver requirement: i915
+ * Functionality: kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: drrs-1p-primscrn-spr-indfb-draw-blt
+ * Driver requirement: i915
+ * Functionality: kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: drrs-1p-primscrn-spr-indfb-draw-mmap-cpu
+ * Driver requirement: i915
+ * Functionality: kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: drrs-1p-primscrn-spr-indfb-draw-mmap-gtt
+ * Driver requirement: i915
+ * Functionality: gtt, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: drrs-1p-primscrn-spr-indfb-draw-mmap-wc
+ * Driver requirement: i915
+ * Functionality: kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: drrs-1p-primscrn-spr-indfb-draw-pwrite
+ * Driver requirement: i915
+ * Functionality: kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: drrs-1p-primscrn-spr-indfb-draw-render
+ * Driver requirement: i915
+ * Functionality: kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: drrs-1p-primscrn-spr-indfb-fullscreen
+ * Driver requirement: i915
+ * Functionality: kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: drrs-1p-primscrn-spr-indfb-move
+ * Driver requirement: i915
+ * Functionality: kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: drrs-1p-primscrn-spr-indfb-onoff
+ * Driver requirement: i915
+ * Functionality: kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: drrs-1p-rte
+ * Driver requirement: i915
+ * Functionality: kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: drrs-2p-pri-indfb-multidraw
+ * Driver requirement: i915
+ * Functionality: kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: drrs-2p-primscrn-cur-indfb-draw-blt
+ * Driver requirement: i915
+ * Functionality: kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: drrs-2p-primscrn-cur-indfb-draw-mmap-cpu
+ * Driver requirement: i915
+ * Functionality: kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: drrs-2p-primscrn-cur-indfb-draw-mmap-gtt
+ * Driver requirement: i915
+ * Functionality: gtt, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: drrs-2p-primscrn-cur-indfb-draw-mmap-wc
+ * Driver requirement: i915
+ * Functionality: kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: drrs-2p-primscrn-cur-indfb-draw-pwrite
+ * Driver requirement: i915
+ * Functionality: kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: drrs-2p-primscrn-cur-indfb-draw-render
+ * Driver requirement: i915
+ * Functionality: kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: drrs-2p-primscrn-cur-indfb-move
+ * Driver requirement: i915
+ * Functionality: kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: drrs-2p-primscrn-cur-indfb-onoff
+ * Driver requirement: i915
+ * Functionality: kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: drrs-2p-primscrn-indfb-msflip-blt
+ * Driver requirement: i915
+ * Functionality: kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: drrs-2p-primscrn-indfb-pgflip-blt
+ * Driver requirement: i915
+ * Functionality: kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: drrs-2p-primscrn-indfb-plflip-blt
+ * Driver requirement: i915
+ * Functionality: kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: drrs-2p-primscrn-pri-indfb-draw-blt
+ * Driver requirement: i915
+ * Functionality: kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: drrs-2p-primscrn-pri-indfb-draw-mmap-cpu
+ * Driver requirement: i915
+ * Functionality: kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: drrs-2p-primscrn-pri-indfb-draw-mmap-gtt
+ * Driver requirement: i915
+ * Functionality: gtt, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: drrs-2p-primscrn-pri-indfb-draw-mmap-wc
+ * Driver requirement: i915
+ * Functionality: kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: drrs-2p-primscrn-pri-indfb-draw-pwrite
+ * Driver requirement: i915
+ * Functionality: kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: drrs-2p-primscrn-pri-indfb-draw-render
+ * Driver requirement: i915
+ * Functionality: kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: drrs-2p-primscrn-pri-shrfb-draw-blt
+ * Driver requirement: i915
+ * Functionality: kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: drrs-2p-primscrn-pri-shrfb-draw-mmap-cpu
+ * Driver requirement: i915
+ * Functionality: kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: drrs-2p-primscrn-pri-shrfb-draw-mmap-gtt
+ * Driver requirement: i915
+ * Functionality: gtt, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: drrs-2p-primscrn-pri-shrfb-draw-mmap-wc
+ * Driver requirement: i915
+ * Functionality: kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: drrs-2p-primscrn-pri-shrfb-draw-pwrite
+ * Driver requirement: i915
+ * Functionality: kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: drrs-2p-primscrn-pri-shrfb-draw-render
+ * Driver requirement: i915
+ * Functionality: kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: drrs-2p-primscrn-shrfb-msflip-blt
+ * Driver requirement: i915
+ * Functionality: kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: drrs-2p-primscrn-shrfb-pgflip-blt
+ * Driver requirement: i915
+ * Functionality: kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: drrs-2p-primscrn-shrfb-plflip-blt
+ * Driver requirement: i915
+ * Functionality: kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: drrs-2p-primscrn-spr-indfb-draw-blt
+ * Driver requirement: i915
+ * Functionality: kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: drrs-2p-primscrn-spr-indfb-draw-mmap-cpu
+ * Driver requirement: i915
+ * Functionality: kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: drrs-2p-primscrn-spr-indfb-draw-mmap-gtt
+ * Driver requirement: i915
+ * Functionality: gtt, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: drrs-2p-primscrn-spr-indfb-draw-mmap-wc
+ * Driver requirement: i915
+ * Functionality: kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: drrs-2p-primscrn-spr-indfb-draw-pwrite
+ * Driver requirement: i915
+ * Functionality: kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: drrs-2p-primscrn-spr-indfb-draw-render
+ * Driver requirement: i915
+ * Functionality: kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: drrs-2p-primscrn-spr-indfb-fullscreen
+ * Driver requirement: i915
+ * Functionality: kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: drrs-2p-primscrn-spr-indfb-move
+ * Driver requirement: i915
+ * Functionality: kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: drrs-2p-primscrn-spr-indfb-onoff
+ * Driver requirement: i915
+ * Functionality: kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: drrs-2p-rte
+ * Driver requirement: i915
+ * Functionality: kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: drrs-2p-scndscrn-cur-indfb-draw-blt
+ * Driver requirement: i915
+ * Functionality: kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: drrs-2p-scndscrn-cur-indfb-draw-mmap-cpu
+ * Driver requirement: i915
+ * Functionality: kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: drrs-2p-scndscrn-cur-indfb-draw-mmap-gtt
+ * Driver requirement: i915
+ * Functionality: gtt, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: drrs-2p-scndscrn-cur-indfb-draw-mmap-wc
+ * Driver requirement: i915
+ * Functionality: kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: drrs-2p-scndscrn-cur-indfb-draw-pwrite
+ * Driver requirement: i915
+ * Functionality: kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: drrs-2p-scndscrn-cur-indfb-draw-render
+ * Driver requirement: i915
+ * Functionality: kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: drrs-2p-scndscrn-cur-indfb-move
+ * Driver requirement: i915
+ * Functionality: kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: drrs-2p-scndscrn-cur-indfb-onoff
+ * Driver requirement: i915
+ * Functionality: kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: drrs-2p-scndscrn-indfb-msflip-blt
+ * Driver requirement: i915
+ * Functionality: kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: drrs-2p-scndscrn-indfb-pgflip-blt
+ * Driver requirement: i915
+ * Functionality: kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: drrs-2p-scndscrn-indfb-plflip-blt
+ * Driver requirement: i915
+ * Functionality: kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: drrs-2p-scndscrn-pri-indfb-draw-blt
+ * Driver requirement: i915
+ * Functionality: kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: drrs-2p-scndscrn-pri-indfb-draw-mmap-cpu
+ * Driver requirement: i915
+ * Functionality: kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: drrs-2p-scndscrn-pri-indfb-draw-mmap-gtt
+ * Driver requirement: i915
+ * Functionality: gtt, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: drrs-2p-scndscrn-pri-indfb-draw-mmap-wc
+ * Driver requirement: i915
+ * Functionality: kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: drrs-2p-scndscrn-pri-indfb-draw-pwrite
+ * Driver requirement: i915
+ * Functionality: kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: drrs-2p-scndscrn-pri-indfb-draw-render
+ * Driver requirement: i915
+ * Functionality: kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: drrs-2p-scndscrn-pri-shrfb-draw-blt
+ * Driver requirement: i915
+ * Functionality: kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: drrs-2p-scndscrn-pri-shrfb-draw-mmap-cpu
+ * Driver requirement: i915
+ * Functionality: kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: drrs-2p-scndscrn-pri-shrfb-draw-mmap-gtt
+ * Driver requirement: i915
+ * Functionality: gtt, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: drrs-2p-scndscrn-pri-shrfb-draw-mmap-wc
+ * Driver requirement: i915
+ * Functionality: kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: drrs-2p-scndscrn-pri-shrfb-draw-pwrite
+ * Driver requirement: i915
+ * Functionality: kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: drrs-2p-scndscrn-pri-shrfb-draw-render
+ * Driver requirement: i915
+ * Functionality: kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: drrs-2p-scndscrn-shrfb-msflip-blt
+ * Driver requirement: i915
+ * Functionality: kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: drrs-2p-scndscrn-shrfb-pgflip-blt
+ * Driver requirement: i915
+ * Functionality: kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: drrs-2p-scndscrn-shrfb-plflip-blt
+ * Driver requirement: i915
+ * Functionality: kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: drrs-2p-scndscrn-spr-indfb-draw-blt
+ * Driver requirement: i915
+ * Functionality: kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: drrs-2p-scndscrn-spr-indfb-draw-mmap-cpu
+ * Driver requirement: i915
+ * Functionality: kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: drrs-2p-scndscrn-spr-indfb-draw-mmap-gtt
+ * Driver requirement: i915
+ * Functionality: gtt, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: drrs-2p-scndscrn-spr-indfb-draw-mmap-wc
+ * Driver requirement: i915
+ * Functionality: kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: drrs-2p-scndscrn-spr-indfb-draw-pwrite
+ * Driver requirement: i915
+ * Functionality: kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: drrs-2p-scndscrn-spr-indfb-draw-render
+ * Driver requirement: i915
+ * Functionality: kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: drrs-2p-scndscrn-spr-indfb-fullscreen
+ * Driver requirement: i915
+ * Functionality: kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: drrs-2p-scndscrn-spr-indfb-move
+ * Driver requirement: i915
+ * Functionality: kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: drrs-2p-scndscrn-spr-indfb-onoff
+ * Driver requirement: i915
+ * Functionality: kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: drrs-farfromfence-mmap-gtt
+ * Driver requirement: i915
+ * Functionality: gtt, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: drrs-indfb-scaledprimary
+ * Driver requirement: i915
+ * Functionality: kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: drrs-modesetfrombusy
+ * Driver requirement: i915
+ * Functionality: kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: drrs-rgb101010-draw-blt
+ * Driver requirement: i915
+ * Functionality: kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: drrs-rgb101010-draw-mmap-cpu
+ * Driver requirement: i915
+ * Functionality: kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: drrs-rgb101010-draw-mmap-gtt
+ * Driver requirement: i915
+ * Functionality: gtt, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: drrs-rgb101010-draw-mmap-wc
+ * Driver requirement: i915
+ * Functionality: kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: drrs-rgb101010-draw-pwrite
+ * Driver requirement: i915
+ * Functionality: kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: drrs-rgb101010-draw-render
+ * Driver requirement: i915
+ * Functionality: kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: drrs-rgb565-draw-blt
+ * Driver requirement: i915
+ * Functionality: kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: drrs-rgb565-draw-mmap-cpu
+ * Driver requirement: i915
+ * Functionality: kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: drrs-rgb565-draw-mmap-gtt
+ * Driver requirement: i915
+ * Functionality: gtt, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: drrs-rgb565-draw-mmap-wc
+ * Driver requirement: i915
+ * Functionality: kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: drrs-rgb565-draw-pwrite
+ * Driver requirement: i915
+ * Functionality: kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: drrs-rgb565-draw-render
+ * Driver requirement: i915
+ * Functionality: kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: drrs-shrfb-scaledprimary
+ * Driver requirement: i915
+ * Functionality: kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: drrs-slowdraw
+ * Driver requirement: i915
+ * Functionality: kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: drrs-suspend
+ * Driver requirement: i915
+ * Functionality: kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbc-1p-indfb-fliptrack-mmap-gtt
+ * Driver requirement: i915
+ * Functionality: fbc, gtt, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbc-1p-offscren-pri-indfb-draw-blt
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbc-1p-offscren-pri-indfb-draw-mmap-cpu
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbc-1p-offscren-pri-indfb-draw-mmap-gtt
+ * Driver requirement: i915
+ * Functionality: fbc, gtt, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbc-1p-offscren-pri-indfb-draw-mmap-wc
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbc-1p-offscren-pri-indfb-draw-pwrite
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbc-1p-offscren-pri-indfb-draw-render
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbc-1p-offscren-pri-shrfb-draw-blt
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbc-1p-offscren-pri-shrfb-draw-mmap-cpu
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbc-1p-offscren-pri-shrfb-draw-mmap-gtt
+ * Driver requirement: i915
+ * Functionality: fbc, gtt, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbc-1p-offscren-pri-shrfb-draw-mmap-wc
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbc-1p-offscren-pri-shrfb-draw-pwrite
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbc-1p-offscren-pri-shrfb-draw-render
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbc-1p-pri-indfb-multidraw
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbc-1p-primscrn-cur-indfb-draw-blt
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbc-1p-primscrn-cur-indfb-draw-mmap-cpu
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbc-1p-primscrn-cur-indfb-draw-mmap-gtt
+ * Driver requirement: i915
+ * Functionality: fbc, gtt, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbc-1p-primscrn-cur-indfb-draw-mmap-wc
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbc-1p-primscrn-cur-indfb-draw-pwrite
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbc-1p-primscrn-cur-indfb-draw-render
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbc-1p-primscrn-cur-indfb-move
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbc-1p-primscrn-cur-indfb-onoff
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbc-1p-primscrn-indfb-msflip-blt
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbc-1p-primscrn-indfb-pgflip-blt
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbc-1p-primscrn-indfb-plflip-blt
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbc-1p-primscrn-pri-indfb-draw-blt
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbc-1p-primscrn-pri-indfb-draw-mmap-cpu
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbc-1p-primscrn-pri-indfb-draw-mmap-gtt
+ * Driver requirement: i915
+ * Functionality: fbc, gtt, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbc-1p-primscrn-pri-indfb-draw-mmap-wc
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbc-1p-primscrn-pri-indfb-draw-pwrite
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbc-1p-primscrn-pri-indfb-draw-render
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbc-1p-primscrn-pri-shrfb-draw-blt
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbc-1p-primscrn-pri-shrfb-draw-mmap-cpu
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbc-1p-primscrn-pri-shrfb-draw-mmap-gtt
+ * Driver requirement: i915
+ * Functionality: fbc, gtt, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbc-1p-primscrn-pri-shrfb-draw-mmap-wc
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbc-1p-primscrn-pri-shrfb-draw-pwrite
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbc-1p-primscrn-pri-shrfb-draw-render
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbc-1p-primscrn-shrfb-msflip-blt
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbc-1p-primscrn-shrfb-pgflip-blt
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbc-1p-primscrn-shrfb-plflip-blt
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbc-1p-primscrn-spr-indfb-draw-blt
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbc-1p-primscrn-spr-indfb-draw-mmap-cpu
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbc-1p-primscrn-spr-indfb-draw-mmap-gtt
+ * Driver requirement: i915
+ * Functionality: fbc, gtt, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbc-1p-primscrn-spr-indfb-draw-mmap-wc
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbc-1p-primscrn-spr-indfb-draw-pwrite
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbc-1p-primscrn-spr-indfb-draw-render
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbc-1p-primscrn-spr-indfb-fullscreen
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbc-1p-primscrn-spr-indfb-move
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbc-1p-primscrn-spr-indfb-onoff
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbc-1p-rte
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbc-1p-shrfb-fliptrack-mmap-gtt
+ * Driver requirement: i915
+ * Functionality: fbc, gtt, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbc-2p-indfb-fliptrack-mmap-gtt
+ * Driver requirement: i915
+ * Functionality: fbc, gtt, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbc-2p-pri-indfb-multidraw
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbc-2p-primscrn-cur-indfb-draw-blt
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbc-2p-primscrn-cur-indfb-draw-mmap-cpu
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbc-2p-primscrn-cur-indfb-draw-mmap-gtt
+ * Driver requirement: i915
+ * Functionality: fbc, gtt, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbc-2p-primscrn-cur-indfb-draw-mmap-wc
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbc-2p-primscrn-cur-indfb-draw-pwrite
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbc-2p-primscrn-cur-indfb-draw-render
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbc-2p-primscrn-cur-indfb-move
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbc-2p-primscrn-cur-indfb-onoff
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbc-2p-primscrn-indfb-msflip-blt
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbc-2p-primscrn-indfb-pgflip-blt
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbc-2p-primscrn-indfb-plflip-blt
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbc-2p-primscrn-pri-indfb-draw-blt
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbc-2p-primscrn-pri-indfb-draw-mmap-cpu
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbc-2p-primscrn-pri-indfb-draw-mmap-gtt
+ * Driver requirement: i915
+ * Functionality: fbc, gtt, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbc-2p-primscrn-pri-indfb-draw-mmap-wc
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbc-2p-primscrn-pri-indfb-draw-pwrite
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbc-2p-primscrn-pri-indfb-draw-render
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbc-2p-primscrn-pri-shrfb-draw-blt
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbc-2p-primscrn-pri-shrfb-draw-mmap-cpu
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbc-2p-primscrn-pri-shrfb-draw-mmap-gtt
+ * Driver requirement: i915
+ * Functionality: fbc, gtt, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbc-2p-primscrn-pri-shrfb-draw-mmap-wc
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbc-2p-primscrn-pri-shrfb-draw-pwrite
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbc-2p-primscrn-pri-shrfb-draw-render
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbc-2p-primscrn-shrfb-msflip-blt
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbc-2p-primscrn-shrfb-pgflip-blt
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbc-2p-primscrn-shrfb-plflip-blt
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbc-2p-primscrn-spr-indfb-draw-blt
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbc-2p-primscrn-spr-indfb-draw-mmap-cpu
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbc-2p-primscrn-spr-indfb-draw-mmap-gtt
+ * Driver requirement: i915
+ * Functionality: fbc, gtt, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbc-2p-primscrn-spr-indfb-draw-mmap-wc
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbc-2p-primscrn-spr-indfb-draw-pwrite
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbc-2p-primscrn-spr-indfb-draw-render
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbc-2p-primscrn-spr-indfb-fullscreen
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbc-2p-primscrn-spr-indfb-move
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbc-2p-primscrn-spr-indfb-onoff
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbc-2p-rte
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbc-2p-scndscrn-cur-indfb-draw-blt
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbc-2p-scndscrn-cur-indfb-draw-mmap-cpu
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbc-2p-scndscrn-cur-indfb-draw-mmap-gtt
+ * Driver requirement: i915
+ * Functionality: fbc, gtt, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbc-2p-scndscrn-cur-indfb-draw-mmap-wc
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbc-2p-scndscrn-cur-indfb-draw-pwrite
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbc-2p-scndscrn-cur-indfb-draw-render
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbc-2p-scndscrn-cur-indfb-move
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbc-2p-scndscrn-cur-indfb-onoff
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbc-2p-scndscrn-indfb-msflip-blt
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbc-2p-scndscrn-indfb-pgflip-blt
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbc-2p-scndscrn-indfb-plflip-blt
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbc-2p-scndscrn-pri-indfb-draw-blt
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbc-2p-scndscrn-pri-indfb-draw-mmap-cpu
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbc-2p-scndscrn-pri-indfb-draw-mmap-gtt
+ * Driver requirement: i915
+ * Functionality: fbc, gtt, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbc-2p-scndscrn-pri-indfb-draw-mmap-wc
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbc-2p-scndscrn-pri-indfb-draw-pwrite
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbc-2p-scndscrn-pri-indfb-draw-render
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbc-2p-scndscrn-pri-shrfb-draw-blt
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbc-2p-scndscrn-pri-shrfb-draw-mmap-cpu
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbc-2p-scndscrn-pri-shrfb-draw-mmap-gtt
+ * Driver requirement: i915
+ * Functionality: fbc, gtt, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbc-2p-scndscrn-pri-shrfb-draw-mmap-wc
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbc-2p-scndscrn-pri-shrfb-draw-pwrite
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbc-2p-scndscrn-pri-shrfb-draw-render
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbc-2p-scndscrn-shrfb-msflip-blt
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbc-2p-scndscrn-shrfb-pgflip-blt
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbc-2p-scndscrn-shrfb-plflip-blt
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbc-2p-scndscrn-spr-indfb-draw-blt
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbc-2p-scndscrn-spr-indfb-draw-mmap-cpu
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbc-2p-scndscrn-spr-indfb-draw-mmap-gtt
+ * Driver requirement: i915
+ * Functionality: fbc, gtt, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbc-2p-scndscrn-spr-indfb-draw-mmap-wc
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbc-2p-scndscrn-spr-indfb-draw-pwrite
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbc-2p-scndscrn-spr-indfb-draw-render
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbc-2p-scndscrn-spr-indfb-fullscreen
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbc-2p-scndscrn-spr-indfb-move
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbc-2p-scndscrn-spr-indfb-onoff
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbc-2p-shrfb-fliptrack-mmap-gtt
+ * Driver requirement: i915
+ * Functionality: fbc, gtt, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbc-badstride
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbc-farfromfence-mmap-gtt
+ * Driver requirement: i915
+ * Functionality: fbc, gtt, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbc-indfb-scaledprimary
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbc-modesetfrombusy
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbc-rgb101010-draw-blt
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbc-rgb101010-draw-mmap-cpu
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbc-rgb101010-draw-mmap-gtt
+ * Driver requirement: i915
+ * Functionality: fbc, gtt, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbc-rgb101010-draw-mmap-wc
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbc-rgb101010-draw-pwrite
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbc-rgb101010-draw-render
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbc-rgb565-draw-blt
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbc-rgb565-draw-mmap-cpu
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbc-rgb565-draw-mmap-gtt
+ * Driver requirement: i915
+ * Functionality: fbc, gtt, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbc-rgb565-draw-mmap-wc
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbc-rgb565-draw-pwrite
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbc-rgb565-draw-render
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbc-shrfb-scaledprimary
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbc-stridechange
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbc-suspend
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbc-tiling-4
+ * Description: Test the tiling formats, if the tiling format supports FBC dothe basic drawing test if not set
+ *   the mode and test if FBC is disabled
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbc-tiling-linear
+ * Description: Test the tiling formats, if the tiling format supports FBC dothe basic drawing test if not set
+ *   the mode and test if FBC is disabled
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbc-tiling-y
+ * Description: Test the tiling formats, if the tiling format supports FBC dothe basic drawing test if not set
+ *   the mode and test if FBC is disabled
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcdrrs-1p-indfb-fliptrack-mmap-gtt
+ * Driver requirement: i915
+ * Functionality: fbc, gtt, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcdrrs-1p-offscren-pri-indfb-draw-blt
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcdrrs-1p-offscren-pri-indfb-draw-mmap-cpu
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcdrrs-1p-offscren-pri-indfb-draw-mmap-gtt
+ * Driver requirement: i915
+ * Functionality: fbc, gtt, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcdrrs-1p-offscren-pri-indfb-draw-mmap-wc
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcdrrs-1p-offscren-pri-indfb-draw-pwrite
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcdrrs-1p-offscren-pri-indfb-draw-render
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcdrrs-1p-offscren-pri-shrfb-draw-blt
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcdrrs-1p-offscren-pri-shrfb-draw-mmap-cpu
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcdrrs-1p-offscren-pri-shrfb-draw-mmap-gtt
+ * Driver requirement: i915
+ * Functionality: fbc, gtt, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcdrrs-1p-offscren-pri-shrfb-draw-mmap-wc
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcdrrs-1p-offscren-pri-shrfb-draw-pwrite
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcdrrs-1p-offscren-pri-shrfb-draw-render
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcdrrs-1p-pri-indfb-multidraw
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcdrrs-1p-primscrn-cur-indfb-draw-blt
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcdrrs-1p-primscrn-cur-indfb-draw-mmap-cpu
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcdrrs-1p-primscrn-cur-indfb-draw-mmap-gtt
+ * Driver requirement: i915
+ * Functionality: fbc, gtt, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcdrrs-1p-primscrn-cur-indfb-draw-mmap-wc
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcdrrs-1p-primscrn-cur-indfb-draw-pwrite
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcdrrs-1p-primscrn-cur-indfb-draw-render
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcdrrs-1p-primscrn-cur-indfb-move
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcdrrs-1p-primscrn-cur-indfb-onoff
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcdrrs-1p-primscrn-indfb-msflip-blt
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcdrrs-1p-primscrn-indfb-pgflip-blt
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcdrrs-1p-primscrn-indfb-plflip-blt
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcdrrs-1p-primscrn-pri-indfb-draw-blt
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcdrrs-1p-primscrn-pri-indfb-draw-mmap-cpu
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcdrrs-1p-primscrn-pri-indfb-draw-mmap-gtt
+ * Driver requirement: i915
+ * Functionality: fbc, gtt, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcdrrs-1p-primscrn-pri-indfb-draw-mmap-wc
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcdrrs-1p-primscrn-pri-indfb-draw-pwrite
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcdrrs-1p-primscrn-pri-indfb-draw-render
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcdrrs-1p-primscrn-pri-shrfb-draw-blt
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcdrrs-1p-primscrn-pri-shrfb-draw-mmap-cpu
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcdrrs-1p-primscrn-pri-shrfb-draw-mmap-gtt
+ * Driver requirement: i915
+ * Functionality: fbc, gtt, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcdrrs-1p-primscrn-pri-shrfb-draw-mmap-wc
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcdrrs-1p-primscrn-pri-shrfb-draw-pwrite
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcdrrs-1p-primscrn-pri-shrfb-draw-render
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcdrrs-1p-primscrn-shrfb-msflip-blt
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcdrrs-1p-primscrn-shrfb-pgflip-blt
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcdrrs-1p-primscrn-shrfb-plflip-blt
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcdrrs-1p-primscrn-spr-indfb-draw-blt
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcdrrs-1p-primscrn-spr-indfb-draw-mmap-cpu
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcdrrs-1p-primscrn-spr-indfb-draw-mmap-gtt
+ * Driver requirement: i915
+ * Functionality: fbc, gtt, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcdrrs-1p-primscrn-spr-indfb-draw-mmap-wc
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcdrrs-1p-primscrn-spr-indfb-draw-pwrite
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcdrrs-1p-primscrn-spr-indfb-draw-render
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcdrrs-1p-primscrn-spr-indfb-fullscreen
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcdrrs-1p-primscrn-spr-indfb-move
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcdrrs-1p-primscrn-spr-indfb-onoff
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcdrrs-1p-rte
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcdrrs-1p-shrfb-fliptrack-mmap-gtt
+ * Driver requirement: i915
+ * Functionality: fbc, gtt, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcdrrs-2p-indfb-fliptrack-mmap-gtt
+ * Driver requirement: i915
+ * Functionality: fbc, gtt, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcdrrs-2p-pri-indfb-multidraw
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcdrrs-2p-primscrn-cur-indfb-draw-blt
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcdrrs-2p-primscrn-cur-indfb-draw-mmap-cpu
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcdrrs-2p-primscrn-cur-indfb-draw-mmap-gtt
+ * Driver requirement: i915
+ * Functionality: fbc, gtt, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcdrrs-2p-primscrn-cur-indfb-draw-mmap-wc
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcdrrs-2p-primscrn-cur-indfb-draw-pwrite
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcdrrs-2p-primscrn-cur-indfb-draw-render
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcdrrs-2p-primscrn-cur-indfb-move
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcdrrs-2p-primscrn-cur-indfb-onoff
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcdrrs-2p-primscrn-indfb-msflip-blt
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcdrrs-2p-primscrn-indfb-pgflip-blt
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcdrrs-2p-primscrn-indfb-plflip-blt
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcdrrs-2p-primscrn-pri-indfb-draw-blt
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcdrrs-2p-primscrn-pri-indfb-draw-mmap-cpu
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcdrrs-2p-primscrn-pri-indfb-draw-mmap-gtt
+ * Driver requirement: i915
+ * Functionality: fbc, gtt, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcdrrs-2p-primscrn-pri-indfb-draw-mmap-wc
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcdrrs-2p-primscrn-pri-indfb-draw-pwrite
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcdrrs-2p-primscrn-pri-indfb-draw-render
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcdrrs-2p-primscrn-pri-shrfb-draw-blt
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcdrrs-2p-primscrn-pri-shrfb-draw-mmap-cpu
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcdrrs-2p-primscrn-pri-shrfb-draw-mmap-gtt
+ * Driver requirement: i915
+ * Functionality: fbc, gtt, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcdrrs-2p-primscrn-pri-shrfb-draw-mmap-wc
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcdrrs-2p-primscrn-pri-shrfb-draw-pwrite
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcdrrs-2p-primscrn-pri-shrfb-draw-render
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcdrrs-2p-primscrn-shrfb-msflip-blt
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcdrrs-2p-primscrn-shrfb-pgflip-blt
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcdrrs-2p-primscrn-shrfb-plflip-blt
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcdrrs-2p-primscrn-spr-indfb-draw-blt
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcdrrs-2p-primscrn-spr-indfb-draw-mmap-cpu
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcdrrs-2p-primscrn-spr-indfb-draw-mmap-gtt
+ * Driver requirement: i915
+ * Functionality: fbc, gtt, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcdrrs-2p-primscrn-spr-indfb-draw-mmap-wc
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcdrrs-2p-primscrn-spr-indfb-draw-pwrite
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcdrrs-2p-primscrn-spr-indfb-draw-render
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcdrrs-2p-primscrn-spr-indfb-fullscreen
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcdrrs-2p-primscrn-spr-indfb-move
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcdrrs-2p-primscrn-spr-indfb-onoff
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcdrrs-2p-rte
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcdrrs-2p-scndscrn-cur-indfb-draw-blt
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcdrrs-2p-scndscrn-cur-indfb-draw-mmap-cpu
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcdrrs-2p-scndscrn-cur-indfb-draw-mmap-gtt
+ * Driver requirement: i915
+ * Functionality: fbc, gtt, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcdrrs-2p-scndscrn-cur-indfb-draw-mmap-wc
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcdrrs-2p-scndscrn-cur-indfb-draw-pwrite
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcdrrs-2p-scndscrn-cur-indfb-draw-render
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcdrrs-2p-scndscrn-cur-indfb-move
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcdrrs-2p-scndscrn-cur-indfb-onoff
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcdrrs-2p-scndscrn-indfb-msflip-blt
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcdrrs-2p-scndscrn-indfb-pgflip-blt
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcdrrs-2p-scndscrn-indfb-plflip-blt
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcdrrs-2p-scndscrn-pri-indfb-draw-blt
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcdrrs-2p-scndscrn-pri-indfb-draw-mmap-cpu
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcdrrs-2p-scndscrn-pri-indfb-draw-mmap-gtt
+ * Driver requirement: i915
+ * Functionality: fbc, gtt, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcdrrs-2p-scndscrn-pri-indfb-draw-mmap-wc
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcdrrs-2p-scndscrn-pri-indfb-draw-pwrite
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcdrrs-2p-scndscrn-pri-indfb-draw-render
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcdrrs-2p-scndscrn-pri-shrfb-draw-blt
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcdrrs-2p-scndscrn-pri-shrfb-draw-mmap-cpu
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcdrrs-2p-scndscrn-pri-shrfb-draw-mmap-gtt
+ * Driver requirement: i915
+ * Functionality: fbc, gtt, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcdrrs-2p-scndscrn-pri-shrfb-draw-mmap-wc
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcdrrs-2p-scndscrn-pri-shrfb-draw-pwrite
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcdrrs-2p-scndscrn-pri-shrfb-draw-render
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcdrrs-2p-scndscrn-shrfb-msflip-blt
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcdrrs-2p-scndscrn-shrfb-pgflip-blt
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcdrrs-2p-scndscrn-shrfb-plflip-blt
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcdrrs-2p-scndscrn-spr-indfb-draw-blt
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcdrrs-2p-scndscrn-spr-indfb-draw-mmap-cpu
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcdrrs-2p-scndscrn-spr-indfb-draw-mmap-gtt
+ * Driver requirement: i915
+ * Functionality: fbc, gtt, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcdrrs-2p-scndscrn-spr-indfb-draw-mmap-wc
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcdrrs-2p-scndscrn-spr-indfb-draw-pwrite
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcdrrs-2p-scndscrn-spr-indfb-draw-render
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcdrrs-2p-scndscrn-spr-indfb-fullscreen
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcdrrs-2p-scndscrn-spr-indfb-move
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcdrrs-2p-scndscrn-spr-indfb-onoff
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcdrrs-2p-shrfb-fliptrack-mmap-gtt
+ * Driver requirement: i915
+ * Functionality: fbc, gtt, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcdrrs-badstride
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcdrrs-farfromfence-mmap-gtt
+ * Driver requirement: i915
+ * Functionality: fbc, gtt, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcdrrs-indfb-scaledprimary
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcdrrs-modesetfrombusy
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcdrrs-rgb101010-draw-blt
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcdrrs-rgb101010-draw-mmap-cpu
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcdrrs-rgb101010-draw-mmap-gtt
+ * Driver requirement: i915
+ * Functionality: fbc, gtt, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcdrrs-rgb101010-draw-mmap-wc
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcdrrs-rgb101010-draw-pwrite
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcdrrs-rgb101010-draw-render
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcdrrs-rgb565-draw-blt
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcdrrs-rgb565-draw-mmap-cpu
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcdrrs-rgb565-draw-mmap-gtt
+ * Driver requirement: i915
+ * Functionality: fbc, gtt, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcdrrs-rgb565-draw-mmap-wc
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcdrrs-rgb565-draw-pwrite
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcdrrs-rgb565-draw-render
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcdrrs-shrfb-scaledprimary
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcdrrs-slowdraw
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcdrrs-stridechange
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcdrrs-suspend
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcdrrs-tiling-4
+ * Description: Test the tiling formats, if the tiling format supports FBC dothe basic drawing test if not set
+ *   the mode and test if FBC is disabled
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcdrrs-tiling-linear
+ * Description: Test the tiling formats, if the tiling format supports FBC dothe basic drawing test if not set
+ *   the mode and test if FBC is disabled
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcdrrs-tiling-y
+ * Description: Test the tiling formats, if the tiling format supports FBC dothe basic drawing test if not set
+ *   the mode and test if FBC is disabled
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsr-1p-indfb-fliptrack-mmap-gtt
+ * Driver requirement: i915
+ * Functionality: fbc, gtt, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsr-1p-offscren-pri-indfb-draw-blt
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsr-1p-offscren-pri-indfb-draw-mmap-cpu
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsr-1p-offscren-pri-indfb-draw-mmap-gtt
+ * Driver requirement: i915
+ * Functionality: fbc, gtt, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsr-1p-offscren-pri-indfb-draw-mmap-wc
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsr-1p-offscren-pri-indfb-draw-pwrite
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsr-1p-offscren-pri-indfb-draw-render
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsr-1p-offscren-pri-shrfb-draw-blt
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsr-1p-offscren-pri-shrfb-draw-mmap-cpu
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsr-1p-offscren-pri-shrfb-draw-mmap-gtt
+ * Driver requirement: i915
+ * Functionality: fbc, gtt, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsr-1p-offscren-pri-shrfb-draw-mmap-wc
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsr-1p-offscren-pri-shrfb-draw-pwrite
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsr-1p-offscren-pri-shrfb-draw-render
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsr-1p-pri-indfb-multidraw
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsr-1p-primscrn-cur-indfb-draw-blt
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsr-1p-primscrn-cur-indfb-draw-mmap-cpu
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsr-1p-primscrn-cur-indfb-draw-mmap-gtt
+ * Driver requirement: i915
+ * Functionality: fbc, gtt, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsr-1p-primscrn-cur-indfb-draw-mmap-wc
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsr-1p-primscrn-cur-indfb-draw-pwrite
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsr-1p-primscrn-cur-indfb-draw-render
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsr-1p-primscrn-cur-indfb-move
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsr-1p-primscrn-cur-indfb-onoff
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsr-1p-primscrn-indfb-msflip-blt
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsr-1p-primscrn-indfb-pgflip-blt
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsr-1p-primscrn-indfb-plflip-blt
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsr-1p-primscrn-pri-indfb-draw-blt
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsr-1p-primscrn-pri-indfb-draw-mmap-cpu
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsr-1p-primscrn-pri-indfb-draw-mmap-gtt
+ * Driver requirement: i915
+ * Functionality: fbc, gtt, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsr-1p-primscrn-pri-indfb-draw-mmap-wc
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsr-1p-primscrn-pri-indfb-draw-pwrite
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsr-1p-primscrn-pri-indfb-draw-render
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsr-1p-primscrn-pri-shrfb-draw-blt
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsr-1p-primscrn-pri-shrfb-draw-mmap-cpu
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsr-1p-primscrn-pri-shrfb-draw-mmap-gtt
+ * Driver requirement: i915
+ * Functionality: fbc, gtt, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsr-1p-primscrn-pri-shrfb-draw-mmap-wc
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsr-1p-primscrn-pri-shrfb-draw-pwrite
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsr-1p-primscrn-pri-shrfb-draw-render
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsr-1p-primscrn-shrfb-msflip-blt
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsr-1p-primscrn-shrfb-pgflip-blt
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsr-1p-primscrn-shrfb-plflip-blt
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsr-1p-primscrn-spr-indfb-draw-blt
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsr-1p-primscrn-spr-indfb-draw-mmap-cpu
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsr-1p-primscrn-spr-indfb-draw-mmap-gtt
+ * Driver requirement: i915
+ * Functionality: fbc, gtt, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsr-1p-primscrn-spr-indfb-draw-mmap-wc
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsr-1p-primscrn-spr-indfb-draw-pwrite
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsr-1p-primscrn-spr-indfb-draw-render
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsr-1p-primscrn-spr-indfb-fullscreen
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsr-1p-primscrn-spr-indfb-move
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsr-1p-primscrn-spr-indfb-onoff
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsr-1p-rte
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsr-1p-shrfb-fliptrack-mmap-gtt
+ * Driver requirement: i915
+ * Functionality: fbc, gtt, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsr-2p-indfb-fliptrack-mmap-gtt
+ * Driver requirement: i915
+ * Functionality: fbc, gtt, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsr-2p-pri-indfb-multidraw
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsr-2p-primscrn-cur-indfb-draw-blt
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsr-2p-primscrn-cur-indfb-draw-mmap-cpu
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsr-2p-primscrn-cur-indfb-draw-mmap-gtt
+ * Driver requirement: i915
+ * Functionality: fbc, gtt, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsr-2p-primscrn-cur-indfb-draw-mmap-wc
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsr-2p-primscrn-cur-indfb-draw-pwrite
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsr-2p-primscrn-cur-indfb-draw-render
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsr-2p-primscrn-cur-indfb-move
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsr-2p-primscrn-cur-indfb-onoff
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsr-2p-primscrn-indfb-msflip-blt
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsr-2p-primscrn-indfb-pgflip-blt
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsr-2p-primscrn-indfb-plflip-blt
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsr-2p-primscrn-pri-indfb-draw-blt
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsr-2p-primscrn-pri-indfb-draw-mmap-cpu
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsr-2p-primscrn-pri-indfb-draw-mmap-gtt
+ * Driver requirement: i915
+ * Functionality: fbc, gtt, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsr-2p-primscrn-pri-indfb-draw-mmap-wc
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsr-2p-primscrn-pri-indfb-draw-pwrite
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsr-2p-primscrn-pri-indfb-draw-render
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsr-2p-primscrn-pri-shrfb-draw-blt
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsr-2p-primscrn-pri-shrfb-draw-mmap-cpu
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsr-2p-primscrn-pri-shrfb-draw-mmap-gtt
+ * Driver requirement: i915
+ * Functionality: fbc, gtt, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsr-2p-primscrn-pri-shrfb-draw-mmap-wc
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsr-2p-primscrn-pri-shrfb-draw-pwrite
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsr-2p-primscrn-pri-shrfb-draw-render
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsr-2p-primscrn-shrfb-msflip-blt
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsr-2p-primscrn-shrfb-pgflip-blt
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsr-2p-primscrn-shrfb-plflip-blt
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsr-2p-primscrn-spr-indfb-draw-blt
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsr-2p-primscrn-spr-indfb-draw-mmap-cpu
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsr-2p-primscrn-spr-indfb-draw-mmap-gtt
+ * Driver requirement: i915
+ * Functionality: fbc, gtt, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsr-2p-primscrn-spr-indfb-draw-mmap-wc
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsr-2p-primscrn-spr-indfb-draw-pwrite
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsr-2p-primscrn-spr-indfb-draw-render
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsr-2p-primscrn-spr-indfb-fullscreen
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsr-2p-primscrn-spr-indfb-move
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsr-2p-primscrn-spr-indfb-onoff
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsr-2p-rte
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsr-2p-scndscrn-cur-indfb-draw-blt
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsr-2p-scndscrn-cur-indfb-draw-mmap-cpu
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsr-2p-scndscrn-cur-indfb-draw-mmap-gtt
+ * Driver requirement: i915
+ * Functionality: fbc, gtt, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsr-2p-scndscrn-cur-indfb-draw-mmap-wc
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsr-2p-scndscrn-cur-indfb-draw-pwrite
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsr-2p-scndscrn-cur-indfb-draw-render
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsr-2p-scndscrn-cur-indfb-move
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsr-2p-scndscrn-cur-indfb-onoff
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsr-2p-scndscrn-indfb-msflip-blt
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsr-2p-scndscrn-indfb-pgflip-blt
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsr-2p-scndscrn-indfb-plflip-blt
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsr-2p-scndscrn-pri-indfb-draw-blt
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsr-2p-scndscrn-pri-indfb-draw-mmap-cpu
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsr-2p-scndscrn-pri-indfb-draw-mmap-gtt
+ * Driver requirement: i915
+ * Functionality: fbc, gtt, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsr-2p-scndscrn-pri-indfb-draw-mmap-wc
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsr-2p-scndscrn-pri-indfb-draw-pwrite
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsr-2p-scndscrn-pri-indfb-draw-render
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsr-2p-scndscrn-pri-shrfb-draw-blt
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsr-2p-scndscrn-pri-shrfb-draw-mmap-cpu
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsr-2p-scndscrn-pri-shrfb-draw-mmap-gtt
+ * Driver requirement: i915
+ * Functionality: fbc, gtt, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsr-2p-scndscrn-pri-shrfb-draw-mmap-wc
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsr-2p-scndscrn-pri-shrfb-draw-pwrite
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsr-2p-scndscrn-pri-shrfb-draw-render
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsr-2p-scndscrn-shrfb-msflip-blt
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsr-2p-scndscrn-shrfb-pgflip-blt
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsr-2p-scndscrn-shrfb-plflip-blt
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsr-2p-scndscrn-spr-indfb-draw-blt
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsr-2p-scndscrn-spr-indfb-draw-mmap-cpu
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsr-2p-scndscrn-spr-indfb-draw-mmap-gtt
+ * Driver requirement: i915
+ * Functionality: fbc, gtt, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsr-2p-scndscrn-spr-indfb-draw-mmap-wc
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsr-2p-scndscrn-spr-indfb-draw-pwrite
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsr-2p-scndscrn-spr-indfb-draw-render
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsr-2p-scndscrn-spr-indfb-fullscreen
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsr-2p-scndscrn-spr-indfb-move
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsr-2p-scndscrn-spr-indfb-onoff
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsr-2p-shrfb-fliptrack-mmap-gtt
+ * Driver requirement: i915
+ * Functionality: fbc, gtt, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsr-badstride
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsr-farfromfence-mmap-gtt
+ * Driver requirement: i915
+ * Functionality: fbc, gtt, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsr-indfb-scaledprimary
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsr-modesetfrombusy
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsr-rgb101010-draw-blt
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsr-rgb101010-draw-mmap-cpu
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsr-rgb101010-draw-mmap-gtt
+ * Driver requirement: i915
+ * Functionality: fbc, gtt, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsr-rgb101010-draw-mmap-wc
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsr-rgb101010-draw-pwrite
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsr-rgb101010-draw-render
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsr-rgb565-draw-blt
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsr-rgb565-draw-mmap-cpu
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsr-rgb565-draw-mmap-gtt
+ * Driver requirement: i915
+ * Functionality: fbc, gtt, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsr-rgb565-draw-mmap-wc
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsr-rgb565-draw-pwrite
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsr-rgb565-draw-render
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsr-shrfb-scaledprimary
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsr-slowdraw
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsr-stridechange
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsr-suspend
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsr-tiling-4
+ * Description: Test the tiling formats, if the tiling format supports FBC dothe basic drawing test if not set
+ *   the mode and test if FBC is disabled
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsr-tiling-linear
+ * Description: Test the tiling formats, if the tiling format supports FBC dothe basic drawing test if not set
+ *   the mode and test if FBC is disabled
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsr-tiling-y
+ * Description: Test the tiling formats, if the tiling format supports FBC dothe basic drawing test if not set
+ *   the mode and test if FBC is disabled
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsrdrrs-1p-indfb-fliptrack-mmap-gtt
+ * Driver requirement: i915
+ * Functionality: fbc, gtt, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsrdrrs-1p-offscren-pri-indfb-draw-blt
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsrdrrs-1p-offscren-pri-indfb-draw-mmap-cpu
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsrdrrs-1p-offscren-pri-indfb-draw-mmap-gtt
+ * Driver requirement: i915
+ * Functionality: fbc, gtt, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsrdrrs-1p-offscren-pri-indfb-draw-mmap-wc
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsrdrrs-1p-offscren-pri-indfb-draw-pwrite
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsrdrrs-1p-offscren-pri-indfb-draw-render
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsrdrrs-1p-offscren-pri-shrfb-draw-blt
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsrdrrs-1p-offscren-pri-shrfb-draw-mmap-cpu
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsrdrrs-1p-offscren-pri-shrfb-draw-mmap-gtt
+ * Driver requirement: i915
+ * Functionality: fbc, gtt, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsrdrrs-1p-offscren-pri-shrfb-draw-mmap-wc
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsrdrrs-1p-offscren-pri-shrfb-draw-pwrite
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsrdrrs-1p-offscren-pri-shrfb-draw-render
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsrdrrs-1p-pri-indfb-multidraw
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsrdrrs-1p-primscrn-cur-indfb-draw-blt
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsrdrrs-1p-primscrn-cur-indfb-draw-mmap-cpu
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsrdrrs-1p-primscrn-cur-indfb-draw-mmap-gtt
+ * Driver requirement: i915
+ * Functionality: fbc, gtt, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsrdrrs-1p-primscrn-cur-indfb-draw-mmap-wc
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsrdrrs-1p-primscrn-cur-indfb-draw-pwrite
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsrdrrs-1p-primscrn-cur-indfb-draw-render
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsrdrrs-1p-primscrn-cur-indfb-move
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsrdrrs-1p-primscrn-cur-indfb-onoff
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsrdrrs-1p-primscrn-indfb-msflip-blt
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsrdrrs-1p-primscrn-indfb-pgflip-blt
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsrdrrs-1p-primscrn-indfb-plflip-blt
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsrdrrs-1p-primscrn-pri-indfb-draw-blt
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsrdrrs-1p-primscrn-pri-indfb-draw-mmap-cpu
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsrdrrs-1p-primscrn-pri-indfb-draw-mmap-gtt
+ * Driver requirement: i915
+ * Functionality: fbc, gtt, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsrdrrs-1p-primscrn-pri-indfb-draw-mmap-wc
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsrdrrs-1p-primscrn-pri-indfb-draw-pwrite
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsrdrrs-1p-primscrn-pri-indfb-draw-render
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsrdrrs-1p-primscrn-pri-shrfb-draw-blt
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsrdrrs-1p-primscrn-pri-shrfb-draw-mmap-cpu
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsrdrrs-1p-primscrn-pri-shrfb-draw-mmap-gtt
+ * Driver requirement: i915
+ * Functionality: fbc, gtt, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsrdrrs-1p-primscrn-pri-shrfb-draw-mmap-wc
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsrdrrs-1p-primscrn-pri-shrfb-draw-pwrite
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsrdrrs-1p-primscrn-pri-shrfb-draw-render
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsrdrrs-1p-primscrn-shrfb-msflip-blt
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsrdrrs-1p-primscrn-shrfb-pgflip-blt
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsrdrrs-1p-primscrn-shrfb-plflip-blt
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsrdrrs-1p-primscrn-spr-indfb-draw-blt
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsrdrrs-1p-primscrn-spr-indfb-draw-mmap-cpu
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsrdrrs-1p-primscrn-spr-indfb-draw-mmap-gtt
+ * Driver requirement: i915
+ * Functionality: fbc, gtt, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsrdrrs-1p-primscrn-spr-indfb-draw-mmap-wc
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsrdrrs-1p-primscrn-spr-indfb-draw-pwrite
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsrdrrs-1p-primscrn-spr-indfb-draw-render
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsrdrrs-1p-primscrn-spr-indfb-fullscreen
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsrdrrs-1p-primscrn-spr-indfb-move
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsrdrrs-1p-primscrn-spr-indfb-onoff
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsrdrrs-1p-rte
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsrdrrs-1p-shrfb-fliptrack-mmap-gtt
+ * Driver requirement: i915
+ * Functionality: fbc, gtt, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsrdrrs-2p-indfb-fliptrack-mmap-gtt
+ * Driver requirement: i915
+ * Functionality: fbc, gtt, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsrdrrs-2p-pri-indfb-multidraw
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsrdrrs-2p-primscrn-cur-indfb-draw-blt
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsrdrrs-2p-primscrn-cur-indfb-draw-mmap-cpu
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsrdrrs-2p-primscrn-cur-indfb-draw-mmap-gtt
+ * Driver requirement: i915
+ * Functionality: fbc, gtt, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsrdrrs-2p-primscrn-cur-indfb-draw-mmap-wc
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsrdrrs-2p-primscrn-cur-indfb-draw-pwrite
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsrdrrs-2p-primscrn-cur-indfb-draw-render
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsrdrrs-2p-primscrn-cur-indfb-move
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsrdrrs-2p-primscrn-cur-indfb-onoff
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsrdrrs-2p-primscrn-indfb-msflip-blt
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsrdrrs-2p-primscrn-indfb-pgflip-blt
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsrdrrs-2p-primscrn-indfb-plflip-blt
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsrdrrs-2p-primscrn-pri-indfb-draw-blt
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsrdrrs-2p-primscrn-pri-indfb-draw-mmap-cpu
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsrdrrs-2p-primscrn-pri-indfb-draw-mmap-gtt
+ * Driver requirement: i915
+ * Functionality: fbc, gtt, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsrdrrs-2p-primscrn-pri-indfb-draw-mmap-wc
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsrdrrs-2p-primscrn-pri-indfb-draw-pwrite
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsrdrrs-2p-primscrn-pri-indfb-draw-render
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsrdrrs-2p-primscrn-pri-shrfb-draw-blt
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsrdrrs-2p-primscrn-pri-shrfb-draw-mmap-cpu
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsrdrrs-2p-primscrn-pri-shrfb-draw-mmap-gtt
+ * Driver requirement: i915
+ * Functionality: fbc, gtt, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsrdrrs-2p-primscrn-pri-shrfb-draw-mmap-wc
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsrdrrs-2p-primscrn-pri-shrfb-draw-pwrite
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsrdrrs-2p-primscrn-pri-shrfb-draw-render
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsrdrrs-2p-primscrn-shrfb-msflip-blt
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsrdrrs-2p-primscrn-shrfb-pgflip-blt
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsrdrrs-2p-primscrn-shrfb-plflip-blt
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsrdrrs-2p-primscrn-spr-indfb-draw-blt
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsrdrrs-2p-primscrn-spr-indfb-draw-mmap-cpu
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsrdrrs-2p-primscrn-spr-indfb-draw-mmap-gtt
+ * Driver requirement: i915
+ * Functionality: fbc, gtt, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsrdrrs-2p-primscrn-spr-indfb-draw-mmap-wc
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsrdrrs-2p-primscrn-spr-indfb-draw-pwrite
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsrdrrs-2p-primscrn-spr-indfb-draw-render
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsrdrrs-2p-primscrn-spr-indfb-fullscreen
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsrdrrs-2p-primscrn-spr-indfb-move
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsrdrrs-2p-primscrn-spr-indfb-onoff
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsrdrrs-2p-rte
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsrdrrs-2p-scndscrn-cur-indfb-draw-blt
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsrdrrs-2p-scndscrn-cur-indfb-draw-mmap-cpu
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsrdrrs-2p-scndscrn-cur-indfb-draw-mmap-gtt
+ * Driver requirement: i915
+ * Functionality: fbc, gtt, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsrdrrs-2p-scndscrn-cur-indfb-draw-mmap-wc
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsrdrrs-2p-scndscrn-cur-indfb-draw-pwrite
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsrdrrs-2p-scndscrn-cur-indfb-draw-render
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsrdrrs-2p-scndscrn-cur-indfb-move
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsrdrrs-2p-scndscrn-cur-indfb-onoff
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsrdrrs-2p-scndscrn-indfb-msflip-blt
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsrdrrs-2p-scndscrn-indfb-pgflip-blt
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsrdrrs-2p-scndscrn-indfb-plflip-blt
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsrdrrs-2p-scndscrn-pri-indfb-draw-blt
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsrdrrs-2p-scndscrn-pri-indfb-draw-mmap-cpu
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsrdrrs-2p-scndscrn-pri-indfb-draw-mmap-gtt
+ * Driver requirement: i915
+ * Functionality: fbc, gtt, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsrdrrs-2p-scndscrn-pri-indfb-draw-mmap-wc
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsrdrrs-2p-scndscrn-pri-indfb-draw-pwrite
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsrdrrs-2p-scndscrn-pri-indfb-draw-render
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsrdrrs-2p-scndscrn-pri-shrfb-draw-blt
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsrdrrs-2p-scndscrn-pri-shrfb-draw-mmap-cpu
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsrdrrs-2p-scndscrn-pri-shrfb-draw-mmap-gtt
+ * Driver requirement: i915
+ * Functionality: fbc, gtt, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsrdrrs-2p-scndscrn-pri-shrfb-draw-mmap-wc
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsrdrrs-2p-scndscrn-pri-shrfb-draw-pwrite
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsrdrrs-2p-scndscrn-pri-shrfb-draw-render
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsrdrrs-2p-scndscrn-shrfb-msflip-blt
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsrdrrs-2p-scndscrn-shrfb-pgflip-blt
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsrdrrs-2p-scndscrn-shrfb-plflip-blt
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsrdrrs-2p-scndscrn-spr-indfb-draw-blt
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsrdrrs-2p-scndscrn-spr-indfb-draw-mmap-cpu
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsrdrrs-2p-scndscrn-spr-indfb-draw-mmap-gtt
+ * Driver requirement: i915
+ * Functionality: fbc, gtt, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsrdrrs-2p-scndscrn-spr-indfb-draw-mmap-wc
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsrdrrs-2p-scndscrn-spr-indfb-draw-pwrite
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsrdrrs-2p-scndscrn-spr-indfb-draw-render
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsrdrrs-2p-scndscrn-spr-indfb-fullscreen
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsrdrrs-2p-scndscrn-spr-indfb-move
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsrdrrs-2p-scndscrn-spr-indfb-onoff
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsrdrrs-2p-shrfb-fliptrack-mmap-gtt
+ * Driver requirement: i915
+ * Functionality: fbc, gtt, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsrdrrs-badstride
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsrdrrs-farfromfence-mmap-gtt
+ * Driver requirement: i915
+ * Functionality: fbc, gtt, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsrdrrs-indfb-scaledprimary
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsrdrrs-modesetfrombusy
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsrdrrs-rgb101010-draw-blt
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsrdrrs-rgb101010-draw-mmap-cpu
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsrdrrs-rgb101010-draw-mmap-gtt
+ * Driver requirement: i915
+ * Functionality: fbc, gtt, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsrdrrs-rgb101010-draw-mmap-wc
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsrdrrs-rgb101010-draw-pwrite
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsrdrrs-rgb101010-draw-render
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsrdrrs-rgb565-draw-blt
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsrdrrs-rgb565-draw-mmap-cpu
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsrdrrs-rgb565-draw-mmap-gtt
+ * Driver requirement: i915
+ * Functionality: fbc, gtt, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsrdrrs-rgb565-draw-mmap-wc
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsrdrrs-rgb565-draw-pwrite
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsrdrrs-rgb565-draw-render
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsrdrrs-shrfb-scaledprimary
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsrdrrs-slowdraw
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsrdrrs-stridechange
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsrdrrs-suspend
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsrdrrs-tiling-4
+ * Description: Test the tiling formats, if the tiling format supports FBC dothe basic drawing test if not set
+ *   the mode and test if FBC is disabled
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsrdrrs-tiling-linear
+ * Description: Test the tiling formats, if the tiling format supports FBC dothe basic drawing test if not set
+ *   the mode and test if FBC is disabled
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: fbcpsrdrrs-tiling-y
+ * Description: Test the tiling formats, if the tiling format supports FBC dothe basic drawing test if not set
+ *   the mode and test if FBC is disabled
+ * Driver requirement: i915
+ * Functionality: fbc, kms_core
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psr-1p-offscren-pri-indfb-draw-blt
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psr-1p-offscren-pri-indfb-draw-mmap-cpu
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psr-1p-offscren-pri-indfb-draw-mmap-gtt
+ * Driver requirement: i915
+ * Functionality: gtt, kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psr-1p-offscren-pri-indfb-draw-mmap-wc
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psr-1p-offscren-pri-indfb-draw-pwrite
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psr-1p-offscren-pri-indfb-draw-render
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psr-1p-offscren-pri-shrfb-draw-blt
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psr-1p-offscren-pri-shrfb-draw-mmap-cpu
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psr-1p-offscren-pri-shrfb-draw-mmap-gtt
+ * Driver requirement: i915
+ * Functionality: gtt, kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psr-1p-offscren-pri-shrfb-draw-mmap-wc
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psr-1p-offscren-pri-shrfb-draw-pwrite
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psr-1p-offscren-pri-shrfb-draw-render
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psr-1p-pri-indfb-multidraw
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psr-1p-primscrn-cur-indfb-draw-blt
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psr-1p-primscrn-cur-indfb-draw-mmap-cpu
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psr-1p-primscrn-cur-indfb-draw-mmap-gtt
+ * Driver requirement: i915
+ * Functionality: gtt, kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psr-1p-primscrn-cur-indfb-draw-mmap-wc
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psr-1p-primscrn-cur-indfb-draw-pwrite
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psr-1p-primscrn-cur-indfb-draw-render
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psr-1p-primscrn-cur-indfb-move
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psr-1p-primscrn-cur-indfb-onoff
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psr-1p-primscrn-indfb-msflip-blt
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psr-1p-primscrn-indfb-pgflip-blt
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psr-1p-primscrn-indfb-plflip-blt
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psr-1p-primscrn-pri-indfb-draw-blt
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psr-1p-primscrn-pri-indfb-draw-mmap-cpu
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psr-1p-primscrn-pri-indfb-draw-mmap-gtt
+ * Driver requirement: i915
+ * Functionality: gtt, kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psr-1p-primscrn-pri-indfb-draw-mmap-wc
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psr-1p-primscrn-pri-indfb-draw-pwrite
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psr-1p-primscrn-pri-indfb-draw-render
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psr-1p-primscrn-pri-shrfb-draw-blt
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psr-1p-primscrn-pri-shrfb-draw-mmap-cpu
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psr-1p-primscrn-pri-shrfb-draw-mmap-gtt
+ * Driver requirement: i915
+ * Functionality: gtt, kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psr-1p-primscrn-pri-shrfb-draw-mmap-wc
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psr-1p-primscrn-pri-shrfb-draw-pwrite
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psr-1p-primscrn-pri-shrfb-draw-render
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psr-1p-primscrn-shrfb-msflip-blt
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psr-1p-primscrn-shrfb-pgflip-blt
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psr-1p-primscrn-shrfb-plflip-blt
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psr-1p-primscrn-spr-indfb-draw-blt
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psr-1p-primscrn-spr-indfb-draw-mmap-cpu
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psr-1p-primscrn-spr-indfb-draw-mmap-gtt
+ * Driver requirement: i915
+ * Functionality: gtt, kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psr-1p-primscrn-spr-indfb-draw-mmap-wc
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psr-1p-primscrn-spr-indfb-draw-pwrite
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psr-1p-primscrn-spr-indfb-draw-render
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psr-1p-primscrn-spr-indfb-fullscreen
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psr-1p-primscrn-spr-indfb-move
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psr-1p-primscrn-spr-indfb-onoff
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psr-1p-rte
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psr-2p-pri-indfb-multidraw
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psr-2p-primscrn-cur-indfb-draw-blt
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psr-2p-primscrn-cur-indfb-draw-mmap-cpu
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psr-2p-primscrn-cur-indfb-draw-mmap-gtt
+ * Driver requirement: i915
+ * Functionality: gtt, kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psr-2p-primscrn-cur-indfb-draw-mmap-wc
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psr-2p-primscrn-cur-indfb-draw-pwrite
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psr-2p-primscrn-cur-indfb-draw-render
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psr-2p-primscrn-cur-indfb-move
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psr-2p-primscrn-cur-indfb-onoff
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psr-2p-primscrn-indfb-msflip-blt
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psr-2p-primscrn-indfb-pgflip-blt
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psr-2p-primscrn-indfb-plflip-blt
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psr-2p-primscrn-pri-indfb-draw-blt
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psr-2p-primscrn-pri-indfb-draw-mmap-cpu
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psr-2p-primscrn-pri-indfb-draw-mmap-gtt
+ * Driver requirement: i915
+ * Functionality: gtt, kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psr-2p-primscrn-pri-indfb-draw-mmap-wc
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psr-2p-primscrn-pri-indfb-draw-pwrite
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psr-2p-primscrn-pri-indfb-draw-render
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psr-2p-primscrn-pri-shrfb-draw-blt
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psr-2p-primscrn-pri-shrfb-draw-mmap-cpu
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psr-2p-primscrn-pri-shrfb-draw-mmap-gtt
+ * Driver requirement: i915
+ * Functionality: gtt, kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psr-2p-primscrn-pri-shrfb-draw-mmap-wc
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psr-2p-primscrn-pri-shrfb-draw-pwrite
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psr-2p-primscrn-pri-shrfb-draw-render
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psr-2p-primscrn-shrfb-msflip-blt
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psr-2p-primscrn-shrfb-pgflip-blt
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psr-2p-primscrn-shrfb-plflip-blt
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psr-2p-primscrn-spr-indfb-draw-blt
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psr-2p-primscrn-spr-indfb-draw-mmap-cpu
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psr-2p-primscrn-spr-indfb-draw-mmap-gtt
+ * Driver requirement: i915
+ * Functionality: gtt, kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psr-2p-primscrn-spr-indfb-draw-mmap-wc
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psr-2p-primscrn-spr-indfb-draw-pwrite
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psr-2p-primscrn-spr-indfb-draw-render
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psr-2p-primscrn-spr-indfb-fullscreen
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psr-2p-primscrn-spr-indfb-move
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psr-2p-primscrn-spr-indfb-onoff
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psr-2p-rte
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psr-2p-scndscrn-cur-indfb-draw-blt
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psr-2p-scndscrn-cur-indfb-draw-mmap-cpu
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psr-2p-scndscrn-cur-indfb-draw-mmap-gtt
+ * Driver requirement: i915
+ * Functionality: gtt, kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psr-2p-scndscrn-cur-indfb-draw-mmap-wc
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psr-2p-scndscrn-cur-indfb-draw-pwrite
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psr-2p-scndscrn-cur-indfb-draw-render
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psr-2p-scndscrn-cur-indfb-move
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psr-2p-scndscrn-cur-indfb-onoff
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psr-2p-scndscrn-indfb-msflip-blt
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psr-2p-scndscrn-indfb-pgflip-blt
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psr-2p-scndscrn-indfb-plflip-blt
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psr-2p-scndscrn-pri-indfb-draw-blt
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psr-2p-scndscrn-pri-indfb-draw-mmap-cpu
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psr-2p-scndscrn-pri-indfb-draw-mmap-gtt
+ * Driver requirement: i915
+ * Functionality: gtt, kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psr-2p-scndscrn-pri-indfb-draw-mmap-wc
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psr-2p-scndscrn-pri-indfb-draw-pwrite
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psr-2p-scndscrn-pri-indfb-draw-render
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psr-2p-scndscrn-pri-shrfb-draw-blt
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psr-2p-scndscrn-pri-shrfb-draw-mmap-cpu
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psr-2p-scndscrn-pri-shrfb-draw-mmap-gtt
+ * Driver requirement: i915
+ * Functionality: gtt, kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psr-2p-scndscrn-pri-shrfb-draw-mmap-wc
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psr-2p-scndscrn-pri-shrfb-draw-pwrite
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psr-2p-scndscrn-pri-shrfb-draw-render
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psr-2p-scndscrn-shrfb-msflip-blt
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psr-2p-scndscrn-shrfb-pgflip-blt
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psr-2p-scndscrn-shrfb-plflip-blt
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psr-2p-scndscrn-spr-indfb-draw-blt
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psr-2p-scndscrn-spr-indfb-draw-mmap-cpu
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psr-2p-scndscrn-spr-indfb-draw-mmap-gtt
+ * Driver requirement: i915
+ * Functionality: gtt, kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psr-2p-scndscrn-spr-indfb-draw-mmap-wc
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psr-2p-scndscrn-spr-indfb-draw-pwrite
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psr-2p-scndscrn-spr-indfb-draw-render
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psr-2p-scndscrn-spr-indfb-fullscreen
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psr-2p-scndscrn-spr-indfb-move
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psr-2p-scndscrn-spr-indfb-onoff
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psr-farfromfence-mmap-gtt
+ * Driver requirement: i915
+ * Functionality: gtt, kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psr-indfb-scaledprimary
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psr-modesetfrombusy
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psr-rgb101010-draw-blt
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psr-rgb101010-draw-mmap-cpu
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psr-rgb101010-draw-mmap-gtt
+ * Driver requirement: i915
+ * Functionality: gtt, kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psr-rgb101010-draw-mmap-wc
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psr-rgb101010-draw-pwrite
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psr-rgb101010-draw-render
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psr-rgb565-draw-blt
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psr-rgb565-draw-mmap-cpu
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psr-rgb565-draw-mmap-gtt
+ * Driver requirement: i915
+ * Functionality: gtt, kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psr-rgb565-draw-mmap-wc
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psr-rgb565-draw-pwrite
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psr-rgb565-draw-render
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psr-shrfb-scaledprimary
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psr-slowdraw
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psr-suspend
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psrdrrs-1p-offscren-pri-indfb-draw-blt
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psrdrrs-1p-offscren-pri-indfb-draw-mmap-cpu
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psrdrrs-1p-offscren-pri-indfb-draw-mmap-gtt
+ * Driver requirement: i915
+ * Functionality: gtt, kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psrdrrs-1p-offscren-pri-indfb-draw-mmap-wc
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psrdrrs-1p-offscren-pri-indfb-draw-pwrite
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psrdrrs-1p-offscren-pri-indfb-draw-render
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psrdrrs-1p-offscren-pri-shrfb-draw-blt
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psrdrrs-1p-offscren-pri-shrfb-draw-mmap-cpu
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psrdrrs-1p-offscren-pri-shrfb-draw-mmap-gtt
+ * Driver requirement: i915
+ * Functionality: gtt, kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psrdrrs-1p-offscren-pri-shrfb-draw-mmap-wc
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psrdrrs-1p-offscren-pri-shrfb-draw-pwrite
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psrdrrs-1p-offscren-pri-shrfb-draw-render
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psrdrrs-1p-pri-indfb-multidraw
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psrdrrs-1p-primscrn-cur-indfb-draw-blt
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psrdrrs-1p-primscrn-cur-indfb-draw-mmap-cpu
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psrdrrs-1p-primscrn-cur-indfb-draw-mmap-gtt
+ * Driver requirement: i915
+ * Functionality: gtt, kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psrdrrs-1p-primscrn-cur-indfb-draw-mmap-wc
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psrdrrs-1p-primscrn-cur-indfb-draw-pwrite
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psrdrrs-1p-primscrn-cur-indfb-draw-render
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psrdrrs-1p-primscrn-cur-indfb-move
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psrdrrs-1p-primscrn-cur-indfb-onoff
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psrdrrs-1p-primscrn-indfb-msflip-blt
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psrdrrs-1p-primscrn-indfb-pgflip-blt
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psrdrrs-1p-primscrn-indfb-plflip-blt
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psrdrrs-1p-primscrn-pri-indfb-draw-blt
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psrdrrs-1p-primscrn-pri-indfb-draw-mmap-cpu
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psrdrrs-1p-primscrn-pri-indfb-draw-mmap-gtt
+ * Driver requirement: i915
+ * Functionality: gtt, kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psrdrrs-1p-primscrn-pri-indfb-draw-mmap-wc
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psrdrrs-1p-primscrn-pri-indfb-draw-pwrite
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psrdrrs-1p-primscrn-pri-indfb-draw-render
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psrdrrs-1p-primscrn-pri-shrfb-draw-blt
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psrdrrs-1p-primscrn-pri-shrfb-draw-mmap-cpu
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psrdrrs-1p-primscrn-pri-shrfb-draw-mmap-gtt
+ * Driver requirement: i915
+ * Functionality: gtt, kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psrdrrs-1p-primscrn-pri-shrfb-draw-mmap-wc
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psrdrrs-1p-primscrn-pri-shrfb-draw-pwrite
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psrdrrs-1p-primscrn-pri-shrfb-draw-render
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psrdrrs-1p-primscrn-shrfb-msflip-blt
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psrdrrs-1p-primscrn-shrfb-pgflip-blt
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psrdrrs-1p-primscrn-shrfb-plflip-blt
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psrdrrs-1p-primscrn-spr-indfb-draw-blt
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psrdrrs-1p-primscrn-spr-indfb-draw-mmap-cpu
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psrdrrs-1p-primscrn-spr-indfb-draw-mmap-gtt
+ * Driver requirement: i915
+ * Functionality: gtt, kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psrdrrs-1p-primscrn-spr-indfb-draw-mmap-wc
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psrdrrs-1p-primscrn-spr-indfb-draw-pwrite
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psrdrrs-1p-primscrn-spr-indfb-draw-render
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psrdrrs-1p-primscrn-spr-indfb-fullscreen
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psrdrrs-1p-primscrn-spr-indfb-move
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psrdrrs-1p-primscrn-spr-indfb-onoff
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psrdrrs-1p-rte
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psrdrrs-2p-pri-indfb-multidraw
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psrdrrs-2p-primscrn-cur-indfb-draw-blt
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psrdrrs-2p-primscrn-cur-indfb-draw-mmap-cpu
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psrdrrs-2p-primscrn-cur-indfb-draw-mmap-gtt
+ * Driver requirement: i915
+ * Functionality: gtt, kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psrdrrs-2p-primscrn-cur-indfb-draw-mmap-wc
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psrdrrs-2p-primscrn-cur-indfb-draw-pwrite
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psrdrrs-2p-primscrn-cur-indfb-draw-render
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psrdrrs-2p-primscrn-cur-indfb-move
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psrdrrs-2p-primscrn-cur-indfb-onoff
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psrdrrs-2p-primscrn-indfb-msflip-blt
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psrdrrs-2p-primscrn-indfb-pgflip-blt
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psrdrrs-2p-primscrn-indfb-plflip-blt
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psrdrrs-2p-primscrn-pri-indfb-draw-blt
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psrdrrs-2p-primscrn-pri-indfb-draw-mmap-cpu
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psrdrrs-2p-primscrn-pri-indfb-draw-mmap-gtt
+ * Driver requirement: i915
+ * Functionality: gtt, kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psrdrrs-2p-primscrn-pri-indfb-draw-mmap-wc
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psrdrrs-2p-primscrn-pri-indfb-draw-pwrite
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psrdrrs-2p-primscrn-pri-indfb-draw-render
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psrdrrs-2p-primscrn-pri-shrfb-draw-blt
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psrdrrs-2p-primscrn-pri-shrfb-draw-mmap-cpu
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psrdrrs-2p-primscrn-pri-shrfb-draw-mmap-gtt
+ * Driver requirement: i915
+ * Functionality: gtt, kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psrdrrs-2p-primscrn-pri-shrfb-draw-mmap-wc
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psrdrrs-2p-primscrn-pri-shrfb-draw-pwrite
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psrdrrs-2p-primscrn-pri-shrfb-draw-render
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psrdrrs-2p-primscrn-shrfb-msflip-blt
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psrdrrs-2p-primscrn-shrfb-pgflip-blt
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psrdrrs-2p-primscrn-shrfb-plflip-blt
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psrdrrs-2p-primscrn-spr-indfb-draw-blt
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psrdrrs-2p-primscrn-spr-indfb-draw-mmap-cpu
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psrdrrs-2p-primscrn-spr-indfb-draw-mmap-gtt
+ * Driver requirement: i915
+ * Functionality: gtt, kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psrdrrs-2p-primscrn-spr-indfb-draw-mmap-wc
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psrdrrs-2p-primscrn-spr-indfb-draw-pwrite
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psrdrrs-2p-primscrn-spr-indfb-draw-render
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psrdrrs-2p-primscrn-spr-indfb-fullscreen
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psrdrrs-2p-primscrn-spr-indfb-move
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psrdrrs-2p-primscrn-spr-indfb-onoff
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psrdrrs-2p-rte
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psrdrrs-2p-scndscrn-cur-indfb-draw-blt
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psrdrrs-2p-scndscrn-cur-indfb-draw-mmap-cpu
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psrdrrs-2p-scndscrn-cur-indfb-draw-mmap-gtt
+ * Driver requirement: i915
+ * Functionality: gtt, kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psrdrrs-2p-scndscrn-cur-indfb-draw-mmap-wc
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psrdrrs-2p-scndscrn-cur-indfb-draw-pwrite
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psrdrrs-2p-scndscrn-cur-indfb-draw-render
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psrdrrs-2p-scndscrn-cur-indfb-move
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psrdrrs-2p-scndscrn-cur-indfb-onoff
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psrdrrs-2p-scndscrn-indfb-msflip-blt
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psrdrrs-2p-scndscrn-indfb-pgflip-blt
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psrdrrs-2p-scndscrn-indfb-plflip-blt
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psrdrrs-2p-scndscrn-pri-indfb-draw-blt
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psrdrrs-2p-scndscrn-pri-indfb-draw-mmap-cpu
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psrdrrs-2p-scndscrn-pri-indfb-draw-mmap-gtt
+ * Driver requirement: i915
+ * Functionality: gtt, kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psrdrrs-2p-scndscrn-pri-indfb-draw-mmap-wc
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psrdrrs-2p-scndscrn-pri-indfb-draw-pwrite
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psrdrrs-2p-scndscrn-pri-indfb-draw-render
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psrdrrs-2p-scndscrn-pri-shrfb-draw-blt
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psrdrrs-2p-scndscrn-pri-shrfb-draw-mmap-cpu
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psrdrrs-2p-scndscrn-pri-shrfb-draw-mmap-gtt
+ * Driver requirement: i915
+ * Functionality: gtt, kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psrdrrs-2p-scndscrn-pri-shrfb-draw-mmap-wc
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psrdrrs-2p-scndscrn-pri-shrfb-draw-pwrite
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psrdrrs-2p-scndscrn-pri-shrfb-draw-render
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psrdrrs-2p-scndscrn-shrfb-msflip-blt
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psrdrrs-2p-scndscrn-shrfb-pgflip-blt
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psrdrrs-2p-scndscrn-shrfb-plflip-blt
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psrdrrs-2p-scndscrn-spr-indfb-draw-blt
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psrdrrs-2p-scndscrn-spr-indfb-draw-mmap-cpu
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psrdrrs-2p-scndscrn-spr-indfb-draw-mmap-gtt
+ * Driver requirement: i915
+ * Functionality: gtt, kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psrdrrs-2p-scndscrn-spr-indfb-draw-mmap-wc
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psrdrrs-2p-scndscrn-spr-indfb-draw-pwrite
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psrdrrs-2p-scndscrn-spr-indfb-draw-render
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psrdrrs-2p-scndscrn-spr-indfb-fullscreen
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psrdrrs-2p-scndscrn-spr-indfb-move
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psrdrrs-2p-scndscrn-spr-indfb-onoff
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psrdrrs-farfromfence-mmap-gtt
+ * Driver requirement: i915
+ * Functionality: gtt, kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psrdrrs-indfb-scaledprimary
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psrdrrs-modesetfrombusy
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psrdrrs-rgb101010-draw-blt
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psrdrrs-rgb101010-draw-mmap-cpu
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psrdrrs-rgb101010-draw-mmap-gtt
+ * Driver requirement: i915
+ * Functionality: gtt, kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psrdrrs-rgb101010-draw-mmap-wc
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psrdrrs-rgb101010-draw-pwrite
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psrdrrs-rgb101010-draw-render
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psrdrrs-rgb565-draw-blt
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psrdrrs-rgb565-draw-mmap-cpu
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psrdrrs-rgb565-draw-mmap-gtt
+ * Driver requirement: i915
+ * Functionality: gtt, kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psrdrrs-rgb565-draw-mmap-wc
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psrdrrs-rgb565-draw-pwrite
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psrdrrs-rgb565-draw-render
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psrdrrs-shrfb-scaledprimary
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psrdrrs-slowdraw
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: psrdrrs-suspend
+ * Driver requirement: i915
+ * Functionality: kms_core, psr
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ */
 
 #define TIME SLOW_QUICK(1000, 10000)
 
-- 
2.40.0



More information about the igt-dev mailing list