Re: [PATCH v2] drm/plane: add alpha and blend_mode to atomic_print_state

2021-12-15 Thread Simon Ser
v2 looks good to me. A little bit sad about the stringifier duplicating code with drm_plane_create_blend_mode_property but it's not that of a big deal. Reviewed-by: Simon Ser

[PATCH v2] drm/plane: add alpha and blend_mode to atomic_print_state

2021-12-15 Thread Dmitry Baryshkov
When dumping plane state also output plane's alpha and blending mode values to ease debugging of complex composition cases. Signed-off-by: Dmitry Baryshkov --- Changes since v1: - Changed alpha property format to pad with zeroes --- drivers/gpu/drm/drm_atomic.c| 3 +++ drivers/gpu/drm/