Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-12-18 | drm/msm: block incoming update on pending updates | Rob Clark | |
We can't have multiple updates pending on a given CRTC, and we don't want a sync update to race w/ an async update that preceeded it. So keep track of which CRTCs have updates in flight, and block later updates that would conflict. Signed-off-by: Rob Clark <robdclark@gmail.com> | |||
2014-11-21 | drm/msm: atomic fixes | Rob Clark | |
Fixes for a couple little issues found in testing. Signed-off-by: Rob Clark <robdclark@gmail.com> | |||
2014-11-16 | drm/msm: atomic core bits | Rob Clark | |
The core parts for async commit. Signed-off-by: Rob Clark <robdclark@gmail.com> |