From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by gabe.freedesktop.org (Postfix) with ESMTPS id B751210E81B for ; Tue, 18 Apr 2023 16:50:02 +0000 (UTC) From: Bhanuprakash Modem To: igt-dev@lists.freedesktop.org Date: Tue, 18 Apr 2023 22:14:45 +0530 Message-Id: <20230418164501.1687266-30-bhanuprakash.modem@intel.com> In-Reply-To: <20230418164501.1687266-1-bhanuprakash.modem@intel.com> References: <20230418164501.1687266-1-bhanuprakash.modem@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [igt-dev] [i-g-t 29/45] 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