From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mgamail.intel.com (mgamail.intel.com [134.134.136.100]) by gabe.freedesktop.org (Postfix) with ESMTPS id 1774110E774 for ; Wed, 6 Dec 2023 17:02:03 +0000 (UTC) From: Marcin Bernatowicz To: igt-dev@lists.freedesktop.org Date: Wed, 6 Dec 2023 18:01:54 +0100 Message-Id: <20231206170156.23120-1-marcin.bernatowicz@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [igt-dev] [PATCH v6 i-g-t 0/2] add create-big-vram subtest List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: adam.miszczak@intel.com, matthew.auld@intel.com, jakub1.kolakowski@intel.com Errors-To: igt-dev-bounces@lists.freedesktop.org Sender: "igt-dev" List-ID: Validate the creation of significant Buffer Object (BO) within VRAM, considering the entire available CPU-visible VRAM size. Marcin Bernatowicz (2): lib/xe/xe_query: xe_visible_available_vram_size helper tests/intel/xe_create: create-big-vram subtest lib/xe/xe_query.c | 58 ++++++++++++++++++------- lib/xe/xe_query.h | 3 +- tests/intel/xe_create.c | 86 +++++++++++++++++++++++++++++++++++++- tests/intel/xe_evict_ccs.c | 2 +- 4 files changed, 132 insertions(+), 17 deletions(-) -- 2.31.1