From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mgamail.intel.com (mgamail.intel.com [134.134.136.31]) by gabe.freedesktop.org (Postfix) with ESMTPS id DC1DA10E1BA for ; Thu, 7 Dec 2023 12:44:23 +0000 (UTC) From: Marcin Bernatowicz To: igt-dev@lists.freedesktop.org Subject: [PATCH v7 i-g-t 0/2] add create-big-vram subtest Date: Thu, 7 Dec 2023 13:44:16 +0100 Message-Id: <20231207124418.26414-1-marcin.bernatowicz@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 | 88 +++++++++++++++++++++++++++++++++++++- tests/intel/xe_evict_ccs.c | 2 +- 4 files changed, 133 insertions(+), 18 deletions(-) -- 2.31.1