dri-devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Gerd Hoffmann <kraxel@redhat.com>
To: dri-devel@lists.freedesktop.org
Cc: Gerd Hoffmann <kraxel@redhat.com>
Subject: [PATCH 0/6] drm/ttm: make ttm bo a gem bo subclass
Date: Thu, 20 Jun 2019 09:44:18 +0200	[thread overview]
Message-ID: <20190620074424.1677-1-kraxel@redhat.com> (raw)



Gerd Hoffmann (6):
  drm/ttm: add gem base object
  drm/vram: use embedded gem object
  drm/qxl: use embedded gem object
  drm/ttm: use gem reservation object
  drm/ttm: use gem vma_node
  drm/vram: drop drm_gem_vram_driver_gem_prime_mmap

 drivers/gpu/drm/amd/amdgpu/amdgpu_object.h |  2 +-
 drivers/gpu/drm/qxl/qxl_drv.h              |  6 +--
 drivers/gpu/drm/qxl/qxl_object.h           |  6 +--
 drivers/gpu/drm/radeon/radeon_object.h     |  2 +-
 drivers/gpu/drm/virtio/virtgpu_drv.h       |  2 +-
 include/drm/drm_gem_vram_helper.h          |  7 +---
 include/drm/ttm/ttm_bo_api.h               | 24 ++++++++---
 drivers/gpu/drm/drm_gem_vram_helper.c      | 36 ++++------------
 drivers/gpu/drm/qxl/qxl_cmd.c              |  4 +-
 drivers/gpu/drm/qxl/qxl_debugfs.c          |  2 +-
 drivers/gpu/drm/qxl/qxl_display.c          |  8 ++--
 drivers/gpu/drm/qxl/qxl_gem.c              |  2 +-
 drivers/gpu/drm/qxl/qxl_object.c           | 20 ++++-----
 drivers/gpu/drm/qxl/qxl_release.c          |  2 +-
 drivers/gpu/drm/qxl/qxl_ttm.c              |  4 +-
 drivers/gpu/drm/ttm/ttm_bo.c               | 48 +++++++++++++---------
 drivers/gpu/drm/ttm/ttm_bo_util.c          |  4 +-
 drivers/gpu/drm/ttm/ttm_bo_vm.c            |  9 ++--
 drivers/gpu/drm/virtio/virtgpu_prime.c     |  3 --
 19 files changed, 94 insertions(+), 97 deletions(-)

-- 
2.18.1

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

             reply	other threads:[~2019-06-20  7:44 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-06-20  7:44 Gerd Hoffmann [this message]
2019-06-20  7:44 ` [PATCH 1/6] drm/ttm: add gem base object Gerd Hoffmann
2019-06-20  7:44 ` [PATCH 2/6] drm/vram: use embedded gem object Gerd Hoffmann
2019-06-20  7:44 ` [PATCH 3/6] drm/qxl: " Gerd Hoffmann
2019-06-20  7:44 ` [PATCH 4/6] drm/ttm: use gem reservation object Gerd Hoffmann
2019-06-20  7:44 ` [PATCH 5/6] drm/ttm: use gem vma_node Gerd Hoffmann
2019-06-20  7:44 ` [PATCH 6/6] drm/vram: drop drm_gem_vram_driver_gem_prime_mmap Gerd Hoffmann
2019-06-21  6:54 ` [PATCH 0/6] drm/ttm: make ttm bo a gem bo subclass Christian König

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190620074424.1677-1-kraxel@redhat.com \
    --to=kraxel@redhat.com \
    --cc=dri-devel@lists.freedesktop.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox