From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id A24C51D90A7 for ; Mon, 6 Jan 2025 09:10:16 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1736154616; cv=none; b=r7GEObmNnEVYmUBelznV8yzJCznLodskev1ej1uU8XRyqnXy7yI4NxDr6gNJypqH1u+oRPoiLbhnxrgp09etm/4dRyyX3p1SoamwjzXyasMsejdRLAKoH9LEZhM7TI7P45Qi9SyWiKiZvQaOWdIkJbcwWVpiuMkdsN41WNZwDvA= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1736154616; c=relaxed/simple; bh=fmNIgfuaDg0YQaUxrExgtxA4HCsqQIZwPebzqg0iv5c=; h=Message-ID:Date:From:To:Subject:In-Reply-To:References:Cc; b=N4DX8fQlxHtbtnKuMivymirVmAiQw9Dwh0gqhgApJT+BI7Lj1SQuk4TPqTo5Tkz2SF8AO/rBabV4on5+WniQU7GakfsR+pqbpOms+/Zla92/21lfy8Gn/YTpHfi1gbw+jaVNz1pE5FYH8qTtWR/XO7Jw5jPRzJB8qre316XXF+g= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=Zu/fN+p4; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="Zu/fN+p4" Received: by smtp.kernel.org (Postfix) with ESMTPSA id B0BFCC4CEDF; Mon, 6 Jan 2025 09:10:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1736154616; bh=fmNIgfuaDg0YQaUxrExgtxA4HCsqQIZwPebzqg0iv5c=; h=Date:From:To:Subject:In-Reply-To:References:Cc:From; b=Zu/fN+p4JrP5WDr5tmoc53Oh2PlHVVeAaaS4XvsyEsbb3hfapAvW/kBwdhsb5+AXQ GiiV3zm5tBdaBwUjuc6SqmWlbpIvEppJvj9Lp6VjPs2pkOCs4xgrie43zSoKFE7zZS Wimsdjfof5bwVbwkx5IV8YimywuCg7j0YfGOzPEGDvzU9qTZlKFS1FVrnnrYtUetDm XJbN1Of01cpUfjBnEjs0ve07Vk+Yr4tzjhY9nVO5wROEt0olcO8wyZ9bHU4YMvOV6i OD8PkJXLbhkf++iQAh8e5faFXA+y21KuKLmER5kPrOSpMUsITFh7iHWGQez05BS+Zt HCpcm1ZYIKnHA== Message-ID: Date: Mon, 06 Jan 2025 09:10:13 +0000 From: "Maxime Ripard" To: "Louis Chauvet" Subject: Re: [PATCH v3 3/3] drm/vkms: Switch to dynamic allocation for CRTC In-Reply-To: <20241230-b4-vkms-allocated-v3-3-5dda4c1bd459@bootlin.com> References: <20241230-b4-vkms-allocated-v3-3-5dda4c1bd459@bootlin.com> Cc: dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org, thomas.petazzoni@bootlin.com, "David Airlie" , "Haneen Mohammed" , "Maarten Lankhorst" , "Maxime Ripard" , =?utf-8?b?TWHDrXJhIENhbmFs?= , "Melissa Wen" , "Rodrigo Siqueira" , "Simona Vetter" , "Simona Vetter" , "Thomas Zimmermann" Content-Transfer-Encoding: quoted-printable Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: On Mon, 30 Dec 2024 19:39:46 +0100, Louis Chauvet wrote: > A specific allocation for the CRTC is not strictly necessary at this > point, but in order to implement dynamic configuration of VKMS (configFS), > it will be easier to have one allocation per CRTC. >=20 > Signed-off-by: Louis Chauvet >=20 > [ ... ] Reviewed-by: Maxime Ripard Thanks! Maxime