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 C3DFB10E04D for ; Mon, 12 Dec 2022 12:50:47 +0000 (UTC) From: =?UTF-8?q?Zbigniew=20Kempczy=C5=84ski?= To: igt-dev@lists.freedesktop.org Date: Mon, 12 Dec 2022 13:50:32 +0100 Message-Id: <20221212125035.51326-1-zbigniew.kempczynski@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [igt-dev] [PATCH i-g-t 0/3] Add block-multicopy-* subtests List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: igt-dev-bounces@lists.freedesktop.org Sender: "igt-dev" List-ID: According to debugging with hw team extend the test to exercise blits in single batch and additional step with inplace decompression to same tiling format. Cc: Karolina Stolarek Zbigniew KempczyƄski (3): lib/i915_blt: Remove src == dst pitch restriction lib/i915_blt: Extract blit emit functions tests/gem_ccs: Add block-multicopy subtest lib/i915/i915_blt.c | 271 +++++++++++++++++++++++++++++++------------ lib/i915/i915_blt.h | 19 +++ tests/i915/gem_ccs.c | 262 ++++++++++++++++++++++++++++++++++++++--- 3 files changed, 462 insertions(+), 90 deletions(-) -- 2.34.1