Re: [PATCH] drm/vc4: Add support for X/Y reflection

2018-12-03 Thread Eric Anholt
Boris Brezillon writes: > Add support for X/Y reflection when the plane is using linear or T-tiled > formats. X/Y reflection hasn't been tested on SAND formats, so we reject > them until proper testing/debugging has been done. Reviewed-by: Eric Anholt signature.asc Description: PGP signature

Re: [PATCH] drm/vc4: Add support for X/Y reflection

2018-12-03 Thread Boris Brezillon
On Mon, 3 Dec 2018 15:50:26 +0200 Ville Syrjälä wrote: > On Mon, Dec 03, 2018 at 02:34:12PM +0100, Boris Brezillon wrote: > > Add support for X/Y reflection when the plane is using linear or T-tiled > > formats. X/Y reflection hasn't been tested on SAND formats, so we reject > > them until

Re: [PATCH] drm/vc4: Add support for X/Y reflection

2018-12-03 Thread Ville Syrjälä
On Mon, Dec 03, 2018 at 02:34:12PM +0100, Boris Brezillon wrote: > Add support for X/Y reflection when the plane is using linear or T-tiled > formats. X/Y reflection hasn't been tested on SAND formats, so we reject > them until proper testing/debugging has been done. BTW you could also expose 180

[PATCH] drm/vc4: Add support for X/Y reflection

2018-12-03 Thread Boris Brezillon
Add support for X/Y reflection when the plane is using linear or T-tiled formats. X/Y reflection hasn't been tested on SAND formats, so we reject them until proper testing/debugging has been done. Signed-off-by: Boris Brezillon --- drivers/gpu/drm/vc4/vc4_plane.c | 55