[PATCH 3/3] drm/arm: hdlcd: check for rotation

2017-04-01 Thread Russell King
hdlcd does not support rotation - check for it and reject plane updates that try to rotate a plane. Signed-off-by: Russell King --- drivers/gpu/drm/arm/hdlcd_crtc.c | 4 1 file changed, 4 insertions(+) diff --git a/drivers/gpu/drm/arm/hdlcd_crtc.c b/drivers/gpu/drm/arm/hdlcd_crtc.c index c

Re: [PATCH 3/3] drm/arm: hdlcd: check for rotation

2017-03-31 Thread Liviu Dudau
On Fri, Mar 31, 2017 at 01:11:23PM +0300, Ville Syrjälä wrote: > On Fri, Mar 31, 2017 at 10:51:52AM +0100, Russell King wrote: > > hdlcd does not support rotation - check for it and reject plane updates > > that try to rotate a plane. > > > > Signed-off-by: Russell King > > --- > > drivers/gpu/d

Re: [PATCH 3/3] drm/arm: hdlcd: check for rotation

2017-03-31 Thread Ville Syrjälä
On Fri, Mar 31, 2017 at 10:51:52AM +0100, Russell King wrote: > hdlcd does not support rotation - check for it and reject plane updates > that try to rotate a plane. > > Signed-off-by: Russell King > --- > drivers/gpu/drm/arm/hdlcd_crtc.c | 4 > 1 file changed, 4 insertions(+) > > diff --g