Re: [PATCH] drm/vc4: Fix scaling of uni-planar formats

2018-05-09 Thread Boris Brezillon
On Mon, 7 May 2018 14:13:03 +0200 Boris Brezillon wrote: > When using uni-planar formats (like RGB), the scaling parameters are > stored in plane 0, not plane 1. > > Fixes: fc04023fafec ("drm/vc4: Add support for YUV planes.") > Cc: sta...@vger.kernel.org >

Re: [PATCH] drm/vc4: Fix scaling of uni-planar formats

2018-05-09 Thread Boris Brezillon
On Mon, 7 May 2018 18:11:02 +0200 Boris Brezillon wrote: > On Mon, 07 May 2018 08:56:14 -0700 > Eric Anholt wrote: > > > Boris Brezillon writes: > > > > > When using uni-planar formats (like RGB), the scaling

Re: [PATCH] drm/vc4: Fix scaling of uni-planar formats

2018-05-07 Thread Boris Brezillon
On Mon, 07 May 2018 08:56:14 -0700 Eric Anholt wrote: > Boris Brezillon writes: > > > When using uni-planar formats (like RGB), the scaling parameters are > > stored in plane 0, not plane 1. > > > > Fixes: fc04023fafec ("drm/vc4: Add support for

Re: [PATCH] drm/vc4: Fix scaling of uni-planar formats

2018-05-07 Thread Eric Anholt
Boris Brezillon writes: > When using uni-planar formats (like RGB), the scaling parameters are > stored in plane 0, not plane 1. > > Fixes: fc04023fafec ("drm/vc4: Add support for YUV planes.") > Cc: sta...@vger.kernel.org > Signed-off-by: Boris Brezillon

[PATCH] drm/vc4: Fix scaling of uni-planar formats

2018-05-07 Thread Boris Brezillon
When using uni-planar formats (like RGB), the scaling parameters are stored in plane 0, not plane 1. Fixes: fc04023fafec ("drm/vc4: Add support for YUV planes.") Cc: sta...@vger.kernel.org Signed-off-by: Boris Brezillon --- drivers/gpu/drm/vc4/vc4_plane.c | 2 +- 1