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
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
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