[PATCH v5 0/4] Generic zpos property

2016-07-12 Thread Daniel Vetter
On Tue, Jul 12, 2016 at 04:47:15PM +0200, Benjamin Gaignard wrote: > What is the required tool to edit this .csv file ? You're favourite text editor, it's a csv (= comman separated values). Just pls check the end result in the generated docs with $ make htmldocs The makefiles should complain if

[PATCH v5 0/4] Generic zpos property

2016-07-12 Thread Benjamin Gaignard
What is the required tool to edit this .csv file ? 2016-07-12 16:01 GMT+02:00 Daniel Vetter : > On Fri, Jul 08, 2016 at 09:06:18AM +0200, Benjamin Gaignard wrote: >> htmldocs get information directly from the comments in .h and .c files > > You're both correct: There's another table which is suppo

[PATCH v5 0/4] Generic zpos property

2016-07-12 Thread Daniel Vetter
On Fri, Jul 08, 2016 at 09:06:18AM +0200, Benjamin Gaignard wrote: > htmldocs get information directly from the comments in .h and .c files You're both correct: There's another table which is supposed to list _all_ properties. It's a bit a mess, and should be split up/cleaned up, but that's a long

[PATCH v5 0/4] Generic zpos property

2016-07-08 Thread Benjamin Gaignard
htmldocs get information directly from the comments in .h and .c files 2016-07-07 18:09 GMT+02:00 Tobias Jakobi : > Benjamin Gaignard wrote: >> zpos new fields are correctly documented in drm-kms.html after running >> make htmldocs. > I'm not sure I understand. Where does htmldocs get the informat

[PATCH v5 0/4] Generic zpos property

2016-07-07 Thread Tobias Jakobi
Benjamin Gaignard wrote: > zpos new fields are correctly documented in drm-kms.html after running > make htmldocs. I'm not sure I understand. Where does htmldocs get the information from then? - Tobias > Benjamin > > 2016-07-07 16:01 GMT+02:00 Tobias Jakobi : >> Hello Benjamin, >> >> >> Benjami

[PATCH v5 0/4] Generic zpos property

2016-07-07 Thread Benjamin Gaignard
zpos new fields are correctly documented in drm-kms.html after running make htmldocs. Benjamin 2016-07-07 16:01 GMT+02:00 Tobias Jakobi : > Hello Benjamin, > > > Benjamin Gaignard wrote: >> version 5: >> rebased on drm-next where Documentation/DocBook/gpu.tmpl doesn't >> exist anymore. > I think

[PATCH v5 0/4] Generic zpos property

2016-07-07 Thread Tobias Jakobi
Hello Benjamin, Benjamin Gaignard wrote: > version 5: > rebased on drm-next where Documentation/DocBook/gpu.tmpl doesn't > exist anymore. I think the documentation has just moved to Documentation/gpu, so the zpos property should be documented there then. With best wishes, Tobias > rework sti

[PATCH v5 0/4] Generic zpos property

2016-07-07 Thread Benjamin Gaignard
version 5: rebased on drm-next where Documentation/DocBook/gpu.tmpl doesn't exist anymore. rework sti patch because some plane functions have changed since v4 version 4: make sure that normalized zpos value is stay in the defined property range and warn user if not. Fix NULL pointer bug in rcar-d