commit | 0d0e96d0deaf8b79a2a8bef82bc122bd704b7d7d | [log] [tgz] |
---|---|---|
author | Clarence Ip <cip@codeaurora.org> | Mon Oct 24 18:13:13 2016 -0400 |
committer | Narendra Muppalla <NarendraM@codeaurora.org> | Fri Jan 13 11:52:33 2017 -0800 |
tree | 4993f14c7db3a5846563f531cbb8cfdd94b973bb | |
parent | 3649f8b9ddd020b415fd0950485b9edf7dbdf831 [diff] |
drm/msm/sde: cache connector list in sde crtc Determine which connectors are associated with the crtc during the beginning of the commit request and reuse the list for the rest of the commit. This is needed because the drm atomic states only record connectors/objects that have been updated in the current commit, rather than all associated plane/connector/etc. objects. Change-Id: I51f2379fc574033b4f87e01eccbb3ee8aef31bb3 Signed-off-by: Clarence Ip <cip@codeaurora.org>