commit | 13f15565f7887a028b3442bbd763ff6d07b48479 | [log] [tgz] |
---|---|---|
author | Rob Clark <robdclark@gmail.com> | Thu May 07 15:20:13 2015 -0400 |
committer | Rob Clark <robdclark@gmail.com> | Thu May 14 11:50:39 2015 -0400 |
tree | 4a8ccfa0bd1d593d507ee22f6785cc1fb4d3dbe7 | |
parent | ff431fa4d96fc34568454aae4cc264a7760636a8 [diff] |
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>