commit | 0002d30f3f824907af413d254f9363687095187b | [log] [tgz] |
---|---|---|
author | Rob Clark <robdclark@gmail.com> | Tue Nov 01 09:31:21 2016 -0400 |
committer | Rob Clark <robdclark@gmail.com> | Sun Nov 27 11:23:12 2016 -0500 |
tree | 77e5f9c596c1ffab15e91bceadf1b9ef00b3a204 | |
parent | a210069557f5a5353edeacd4a643e02e865a748e [diff] |
drm/msm/mdp5: drop mdp5_plane::name Just use plane->name now that it is a thing. In a following patch, once we dynamically assign hw pipes to planes, it won't make sense to name planes the way we do, so this also partly reduces churn in following patch. Signed-off-by: Rob Clark <robdclark@gmail.com>