From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by gabe.freedesktop.org (Postfix) with ESMTPS id E7D356E187 for ; Thu, 12 Dec 2019 14:27:07 +0000 (UTC) From: Stanislav Lisovskiy Date: Thu, 12 Dec 2019 16:24:14 +0200 Message-Id: <20191212142415.26517-1-stanislav.lisovskiy@intel.com> Subject: [igt-dev] [PATCH i-g-t v15 0/1] Introduce i915 pipe stress test List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: igt-dev-bounces@lists.freedesktop.org Sender: "igt-dev" To: igt-dev@lists.freedesktop.org Cc: martin.peres@intel.com, juha-pekka.heikkila@intel.com List-ID: This test case will challenge hardware, by using as maximum display buffer/memory bandwidth as possible. To achieve that it runs some workload on each CPU core, also it runs some GPU load simultaneously, also uses kms to add as much planes as possible using highest possible mode. Stanislav Lisovskiy (1): igt/tests: kms_plane_stress: Add plane stress test tests/Makefile.sources | 3 + tests/i915/i915_pipe_stress.c | 888 ++++++++++++++++++++++++++++++++++ tests/meson.build | 1 + 3 files changed, 892 insertions(+) create mode 100644 tests/i915/i915_pipe_stress.c -- 2.17.1 _______________________________________________ igt-dev mailing list igt-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/igt-dev