Re: [PATCH 1/3] drm/arm: hdlcd: properly validate plane state

2017-04-01 Thread Russell King - ARM Linux
On Fri, Mar 31, 2017 at 12:41:30PM +0100, Liviu Dudau wrote: > On Fri, Mar 31, 2017 at 11:27:51AM +0100, Russell King - ARM Linux wrote: > > On Fri, Mar 31, 2017 at 11:23:45AM +0100, Liviu Dudau wrote: > > > On Fri, Mar 31, 2017 at 11:20:35AM +0100, Russell King - ARM Linux wrote: > > > > On Fri, M

Re: [PATCH 1/3] drm/arm: hdlcd: properly validate plane state

2017-04-01 Thread Russell King - ARM Linux
On Fri, Mar 31, 2017 at 11:23:45AM +0100, Liviu Dudau wrote: > On Fri, Mar 31, 2017 at 11:20:35AM +0100, Russell King - ARM Linux wrote: > > On Fri, Mar 31, 2017 at 11:18:50AM +0100, Liviu Dudau wrote: > > > Hi Russell, > > > > > > You were Cc-ed in a patch from March 8th that did all this: > > >

[PATCH 1/3] drm/arm: hdlcd: properly validate plane state

2017-04-01 Thread Russell King
The hdlcd crtc is unable to place planes in arbitary positions and sizes within the active area. Use drm_plane_helper_check_state() to validate the requested state. Suggested-by: Daniel Vetter Signed-off-by: Russell King --- drivers/gpu/drm/arm/hdlcd_crtc.c | 28 +++- 1

Re: [PATCH 1/3] drm/arm: hdlcd: properly validate plane state

2017-04-01 Thread Russell King - ARM Linux
On Fri, Mar 31, 2017 at 11:18:50AM +0100, Liviu Dudau wrote: > Hi Russell, > > You were Cc-ed in a patch from March 8th that did all this: > > https://lists.freedesktop.org/archives/dri-devel/2017-March/135172.html I'm aware of that (you may notice that this was threaded to that patch.) > I hav

Re: [PATCH 1/3] drm/arm: hdlcd: properly validate plane state

2017-03-31 Thread Liviu Dudau
On Fri, Mar 31, 2017 at 11:27:51AM +0100, Russell King - ARM Linux wrote: > On Fri, Mar 31, 2017 at 11:23:45AM +0100, Liviu Dudau wrote: > > On Fri, Mar 31, 2017 at 11:20:35AM +0100, Russell King - ARM Linux wrote: > > > On Fri, Mar 31, 2017 at 11:18:50AM +0100, Liviu Dudau wrote: > > > > Hi Russel

Re: [PATCH 1/3] drm/arm: hdlcd: properly validate plane state

2017-03-31 Thread Liviu Dudau
On Fri, Mar 31, 2017 at 11:20:35AM +0100, Russell King - ARM Linux wrote: > On Fri, Mar 31, 2017 at 11:18:50AM +0100, Liviu Dudau wrote: > > Hi Russell, > > > > You were Cc-ed in a patch from March 8th that did all this: > > > > https://lists.freedesktop.org/archives/dri-devel/2017-March/135172.h

Re: [PATCH 1/3] drm/arm: hdlcd: properly validate plane state

2017-03-31 Thread Liviu Dudau
Hi Russell, You were Cc-ed in a patch from March 8th that did all this: https://lists.freedesktop.org/archives/dri-devel/2017-March/135172.html I have not received any response from you, so I have already pushed the patch in my public repo: git://linux-arm.org/linux-ld.git for-upstream/hdlcd I