[PATCH] drm: atmel-hlcdc: actually disable scaling when no scaling is required

2016-06-02 Thread Nicolas Ferre
Le 01/06/2016 13:42, Boris Brezillon a écrit : > The driver is only enabling scaling, but never disabling it, thus, if you > enable the scaling feature once it stays enabled forever. > > Signed-off-by: Boris Brezillon > Reported-by: Alex Vazquez > Fixes: 1a396789f65a ("drm: add Atmel HLCDC Disp

[PATCH] drm: atmel-hlcdc: actually disable scaling when no scaling is required

2016-06-01 Thread Boris Brezillon
The driver is only enabling scaling, but never disabling it, thus, if you enable the scaling feature once it stays enabled forever. Signed-off-by: Boris Brezillon Reported-by: Alex Vazquez Fixes: 1a396789f65a ("drm: add Atmel HLCDC Display Controller support") Cc: --- drivers/gpu/drm/atmel-hlc