Re: [PATCH] drm: Print erroneous hscale/vscale on failure

2018-09-06 Thread Sean Paul
On Thu, Sep 06, 2018 at 02:30:24PM +0300, Ville Syrjälä wrote: > On Wed, Sep 05, 2018 at 04:46:01PM -0400, Sean Paul wrote: > > From: Sean Paul > > > > I ran across this last week when I was trying to get this function to > > work. It's useful to have the scale values in the log upon failure. > >

Re: [PATCH] drm: Print erroneous hscale/vscale on failure

2018-09-06 Thread Ville Syrjälä
On Wed, Sep 05, 2018 at 04:46:01PM -0400, Sean Paul wrote: > From: Sean Paul > > I ran across this last week when I was trying to get this function to > work. It's useful to have the scale values in the log upon failure. > > Signed-off-by: Sean Paul > --- > drivers/gpu/drm/drm_atomic_helper.c

Re: [PATCH] drm: Print erroneous hscale/vscale on failure

2018-09-05 Thread Daniel Vetter
On Wed, Sep 05, 2018 at 04:46:01PM -0400, Sean Paul wrote: > From: Sean Paul > > I ran across this last week when I was trying to get this function to > work. It's useful to have the scale values in the log upon failure. > > Signed-off-by: Sean Paul Reviewed-by: Daniel Vetter > --- > driver

[PATCH] drm: Print erroneous hscale/vscale on failure

2018-09-05 Thread Sean Paul
From: Sean Paul I ran across this last week when I was trying to get this function to work. It's useful to have the scale values in the log upon failure. Signed-off-by: Sean Paul --- drivers/gpu/drm/drm_atomic_helper.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drive