]> Gentwo Git Trees - linux/.git/commit
drm/colorop: pass plane_color_pipeline client cap to atomic check
authorHarry Wentland <harry.wentland@amd.com>
Sat, 15 Nov 2025 00:01:48 +0000 (17:01 -0700)
committerSimon Ser <contact@emersion.fr>
Wed, 26 Nov 2025 22:03:33 +0000 (23:03 +0100)
commitdabeebae4ab7b4372e17310aa7a2168d32268833
tree074d9f245fa5dec6ce7bb9eb96ed9dcf083480a1
parentf03bf05c2061e66fe156d5cf80765bd863dcb122
drm/colorop: pass plane_color_pipeline client cap to atomic check

Drivers will need to know whether an atomic check/commit
originated from a client with DRM_CLIENT_CAP_PLANE_COLOR_PIPELINE
so they can ignore deprecated properties, like COLOR_ENCODING
and COLOR_RANGE.

Pass the plane_color_pipeline bit to drm_atomic_state.

Reviewed-by: Simon Ser <contact@emersion.fr>
Signed-off-by: Alex Hung <alex.hung@amd.com>
Signed-off-by: Harry Wentland <harry.wentland@amd.com>
Reviewed-by: Daniel Stone <daniels@collabora.com>
Reviewed-by: Melissa Wen <mwen@igalia.com>
Reviewed-by: Sebastian Wick <sebastian.wick@redhat.com>
Signed-off-by: Simon Ser <contact@emersion.fr>
Link: https://patch.msgid.link/20251115000237.3561250-24-alex.hung@amd.com
drivers/gpu/drm/drm_atomic_uapi.c
include/drm/drm_atomic.h