commit | f9b0e251dfbf2c4da642ec9210db29a7ac63b81a | [log] [tgz] |
---|---|---|
author | Andrzej Hajda <a.hajda@samsung.com> | Wed Apr 02 12:29:46 2014 +0200 |
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | Tue Apr 22 11:18:12 2014 +0200 |
tree | 9344941cc3a0e578dcfe88da49b016e3ff90c44b | |
parent | 0967e6a5070e336507ce52f09f7297413b966981 [diff] |
drm: make mode_valid callback optional Many drm connectors do not need mode validation. The patch makes this callback optional and removes dumb implementations. v2: Rebase: - imx move to a shared (but still dummy) ->mode_valid implementation. - probe helpers have been extracted to drm_probe_helper.c Signed-off-by: Andrzej Hajda <a.hajda@samsung.com> (v1) Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>