commit | 38958bab824a7955138c356a16a3f72562fbcef1 | [log] [tgz] |
---|---|---|
author | Rob Clark <robdclark@gmail.com> | Tue Jul 11 10:13:29 2017 -0400 |
committer | Rob Clark <robdclark@gmail.com> | Tue Aug 22 13:20:38 2017 -0400 |
tree | 578449ea853a4b973cdd33a23474b5311c79bf77 | |
parent | ba4dd71828bce7dfa46a5e6e33e2605f65d16534 [diff] |
drm/msm: don't track fbdev's gem object separately The drm_framebuffer is refcnt'd these days and will unref the underlying bo as needed. So we can simplify a little. Signed-off-by: Rob Clark <robdclark@gmail.com>