commit | e69dc598cdaf51cdcff2554e66726d2348473552 | [log] [tgz] |
---|---|---|
author | Gopikrishnaiah Anandan <agopik@codeaurora.org> | Wed Mar 29 14:00:55 2017 -0700 |
committer | Gopikrishnaiah Anandan <agopik@codeaurora.org> | Thu May 11 16:18:09 2017 -0700 |
tree | 25f2b9047d8ce36f90f9a08ad5b6424e543fad6f | |
parent | d70773af7c34da9715e9318a7973d44a5a549875 [diff] |
drm/msm/sde: Initialize the mmu contexts early during probe Reg dma block will allocate the memory during the probe for supported features. Sde mmu context banks should be initialized before the reg dma init is called. Change moves the smmu init to the start of the probe. Change-Id: Id38db251afdb855339e8d5a4bcb9e3464bbe7ae2 Signed-off-by: Gopikrishnaiah Anandan <agopik@codeaurora.org>