commit | be7a7b8997a1c041ce42843e8290082fdb4f11f5 | [log] [tgz] |
---|---|---|
author | Rob Clark <robdclark@gmail.com> | Mon Jan 12 16:11:16 2015 -0500 |
committer | Rob Clark <robdclark@gmail.com> | Sun Feb 01 15:32:47 2015 -0500 |
tree | 9652b6c8052f9c6e8f7b8c33e90d301cc7b6470c | |
parent | e172d10a9c4acc69bb07cbe9142ded2df791ff1f [diff] |
drm/msm/atomic: fix issue with gnome-shell wayland The gnome-shell wayland compositor triggers a setcrtc with an fb that is still being rendered, triggering the call to _wait_fence_interruptable(). But a NULL timeout means "don't wait, return -EBUSY if not ready", which in turn causes the setcrtc to fail. Signed-off-by: Rob Clark <robdclark@gmail.com>