Re: [PATCH v1 2/7] drm: add hook to print encoder status

2018-07-03 Thread Daniel Vetter
On Tue, Jun 05, 2018 at 03:54:02PM +0200, Benjamin Gaignard wrote: > Even if encoders don't have state it could be useful to get information > from them when dumping of the other elements state. > Add an optional hook in drm_encoder_funcs structure and call it after crtc > print state. > > Signed-

Re: [PATCH v1 2/7] drm: add hook to print encoder status

2018-06-18 Thread Philippe CORNU
Hi Benjamin, On 06/05/2018 03:54 PM, Benjamin Gaignard wrote: > Even if encoders don't have state it could be useful to get information > from them when dumping of the other elements state. > Add an optional hook in drm_encoder_funcs structure and call it after crtc > print state. > > Signed-off-

[PATCH v1 2/7] drm: add hook to print encoder status

2018-06-05 Thread Benjamin Gaignard
Even if encoders don't have state it could be useful to get information from them when dumping of the other elements state. Add an optional hook in drm_encoder_funcs structure and call it after crtc print state. Signed-off-by: Benjamin Gaignard --- drivers/gpu/drm/drm_atomic.c | 15 +