Hi,
The first patch is adding a flag to drm_device that drivers can set if they want
the zpos to be normalized.
Then convert exynos, tegra, sti and rcar-du to use this flag instead of
re-implementing the drm_atomic_helper_check() locally just to add the call to
drm_atomic_normalize_zpos().
The l
On Fri, Jan 12, 2018 at 11:38:03AM +0200, Peter Ujfalusi wrote:
> Hi,
>
> The first patch is adding a flag to drm_device that drivers can set if they
> want
> the zpos to be normalized.
If we go with the flag it should imo be put into struct drm_mode_config.
> Then convert exynos, tegra, sti an