diff options
author | Boris Brezillon <[email protected]> | 2016-01-06 11:14:15 +0100 |
---|---|---|
committer | Boris Brezillon <[email protected]> | 2016-04-14 09:17:27 +0200 |
commit | aca63b766140f1abf14cbc22ccc5d7c7599b807c (patch) | |
tree | d2a0a8fc3317c4d34a0e57eaa4a1e1b86d50eb7d /tools/perf/scripts/python | |
parent | 79a3fc2d98111e371bd4c49e6f2de26ef8deb03f (diff) |
drm: atmel-hlcdc: move output mode selection in CRTC implementation
In order to support multiple outputs we need to move the output mode
selection to the CRTC object, so that the output validity check can be
done against the drm_atomic_state.
If the connectors selected by a specific mode setting are requiring
incompatible bus format the atomic operation is aborted (->atomic_check()
returns -EINVAL).
In order to implement that, we need to define our own CRTC state and
overload default ->reset(), ->atomic_duplicate_state() and
->atomic_destroy_state() functions.
Signed-off-by: Boris Brezillon <[email protected]>
Tested-by: Nicolas Ferre <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions