Re: [PATCH] drm: Print the fb dimensions when the src coord check fails

2017-11-02 Thread Gustavo Padovan
2017-11-02 Daniel Vetter : > On Wed, Nov 01, 2017 at 08:35:33PM +0200, Ville Syrjala wrote: > > From: Ville Syrjälä > > > > When debugging bad plane source coordinates it helps to have an > > idea of what the framebuffer dimensions are. > > > > Signed-off-by: Ville Syrjälä > > Makes sense. >

Re: [PATCH] drm: Print the fb dimensions when the src coord check fails

2017-11-02 Thread Daniel Vetter
On Wed, Nov 01, 2017 at 08:35:33PM +0200, Ville Syrjala wrote: > From: Ville Syrjälä > > When debugging bad plane source coordinates it helps to have an > idea of what the framebuffer dimensions are. > > Signed-off-by: Ville Syrjälä Makes sense. Reviewed-by: Daniel Vetter > --- > drivers/g

[PATCH] drm: Print the fb dimensions when the src coord check fails

2017-11-01 Thread Ville Syrjala
From: Ville Syrjälä When debugging bad plane source coordinates it helps to have an idea of what the framebuffer dimensions are. Signed-off-by: Ville Syrjälä --- drivers/gpu/drm/drm_atomic.c | 5 +++-- drivers/gpu/drm/drm_framebuffer.c | 5 +++-- 2 files changed, 6 insertions(+), 4 deleti