commit | 85ef3fe9a53fa631733bcee42ecd71bf51fc60ea | [log] [tgz] |
---|---|---|
author | Lloyd Atkinson <latkinso@codeaurora.org> | Tue Oct 04 09:47:46 2016 -0400 |
committer | Narendra Muppalla <NarendraM@codeaurora.org> | Mon Jan 09 15:39:43 2017 -0800 |
tree | 1db67a88da936100f7e827475feddfb65ad914f9 | |
parent | 8f7279207b741a16af3972cbb2d2b1146ed12a09 [diff] |
drm/msm/sde: remove static allocation of mdp_top hw block Remove singleton behavior from mdp_top hardware block since it is no longer necessary. The resource manager now manages the lifecycle of the mdp_top. This fixes an issue where the static mdp_top would point to freed memory. Change-Id: Ie860fd65ac2efa28ed0f3d9014bb45b0cc6aed5e Signed-off-by: Lloyd Atkinson <latkinso@codeaurora.org>