Hi,
On Sun, Sep 15, 2019 at 12:03:37AM +0200, megous@megous.com wrote:
From: Ondrej Jirman megous@megous.com
There are various issues that this re-work of sun8i_[uv]i_layer_enable function fixes:
- Make sure that we re-initialize zpos on reset
- Minimize register updates by doing them only when state changes
- Fix issue where DE pipe might get disabled even if it is no longer used by the layer that's currently calling sun8i_ui_layer_enable
- .atomic_disable callback is not really needed because .atomic_update can do the disable too, so drop the duplicate code
Signed-off-by: Ondrej Jirman megous@megous.com
It looks like these fixes should be in separate patches. Is there any reason it's not the case?
Maxime