commit | 2949390eb1be95633afdc39923f53ea5b326242a | [log] [tgz] |
---|---|---|
author | Andrzej Hajda <a.hajda@samsung.com> | Wed Mar 15 15:41:06 2017 +0100 |
committer | Inki Dae <inki.dae@samsung.com> | Thu Jun 01 16:21:34 2017 +0900 |
tree | 04d8a88a09e47afe12e519f122b3ae2341637467 | |
parent | 2c82607b56ad7035077dbb0d37093d8f2b21e235 [diff] |
drm/exynos: kill pipe field from drivers contexts Since possible_crtcs are set by Exynos core helper pipe fields have no raison d'etre. The only place it was used, as a hack, is fimd_clear_channels, to avoid calling drm_crtc_handle_vblank, but DRM core has already other protection mechanism (vblank->enabled), so it could be safely removed. Signed-off-by: Andrzej Hajda <a.hajda@samsung.com> Signed-off-by: Inki Dae <inki.dae@samsung.com>