From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by gabe.freedesktop.org (Postfix) with ESMTPS id 1F8A66E0C5 for ; Thu, 12 Dec 2019 18:18:48 +0000 (UTC) From: Stanislav Lisovskiy Date: Thu, 12 Dec 2019 20:15:55 +0200 Message-Id: <20191212181556.30059-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