From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mgamail.intel.com (mgamail.intel.com [134.134.136.126]) by gabe.freedesktop.org (Postfix) with ESMTPS id E576910E08A for ; Thu, 23 Nov 2023 15:08:47 +0000 (UTC) From: Marcin Bernatowicz To: igt-dev@lists.freedesktop.org Date: Thu, 23 Nov 2023 16:08:21 +0100 Message-Id: <20231123150823.25862-1-marcin.bernatowicz@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [igt-dev] [PATCH v4 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 | 57 +++++++++++++++++++------- lib/xe/xe_query.h | 3 +- tests/intel/xe_create.c | 84 +++++++++++++++++++++++++++++++++++++- tests/intel/xe_evict_ccs.c | 2 +- 4 files changed, 129 insertions(+), 17 deletions(-) -- 2.31.1