diff options
author | Sean Paul <[email protected]> | 2019-06-11 12:08:17 -0400 |
---|---|---|
committer | Sean Paul <[email protected]> | 2019-06-13 13:00:29 -0400 |
commit | 5ade071ba13e3bb24e3a9d5f8d6a3cf145deeb18 (patch) | |
tree | a6808cac580e757ed51a0350febb40d15a5a9f13 /scripts/bpf_helpers_doc.py | |
parent | 1b27fbdde1df172dba604855c45078d741f8c858 (diff) |
drm: Add atomic variants for bridge enable/disable
This patch adds atomic variants for all of
pre_enable/enable/disable/post_disable bridge functions. These will be
called from the appropriate atomic helper functions. If the bridge
driver doesn't implement the atomic version of the function, we will
fall back to the vanilla implementation.
Note that some drivers call drm_bridge_disable directly, and these cases
are not covered. It's up to the driver to decide whether to implement
both atomic_disable and disable, or if it's not necessary.
Changes in v3:
- Added to the patchset
Changes in v4:
- Fix up docbook references (Daniel)
Changes in v5:
- None
Link to v3: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Link to v4: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Cc: Daniel Vetter <[email protected]>
Cc: Ville Syrjälä <[email protected]>
Tested-by: Heiko Stuebner <[email protected]>
Reviewed-by: Daniel Vetter <[email protected]>
Reviewed-by: Andrzej Hajda <[email protected]>
Signed-off-by: Sean Paul <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Diffstat (limited to 'scripts/bpf_helpers_doc.py')
0 files changed, 0 insertions, 0 deletions