From patchwork Tue Apr 25 07:30:12 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Marius Vlad X-Patchwork-Id: 13222917 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 E49B7C6FD18 for ; Tue, 25 Apr 2023 07:30:34 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 6138F10E6B0; Tue, 25 Apr 2023 07:30:28 +0000 (UTC) Received: from madras.collabora.co.uk (madras.collabora.co.uk [46.235.227.172]) by gabe.freedesktop.org (Postfix) with ESMTPS id 71CA610E6A6 for ; Tue, 25 Apr 2023 07:30:21 +0000 (UTC) Received: from localhost.localdomain (unknown [109.100.38.211]) (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 9318B660329C; Tue, 25 Apr 2023 08:30:19 +0100 (BST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=collabora.com; s=mail; t=1682407820; bh=N4/94JtOEZ4X/fOEEmtlia4gYzBnalJE25/8Ejbzfd0=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=ULX/QYbgKTNJuGJDRP4SWEP7vmQyRWSgxQt4mQoy5VmHYe1IaDHqJZHmL2fuCg7ow 7qq4J1ZMpuKXbFDDUHZWNED38WRKgD+51Gouhj6+HupngqQ7i9viPZvYRdSfDMEvhF 8/6NbF+qw3eA2AmQckrCf5H1xHEMn5Mgmc1v0BooSVYuOYWmcDkDAbpDN+ocY6GVIP 0WpArReN9ZZUHwY2Jjn1p3n+fZD9Zq79gBsF5TIsPkoaP8wP7f4i/0eG999PN+OwKa r5AtJzHebqcinlnge/EUPml8RL6ZTkLWaT7gCAQvtlNNuAgf/ATPoYLDEka/cnijKh wH2pQVGbbMyjw== 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: Tue, 25 Apr 2023 10:30:12 +0300 Message-Id: <20230425073012.11036-4-marius.vlad@collabora.com> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20230425073012.11036-1-marius.vlad@collabora.com> References: <20230425073012.11036-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.