[PATCH v7 1/4] drm: add generic zpos property

2016-07-28 Thread Benjamin Gaignard
2016-07-28 14:55 GMT+02:00 Emil Velikov : > Hi Benjamin, > > Just spotted a couple of small bits which, imho, should be fine with > squashing with follow up patch(es). > > On 28 July 2016 at 09:07, Benjamin Gaignard > wrote: > >> +EXPORT_SYMBOL(drm_atomic_helper_normalize_zpos); > The symbols is

[PATCH v7 1/4] drm: add generic zpos property

2016-07-28 Thread Emil Velikov
Hi Benjamin, Just spotted a couple of small bits which, imho, should be fine with squashing with follow up patch(es). On 28 July 2016 at 09:07, Benjamin Gaignard wrote: > +EXPORT_SYMBOL(drm_atomic_helper_normalize_zpos); The symbols is internal only thus the EXPORT_SYMBOL notation isn't

[PATCH v7 1/4] drm: add generic zpos property

2016-07-28 Thread Benjamin Gaignard
From: Marek Szyprowski version 7: remove useless EXPORT_SYMBOL() better z-order wording in Documentation version 6: - add zpos in gpu documentation file - merge Ville patch about zpos initial value and API improvement. I have split Ville patch between zpos core and