Skip to content
Commit 119ecb7f authored by Rob Clark's avatar Rob Clark
Browse files

drm/msm/mdp4: request vblank during modeset



This avoids a problem seen with weston (for example) where the display
gets stuck in "black screen" if starting weston first thing after boot.
Possibly mdp5 needs something similar.  The downstream android fbdev
driver always requests DMA_E (or DMA_P) when display is active, rather
than only enabling it on-demand as the drm driver does, which I believe
has the same end result.

Signed-off-by: default avatarRob Clark <robdclark@gmail.com>
parent 6814dbf9
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment