From: Rob Clark Date: Sat, 14 Sep 2013 18:01:55 +0000 (-0400) Subject: drm/msm: rework inactive-work X-Git-Tag: v3.13-rc1~76^2~9^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=edd4fc63a33eeeb922503b14e8040a3b028c76a5;p=pandora-kernel.git drm/msm: rework inactive-work Re-arrange things a bit so that we can get work requested after a bo fence passes, like pageflip, done before retiring bo's. Without any sort of bo cache in userspace, some games can trigger hundred's of transient bo's, which can cause retire to take a long time (5-10ms). Obviously we want a bo cache.. but this cleanup will make things a bit easier for atomic as well and makes things a bit cleaner. Signed-off-by: Rob Clark Acked-by: David Brown --- Reading git-diff-tree failed