From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by gabe.freedesktop.org (Postfix) with ESMTPS id 7470810E6F0 for ; Mon, 28 Mar 2022 16:55:57 +0000 (UTC) From: Kamil Konieczny To: igt-dev@lists.freedesktop.org Date: Mon, 28 Mar 2022 18:55:43 +0200 Message-Id: <20220328165545.32629-1-kamil.konieczny@linux.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/2] i915/gem_concurrent_all: Add no-reloc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: igt-dev-bounces@lists.freedesktop.org Sender: "igt-dev" List-ID: Add noreloc mode for GPU gens without relocations. Also while at this, add some caching for required properties. Change also snoop function so it will work on DG1. v4: rebase, simplify bit17_require (Zbigniew) v3: address Zbigniew review: correcting comment style, changed checks in bit17_require v2: rebased, fix caching in bit17_require, addressed Zbigniew review comments Cc: "Zbigniew KempczyƄski" Kamil Konieczny (2): lib/intel_batchbuffer: add create without relocs tests/i915/gem_concurrent_all: Add no-reloc capability lib/intel_batchbuffer.c | 7 ++ lib/intel_batchbuffer.h | 1 + tests/i915/gem_concurrent_all.c | 176 ++++++++++++++++++++++++++------ 3 files changed, 153 insertions(+), 31 deletions(-) -- 2.32.0