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

2018-12-06 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. > > Signed-off-by: Boris Brezillon > --- > Eric, I dropped your Revie

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

2018-12-05 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 --- Eric, I dropped your Reviewed-by as this version also contains su