commit | c7954aa6f79b1fff83453e33edb359c236eea5df | [log] [tgz] |
---|---|---|
author | Andrzej Hajda <a.hajda@samsung.com> | Wed Mar 15 15:41:07 2017 +0100 |
committer | Inki Dae <inki.dae@samsung.com> | Thu Jun 01 16:21:35 2017 +0900 |
tree | d27f8fce0671aadf16728181f6e76171a6b08597 | |
parent | 2949390eb1be95633afdc39923f53ea5b326242a [diff] |
drm/exynos: kill mode_set_nofb callback All Exynos CRTCs are fully configured by .enable callback. The only users of mode_set_nofb actually did nothing in their callbacks - they immediately returned because devices were in suspend state - mode_set_nofb is always called on disabled device. Signed-off-by: Andrzej Hajda <a.hajda@samsung.com> Signed-off-by: Inki Dae <inki.dae@samsung.com>