diff options
author | Sean Paul <[email protected]> | 2019-10-10 14:17:44 -0400 |
---|---|---|
committer | Sean Paul <[email protected]> | 2019-10-10 14:33:12 -0400 |
commit | ab198a7aab65d6fcdbde082ff59a790dbf7e08f4 (patch) | |
tree | 016ff3a0302db2b21abce1afe654ab98d0e2c54f /scripts/bpf_helpers_doc.py | |
parent | 8fbd534b7248f5d0311d9dbfd7b4749317e4395a (diff) |
drm/msm: Sanitize the modeset_is_locked checks in dpu
As Daniel mentions in his email [1], non-blocking commits don't hold the
modeset locks, so we can safely access state as long as these functions
are in the commit path. So remove the WARN_ON in dpu_kms_encoder_enable.
In dpu_crtc_get_intf_mode, things are a bit more complicated. So keep
the WARN_ON, but add a comment explaining the situation and hope someone
comes along and fixes the issue.
[1]- https://lists.freedesktop.org/archives/dri-devel/2019-October/239441.html
Link to v1: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Changes in v2:
- Restored the WARN_ON in get_intf_mode and added a clarifying comment (Daniel)
Fixes: 1dfdb0e107db ("drm/msm: dpu: Add modeset lock checks where applicable")
Cc: Jeykumar Sankaran <[email protected]>
Cc: Rob Clark <[email protected]>
Suggested-by: Daniel Vetter <[email protected]>
Reviewed-by: Daniel Vetter <[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