From patchwork Thu Apr 20 08:41:47 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Marius Vlad X-Patchwork-Id: 13218148 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 656D1C77B73 for ; Thu, 20 Apr 2023 08:42:07 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id CC7C710EBE2; Thu, 20 Apr 2023 08:41:59 +0000 (UTC) Received: from madras.collabora.co.uk (madras.collabora.co.uk [IPv6:2a00:1098:0:82:1000:25:2eeb:e5ab]) by gabe.freedesktop.org (Postfix) with ESMTPS id 8CDAB10EBDF for ; Thu, 20 Apr 2023 08:41:56 +0000 (UTC) Received: from localhost.localdomain (unknown [IPv6:2a02:2f08:4a06:df00:9eb6:d0ff:fe91:8037]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: mvlad) by madras.collabora.co.uk (Postfix) with ESMTPSA id 78D636603260; Thu, 20 Apr 2023 09:41:53 +0100 (BST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=collabora.com; s=mail; t=1681980114; bh=N4/94JtOEZ4X/fOEEmtlia4gYzBnalJE25/8Ejbzfd0=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=ZbjZMEyREloGmuclFaO0+QQW6KdReNSJ50IIn3hVShWayPdejg4jD7ze4vNplj/OO LP6MGopi/l30BwCCDp1PRzDWfcb51Y/9+L3UtXLYuim9B6jTC6KbX9qxmr6hVpKXph vq68riO6m0cShjNb6Yz+1aCwGp2vQ1DzMwqPaLWUbuuK1z+MPOKgh5KCyaLJcSwNUw 9J41VdnDZBPuZ/EALHk1oJblLGhCHiq1ZxTTMHAArbeBOYCdt7RbBt6iKjjQOe5mls SzcCN+2QFL1Zz03K9e/gtfz6h0TY+09d91wdLvGGYpGQEkfE3qBPLizfHW2855n1zG 7RIjWa0WeF7Fg== From: Marius Vlad To: dri-devel@lists.freedesktop.org Subject: [PATCH v3 3/3] Documentation/gpu/vkms.rst: Added a note about plane migration Date: Thu, 20 Apr 2023 11:41:47 +0300 Message-Id: <20230420084147.19042-4-marius.vlad@collabora.com> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20230420084147.19042-1-marius.vlad@collabora.com> References: <20230420084147.19042-1-marius.vlad@collabora.com> MIME-Version: 1.0 X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: mwen@igalia.com, tzimmermann@suse.de, rodrigosiqueiramelo@gmail.com, mcanal@igalia.com, melissa.srw@gmail.com, marius.vlad@collabora.com, igormtorrente@gmail.com Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" And remove the run-time configuration comment regarding needing first more than 1 pipe. Signed-off-by: Marius Vlad --- Documentation/gpu/vkms.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Documentation/gpu/vkms.rst b/Documentation/gpu/vkms.rst index 49db221c0f52..cfb3406933c0 100644 --- a/Documentation/gpu/vkms.rst +++ b/Documentation/gpu/vkms.rst @@ -133,6 +133,8 @@ There's lots of plane features we could add support for: - Async updates (currently only possible on cursor plane using the legacy cursor api). +- Overlay plane migration between CRTCs + For all of these, we also want to review the igt test coverage and make sure all relevant igt testcases work on vkms. They are good options for internship project. @@ -146,8 +148,7 @@ module. Use/Test-cases: - Hotplug/hotremove connectors on the fly (to be able to test DP MST handling of compositors). -- Configure planes/crtcs/connectors (we'd need some code to have more than 1 of - them first). +- Configure planes/crtcs/connectors - Change output configuration: Plug/unplug screens, change EDID, allow changing the refresh rate.