]> Git Repo - linux.git/commit
drm/msm/dpu: handle_frame_done() from vblank irq
authorRob Clark <[email protected]>
Thu, 29 Aug 2019 16:45:11 +0000 (09:45 -0700)
committerRob Clark <[email protected]>
Tue, 3 Sep 2019 23:17:01 +0000 (16:17 -0700)
commit41a52059eefdef71ae29a1f31a95d3f0976634a6
tree887f1f151e43f0ca2ae7c50c22305288adad6404
parentfe9df3f50c39702520cbba2028fb3eed492164d3
drm/msm/dpu: handle_frame_done() from vblank irq

Previously the callback was called from whoever called wait_for_vblank(),
but that isn't a great plan when wait_for_vblank() stops getting called,
and results in frame_done_timer expiring.

Signed-off-by: Rob Clark <[email protected]>
Reviewed-by: Sean Paul <[email protected]>
Signed-off-by: Rob Clark <[email protected]>
drivers/gpu/drm/msm/disp/dpu1/dpu_crtc.c
drivers/gpu/drm/msm/disp/dpu1/dpu_encoder_phys_vid.c
This page took 0.046749 seconds and 4 git commands to generate.