[PATCH v6 13/44] drm/colorop: Add NEXT to colorop state print

Harry Wentland harry.wentland at amd.com
Thu Oct 3 20:00:55 UTC 2024


Signed-off-by: Harry Wentland <harry.wentland at amd.com>
---

v5:
 - Drop unused header definitions

v3:
 - Read NEXT ID from drm_colorop's next pointer

 drivers/gpu/drm/drm_atomic.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/gpu/drm/drm_atomic.c b/drivers/gpu/drm/drm_atomic.c
index 12e787e73c63..35136987d5e8 100644
--- a/drivers/gpu/drm/drm_atomic.c
+++ b/drivers/gpu/drm/drm_atomic.c
@@ -788,6 +788,7 @@ static void drm_atomic_colorop_print_state(struct drm_printer *p,
 	drm_printf(p, "\ttype=%s\n", drm_get_colorop_type_name(colorop->type));
 	drm_printf(p, "\tbypass=%u\n", state->bypass);
 	drm_printf(p, "\tcurve_1d_type=%s\n", drm_get_colorop_curve_1d_type_name(state->curve_1d_type));
+	drm_printf(p, "\tnext=%d\n", colorop->next ? colorop->next->base.id : 0);
 }

 static void drm_atomic_plane_print_state(struct drm_printer *p,
--
2.46.2



More information about the wayland-devel mailing list