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 i
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 needed.
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 drivers
version 5:
- remove