From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mgamail.intel.com (mgamail.intel.com [134.134.136.20]) by gabe.freedesktop.org (Postfix) with ESMTPS id 0DD7110E169 for ; Mon, 25 Sep 2023 16:59:33 +0000 (UTC) From: Jonathan Cavitt To: igt-dev@lists.freedesktop.org Date: Mon, 25 Sep 2023 09:48:50 -0700 Message-Id: <20230925164852.4123643-1-jonathan.cavitt@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [igt-dev] [PATCH i-g-t v4 0/2] intel/i915_query: Add query-l3-bank-count subtest List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: jonathan.cavitt@intel.com Errors-To: igt-dev-bounces@lists.freedesktop.org Sender: "igt-dev" List-ID: Add support for the DRM_QUERY_L3BANK_COUNT query and exercise it with subtests in i915_query. v2: - Separate uapi and test changes. - s/invaild/invalid v3: - Move uapi changes to i915_drm_local.h. v4: - Reorder some i915_query.c elements. Janga Rahul Kumar (1): tests/i915_query.c: Add query-l3-bank-count subtest Jonathan Cavitt (1): lib/i915: Add DRM_I915_QUERY_L3BANK_COUNT query lib/i915/i915_drm_local.h | 13 ++++ tests/intel/i915_query.c | 135 ++++++++++++++++++++++++++++++++++++++ 2 files changed, 148 insertions(+) -- 2.25.1