From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out-173.mta0.migadu.com (out-173.mta0.migadu.com [91.218.175.173]) (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 3E53931ED80 for ; Mon, 27 Jul 2026 01:37:17 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=91.218.175.173 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1785116239; cv=none; b=ZudeWSfTpZmkIMPjgNS3A6+GP9ZhTHp7YLceKF4TLBjQJCSbaA5/mF1map2+VdL9KfuFugtc/NYfVlUo7SYZZisefoC3R+bGjHEtdZIvF5TSpO0fD3eesT05JWCPE1DCcgO7/EQCVdpw18AjNQRW2ToBZUBuStWcNxMrbM/wO10= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1785116239; c=relaxed/simple; bh=o3I//fWT/Ahu1TRVuSuKOsa5VptGAjlzU/RAQ0KA2Gs=; h=Mime-Version:Content-Type:Date:Message-Id:Cc:Subject:From:To: References:In-Reply-To; b=dtrfYnnN5s3riszQO43f0+ZRPKJq/p5NobD7Lh7AqgOABD7ZMrE44o8DGpi2TEyLBKCKIJb1q09Y70cFuJsmITZA1jYngerc9FO7giQLma6wlRlNqIupugnkuD0JuDVd+IGrGzlw/Hhb8YTOCobWxMVuhfwm18/E3rjVb1T0H/Y= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=fail (p=reject dis=none) header.from=oss.qualcomm.com; spf=pass smtp.mailfrom=linux.dev; arc=none smtp.client-ip=91.218.175.173 Authentication-Results: smtp.subspace.kernel.org; dmarc=fail (p=reject dis=none) header.from=oss.qualcomm.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=linux.dev Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: Mime-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=UTF-8 Date: Mon, 27 Jul 2026 09:37:03 +0800 Message-Id: Cc: "Alexey Brodkin" , "Maarten Lankhorst" , "Maxime Ripard" , "Thomas Zimmermann" , "David Airlie" , "Simona Vetter" , "Joel Stanley" , "Andrew Jeffery" , "Frank Li" , "Sascha Hauer" , "Pengutronix Kernel Team" , "Fabio Estevam" , "Hans de Goede" , "Alex Lanzano" , "Oleksandr Andrushchenko" , , , , , , Subject: Re: [PATCH v3 0/8] drm: replace simple display pipe users with atomic helpers X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: "Ze Huang" To: "Linus Walleij" , "Ze Huang" References: <20260727-drm-simple-kms-removal-v3-0-cd5dc89858c6@oss.qualcomm.com> In-Reply-To: X-Migadu-Flow: FLOW_OUT On Mon Jul 27, 2026 at 4:32 AM CST, Linus Walleij wrote: > Hi Ze, > > On Sun, Jul 26, 2026 at 9:45=E2=80=AFPM Ze Huang wrote: > >> struct drm_simple_display_pipe was meant to simplify simple DRM >> drivers, but instead adds an extra wrapper around normal DRM atomic >> helper setup. As noted in Documentation/gpu/todo.rst, remaining users >> should be converted to regular atomic helpers and stop depending on the >> simple-KMS interfaces. > > Are these patches independent of other stuff so they can be tested on > top of v7.2-rc1 or do they need other stuff from drm-misc-next? > > Yours, > Linus Walleij Hi Linus, patches are independent and can be tested on v7.2-rc1. I've seen others patches based on drm tree so I did the same. Would switch to v7.2-rc1 if that's preferred :) Thanks, Ze Huang