From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by gabe.freedesktop.org (Postfix) with ESMTPS id 8BFF310E3B6 for ; Wed, 17 May 2023 06:39:32 +0000 (UTC) From: Bhanuprakash Modem Date: Wed, 17 May 2023 12:02:24 +0530 Message-Id: <20230517063323.4146387-23-bhanuprakash.modem@intel.com> In-Reply-To: <20230517063323.4146387-1-bhanuprakash.modem@intel.com> References: <20230517063323.4146387-1-bhanuprakash.modem@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [igt-dev] [i-g-t V2 22/81] tests/i915/kms_frontbuffer_tracking: Document each subtest for testplan List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: igt-dev-bounces@lists.freedesktop.org Sender: "igt-dev" To: igt-dev@lists.freedesktop.org, mchehab@kernel.org List-ID: 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 --- 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