On 05/12/2025 09:51, Tomi Valkeinen wrote:
From: Linus Walleij linusw@kernel.org
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@mailbox.org Reviewed-by: Maxime Ripard mripard@kernel.org Signed-off-by: Linus Walleij linusw@kernel.org [Tomi: Resolved conflicts, fixed indentation] Signed-off-by: Tomi Valkeinen tomi.valkeinen@ideasonboard.com Cc: stable@vger.kernel.org # 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@linux.dev