aboutsummaryrefslogtreecommitdiff
path: root/scripts/bpf_helpers_doc.py
diff options
context:
space:
mode:
authorSean Paul <[email protected]>2019-01-30 11:32:12 -0500
committerRob Clark <[email protected]>2019-04-18 10:04:10 -0700
commitf98baa3109cea46083d2361ab14a0207d1b1bd16 (patch)
tree220feba8068d6a5b03b0ebd5c4cd9d78bdf9ec6e /scripts/bpf_helpers_doc.py
parentbe77ef760cd351b27916a3b4e74e7fefb4809c4a (diff)
drm/msm: dpu: Don't set frame_busy_mask for async updates
The frame_busy mask is used in frame_done event handling, which is not invoked for async commits. So an async commit will leave the frame_busy mask populated after it completes and future commits will start with the busy mask incorrect. This showed up on disable after cursor move. I was hitting the "this should not happen" comment in the frame event worker since frame_busy was set, we queued the event, but there were no frames pending (since async also doesn't set that). Reviewed-by: Fritz Koenig <[email protected]> Signed-off-by: Sean Paul <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected] Signed-off-by: Rob Clark <[email protected]>
Diffstat (limited to 'scripts/bpf_helpers_doc.py')
0 files changed, 0 insertions, 0 deletions