From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by gabe.freedesktop.org (Postfix) with ESMTPS id 1B96110E70B for ; Fri, 28 Jul 2023 14:37:53 +0000 (UTC) From: Albert Esteve To: igt-dev@lists.freedesktop.org Date: Fri, 28 Jul 2023 16:37:40 +0200 Message-Id: <20230728143742.322532-1-aesteve@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Subject: [igt-dev] [PATCH v2 0/2] Add atomic DRM cursor hotspot test List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: belmouss@redhat.com, javierm@redhat.com Errors-To: igt-dev-bounces@lists.freedesktop.org Sender: "igt-dev" List-ID: Add test to verify the kernel patch at [1]. The test modifies the hotspot x and y properties and checks that they get properly updated after every display commit. Note: the patch adds a DRM capability definition taken directly from the kernel patch. Once the definition lands on IGT after the drm.h is updated, the local definition shall be removed. [1] - https://lists.freedesktop.org/archives/dri-devel/2023-July/414509.html Albert Esteve (2): igt_kms: add hotspot plane property kms_cursor_legacy: modeset-atomic-cursor-hotspot lib/igt_kms.c | 10 ++++++ lib/igt_kms.h | 11 +++++- tests/kms_cursor_legacy.c | 76 +++++++++++++++++++++++++++++++++++++++ 3 files changed, 96 insertions(+), 1 deletion(-) -- 2.40.0