From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by gabe.freedesktop.org (Postfix) with ESMTPS id 8C93310E6B8 for ; Tue, 25 Apr 2023 06:55:04 +0000 (UTC) From: Bhanuprakash Modem To: igt-dev@lists.freedesktop.org Date: Tue, 25 Apr 2023 12:19:41 +0530 Message-Id: <20230425064953.2121947-29-bhanuprakash.modem@intel.com> In-Reply-To: <20230425064953.2121947-1-bhanuprakash.modem@intel.com> References: <20230425064953.2121947-1-bhanuprakash.modem@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [igt-dev] [i-g-t V2 28/40] tests/kms_cursor_crc: Add XE support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: igt-dev-bounces@lists.freedesktop.org Sender: "igt-dev" List-ID: Add XE driver support for kms tests. Signed-off-by: Bhanuprakash Modem --- tests/kms_cursor_crc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/kms_cursor_crc.c b/tests/kms_cursor_crc.c index cc9dfcb1d..3a353a032 100644 --- a/tests/kms_cursor_crc.c +++ b/tests/kms_cursor_crc.c @@ -143,7 +143,7 @@ static bool chv_cursor_broken(data_t *data, int x) { uint32_t devid; - if (!is_i915_device(data->drm_fd)) + if (!is_intel_device(data->drm_fd)) return false; devid = intel_get_drm_devid(data->drm_fd); @@ -152,7 +152,7 @@ static bool chv_cursor_broken(data_t *data, int x) * CHV gets a FIFO underrun on pipe C when cursor x coordinate * is negative and the cursor visible. * - * i915 is fixed to return -EINVAL on cursor updates with those + * intel is fixed to return -EINVAL on cursor updates with those * negative coordinates, so require cursor update to fail with * -EINVAL in that case. * -- 2.40.0