OSDN Git Service

drm/msm: don't track fbdev's gem object separately
authorRob Clark <robdclark@gmail.com>
Tue, 11 Jul 2017 14:13:29 +0000 (10:13 -0400)
committerRob Clark <robdclark@gmail.com>
Tue, 22 Aug 2017 17:20:38 +0000 (13:20 -0400)
commit38958bab824a7955138c356a16a3f72562fbcef1
tree578449ea853a4b973cdd33a23474b5311c79bf77
parentba4dd71828bce7dfa46a5e6e33e2605f65d16534
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>
drivers/gpu/drm/msm/msm_fbdev.c