mbox series

[PULL] drm-misc-next-fixes

Message ID 20191120204946.GA120328@art_vandelay (mailing list archive)
State New, archived
Headers show
Series [PULL] drm-misc-next-fixes | expand

Pull-request

git://anongit.freedesktop.org/drm/drm-misc tags/drm-misc-next-fixes-2019-11-20

Message

Sean Paul Nov. 20, 2019, 8:49 p.m. UTC
Hi Dave & Daniel,
Just one patch this week which fixes the bo refcounts when mmap'ing ttm buffers
using the new ->mmap() hook.


drm-misc-next-fixes-2019-11-20:
- Fix ttm bo refcnt when using the new gem obj mmap hook (Thomas)

Cc: Gerd Hoffmann <kraxel@redhat.com>

Cheers, Sean


The following changes since commit a64fc11b9a520c55ca34d82e5ca32274f49b6b15:

  drm/msm: fix memleak on release (2019-11-13 15:34:15 -0500)

are available in the Git repository at:

  git://anongit.freedesktop.org/drm/drm-misc tags/drm-misc-next-fixes-2019-11-20

for you to fetch changes up to 9786b65bc61acec63f923978c75e707afbb74bc7:

  drm/ttm: fix mmap refcounting (2019-11-15 08:00:08 +0100)

----------------------------------------------------------------
- Fix ttm bo refcnt when using the new gem obj mmap hook (Thomas)

Cc: Gerd Hoffmann <kraxel@redhat.com>

----------------------------------------------------------------
Gerd Hoffmann (1):
      drm/ttm: fix mmap refcounting

 drivers/gpu/drm/drm_gem.c            | 24 ++++++++++++++----------
 drivers/gpu/drm/drm_gem_ttm_helper.c | 13 ++++++++++++-
 2 files changed, 26 insertions(+), 11 deletions(-)