drm/msm: setup vram after component_bind_all()
authorRob Clark <robdclark@gmail.com>
Thu, 7 May 2015 19:20:13 +0000 (15:20 -0400)
committerRob Clark <robdclark@gmail.com>
Thu, 14 May 2015 15:50:39 +0000 (11:50 -0400)
commit13f15565f7887a028b3442bbd763ff6d07b48479
tree4a8ccfa0bd1d593d507ee22f6785cc1fb4d3dbe7
parentff431fa4d96fc34568454aae4cc264a7760636a8
drm/msm: setup vram after component_bind_all()

First of all, we don't want -EPROBE_DEFER when trying to bind children
to cause us to forget to free our vram.  And second we don't want vram
allocation fail to trigger _unbind_all() before _bind_all().

Signed-off-by: Rob Clark <robdclark@gmail.com>
drivers/gpu/drm/msm/msm_drv.c