]> git.baikalelectronics.ru Git - kernel.git/commit
drm/msm: split out vram initialization
authorRob Clark <robdclark@gmail.com>
Tue, 3 Mar 2015 20:04:24 +0000 (15:04 -0500)
committerRob Clark <robdclark@gmail.com>
Wed, 1 Apr 2015 23:29:33 +0000 (19:29 -0400)
commit02589a587e289d0de147a3387c40f07b3b1d8049
tree9bc84160a5290e15e3f87b63d02142d301be3f14
parenta1e83c6a6c00c90252c528e3cfddf2a9095940cb
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>
drivers/gpu/drm/msm/msm_drv.c