commit | c71716b17bc772e9c38f85a4b496bbfac0dd32f0 | [log] [tgz] |
---|---|---|
author | Hai Li <hali@codeaurora.org> | Fri Jun 26 16:03:25 2015 -0400 |
committer | Rob Clark <robdclark@gmail.com> | Sat Aug 15 18:27:16 2015 -0400 |
tree | 06b551c9d06a7edad0d12841b094e99a20855198 | |
parent | 129877819c0a5f8d419fe67ae08a8a7c811afa5e [diff] |
drm/msm/mdp5: Allocate CTL for each display interface In MDP5, CTL contains information of the whole pipeline whose output goes down to a display interface. In various cases, one interface may require 2 CRTCs, but only one CTL. Some interfaces also require to use certain CTLs. Instead of allocating CTL for each active CRTC, this change is to associate a CTL with each interface. Signed-off-by: Hai Li <hali@codeaurora.org> Signed-off-by: Rob Clark <robdclark@gmail.com>