Re: [PATCH] drm/atomic: Add new reverse iterator over all plane state (V2)

2018-03-07 Thread Harry Wentland
On 2018-03-06 10:10 PM, Shirish S wrote: > Add reverse iterator for_each_oldnew_plane_in_state_reverse to > compliment the for_each_oldnew_plane_in_state way or reading plane > states. > > The plane states are required to be read in reverse order for > amd drivers, cause the z order convention fol

RE: [PATCH] drm/atomic: Add new reverse iterator over all plane state

2018-03-06 Thread S, Shirish
- DRI developers ; S, Shirish Subject: Re: [PATCH] drm/atomic: Add new reverse iterator over all plane state On Tue, Mar 6, 2018 at 5:52 AM, Vishwakarma, Pratik wrote: > Hi Daniel, > > I have checked make htmldocs on v2 of this patch. I have attached output > drm-kms.html on that

Re: [PATCH] drm/atomic: Add new reverse iterator over all plane state

2018-03-06 Thread Alex Deucher
t; Daniel Vetter > Sent: Tuesday, March 6, 2018 3:36 PM > To: Alex Deucher > Cc: Deucher, Alexander ; > amd-gfx@lists.freedesktop.org; Maling list - DRI developers > ; S, Shirish > Subject: Re: [PATCH] drm/atomic: Add new reverse iterator over all plane state > > On

RE: [PATCH] drm/atomic: Add new reverse iterator over all plane state

2018-03-06 Thread Vishwakarma, Pratik
aling list - DRI developers ; S, Shirish Subject: RE: [PATCH] drm/atomic: Add new reverse iterator over all plane state Hi Daniel, I have checked make htmldocs on v2 of this patch. I have attached output drm-kms.html on that thread. No indentation issue is observed. Attached again for referenc

Re: [PATCH] drm/atomic: Add new reverse iterator over all plane state

2018-03-06 Thread Daniel Vetter
On Wed, Feb 28, 2018 at 09:26:26AM -0500, Alex Deucher wrote: > + dri-devel > > > On Wed, Feb 28, 2018 at 4:33 AM, S, Shirish wrote: > > From: Shirish S > > > > Add reverse iterator "for_each_oldnew_plane_in_state_reverse" to > > complement "for_each_oldnew_plane_in_state" way of reading plane

Re: [PATCH] drm/atomic: Add new reverse iterator over all plane state (V2)

2018-03-06 Thread Jani Nikula
On Mon, 05 Mar 2018, Harry Wentland wrote: > make DOCBOOKS="" htmldocs DOCBOOKS is no more. Simply 'make htmldocs' will do the same. BR, Jani. -- Jani Nikula, Intel Open Source Technology Center ___ amd-gfx mailing list amd-gfx@lists.freedeskto

Re: [PATCH] drm/atomic: Add new reverse iterator over all plane state (V2)

2018-03-05 Thread Harry Wentland
On 2018-03-01 02:56 AM, S, Shirish wrote: > From: Shirish S > > Add reverse iterator for_each_oldnew_plane_in_state_reverse to compliment the > for_each_oldnew_plane_in_state way or reading plane states. > > The plane states are required to be read in reverse order for amd drivers, > cause the

Re: [PATCH] drm/atomic: Add new reverse iterator over all plane state

2018-02-28 Thread Alex Deucher
+ dri-devel On Wed, Feb 28, 2018 at 4:33 AM, S, Shirish wrote: > From: Shirish S > > Add reverse iterator "for_each_oldnew_plane_in_state_reverse" to > complement "for_each_oldnew_plane_in_state" way of reading plane > states. > > The plane states are required to be read in reverse order for >

Re: [PATCH] drm/atomic: Add new reverse iterator over all plane state

2018-02-28 Thread Andrey Grodzovsky
Any DRM related changes needs to be sent to dri-de...@lists.freedesktop.org Andrey On 02/28/2018 04:33 AM, S, Shirish wrote: From: Shirish S Add reverse iterator "for_each_oldnew_plane_in_state_reverse" to complement "for_each_oldnew_plane_in_state" way of reading plane states. The plane st