commit | 5bf9c0b614542d69fb9a8681a0411715cc3e8ba8 | [log] [tgz] |
---|---|---|
author | Rob Clark <robdclark@gmail.com> | Tue Mar 03 15:04:24 2015 -0500 |
committer | Rob Clark <robdclark@gmail.com> | Wed Apr 01 19:29:33 2015 -0400 |
tree | 9bc84160a5290e15e3f87b63d02142d301be3f14 | |
parent | 564b687b031ccc647943f946b93037cf0780612a [diff] |
drm/msm: split out vram initialization We'll want to extend this a bit to handle also a reserved-memory ("stolen") region, so that drm/msm can take-over bootloader splash screen. First split it out into it's own fxn to reduce noise in the following patch. Signed-off-by: Rob Clark <robdclark@gmail.com>