From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by gabe.freedesktop.org (Postfix) with ESMTPS id 3B69910E1A4 for ; Wed, 29 Mar 2023 22:23:36 +0000 (UTC) From: Niranjana Vishwanathapura To: igt-dev@lists.freedesktop.org Date: Wed, 29 Mar 2023 15:23:29 -0700 Message-Id: <20230329222331.32734-1-niranjana.vishwanathapura@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [igt-dev] [PATCH i-g-t v2 0/2] tests/xe/xe_guc_pc: Skip RC6 tests on PVC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: igt-dev-bounces@lists.freedesktop.org Sender: "igt-dev" List-ID: Add IS_PONTEVECCHIO() library routine and Skip rc6 subtests on PVC. v2: Add proper PVC library support and fix assert check in xe_guc_pc Signed-off-by: Niranjana Vishwanathapura Niranjana Vishwanathapura (2): lib: Add Pontevecchio platform tests/xe/xe_guc_pc: Skip RC6 tests for PVC lib/i915/intel_cmds_info.c | 20 ++++++++++++++++++++ lib/i915/intel_cmds_info.h | 1 + lib/i915_pciids.h | 13 +++++++++++++ lib/intel_chipset.h | 2 ++ lib/intel_device_info.c | 10 ++++++++++ tests/xe/xe_guc_pc.c | 2 ++ 6 files changed, 48 insertions(+) -- 2.21.0.rc0.32.g243a4c7e27