Re: [PATCH v6 8/9] drm/omap: add plane_atomic_print_state support

2021-10-27 Thread Neil Armstrong
On 27/10/2021 14:23, Tomi Valkeinen wrote: > On 18/10/2021 17:28, Neil Armstrong wrote: >> From: Benoit Parrot >> >> Now that we added specific item to our subclassed drm_plane_state >> we can add omap_plane_atomic_print_state() helper to dump out our own >> driver specific plane state. >> >> Sign

Re: [PATCH v6 8/9] drm/omap: add plane_atomic_print_state support

2021-10-27 Thread Tomi Valkeinen
On 18/10/2021 17:28, Neil Armstrong wrote: From: Benoit Parrot Now that we added specific item to our subclassed drm_plane_state we can add omap_plane_atomic_print_state() helper to dump out our own driver specific plane state. Signed-off-by: Benoit Parrot Signed-off-by: Neil Armstrong ---

[PATCH v6 8/9] drm/omap: add plane_atomic_print_state support

2021-10-18 Thread Neil Armstrong
From: Benoit Parrot Now that we added specific item to our subclassed drm_plane_state we can add omap_plane_atomic_print_state() helper to dump out our own driver specific plane state. Signed-off-by: Benoit Parrot Signed-off-by: Neil Armstrong --- drivers/gpu/drm/omapdrm/omap_plane.c | 16 +++