commit | d29c2c140787a1645306a11799e33adddf72e64f | [log] [tgz] |
---|---|---|
author | Marek Szyprowski <m.szyprowski@samsung.com> | Tue Jan 05 13:52:51 2016 +0100 |
committer | Inki Dae <daeinki@gmail.com> | Wed Jan 13 00:16:37 2016 +0900 |
tree | d1efa4ccf6facd7e7bbce7a7b6c67dfdd30abe27 | |
parent | 5e68fef24fab07f4decc78d421838eb73b7e3931 [diff] |
drm/exynos: crtc: rework atomic_{begin,flush} Some CRTC drivers (like Exynos DRM Mixer) can handle blocking register updates only on per-device level, not per-plane level. This patch changes exynos_crts atomic_begin/atomic_flush callbacks to handle the entire crtc, instead of given planes, so driver can handle both cases on their own. Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com> Signed-off-by: Inki Dae <inki.dae@samsung.com>