Re: [PATCH 3/4] drm/atomic-helper: Export and namespace some functions
From: Aradhya Bhatia
Date: Mon Dec 08 2025 - 06:25:48 EST
On 05/12/2025 09:51, Tomi Valkeinen wrote:
> From: Linus Walleij <linusw@xxxxxxxxxx>
>
> Export and namespace those not prefixed with drm_* so
> it becomes possible to write custom commit tail functions
> in individual drivers using the helper infrastructure.
>
> Tested-by: Marek Vasut <marek.vasut+renesas@xxxxxxxxxxx>
> Reviewed-by: Maxime Ripard <mripard@xxxxxxxxxx>
> Signed-off-by: Linus Walleij <linusw@xxxxxxxxxx>
> [Tomi: Resolved conflicts, fixed indentation]
> Signed-off-by: Tomi Valkeinen <tomi.valkeinen@xxxxxxxxxxxxxxxx>
> Cc: stable@xxxxxxxxxxxxxxx # v6.17+
> ---
> drivers/gpu/drm/drm_atomic_helper.c | 122 +++++++++++++++++++++++++++++-------
> include/drm/drm_atomic_helper.h | 22 +++++++
> 2 files changed, 121 insertions(+), 23 deletions(-)
>
Reviewed-by: Aradhya Bhatia <aradhya.bhatia@xxxxxxxxx>