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>, tzimmermann@suse.de
Subject: [PATCH v3 0/8] drm: add gem ttm helpers
Date: Thu,  8 Aug 2019 11:36:54 +0200	[thread overview]
Message-ID: <20190808093702.29512-1-kraxel@redhat.com> (raw)



Christoph Hellwig (1):
  scsi: core: fix the dma_max_mapping_size call

Gerd Hoffmann (7):
  ttm: turn ttm_bo_device.vma_manager into a pointer
  drm/ttm: add gem_ttm_bo_device_init()
  drm/vram: switch vram helpers to the new gem_ttm_bo_device_init()
  drm/qxl: switch qxl to the new gem_ttm_bo_device_init()
  drm/ttm: add drm_gem_ttm_bo_driver_verify_access()
  gem/vram: use drm_gem_ttm_bo_driver_verify_access()
  gem/qxl: use drm_gem_ttm_bo_driver_verify_access()

 drivers/gpu/drm/qxl/qxl_drv.h                 |  4 +-
 drivers/gpu/drm/qxl/qxl_object.h              |  5 --
 include/drm/drm_gem_ttm_helper.h              | 32 +++++++++
 include/drm/drm_gem_vram_helper.h             |  9 +--
 include/drm/ttm/ttm_bo_driver.h               | 11 ++-
 drivers/gpu/drm/drm_gem_ttm_helper.c          | 58 +++++++++++++++
 drivers/gpu/drm/drm_gem_vram_helper.c         | 70 +------------------
 drivers/gpu/drm/drm_vram_mm_helper.c          |  6 +-
 .../gpu/drm/hisilicon/hibmc/hibmc_drm_drv.c   |  1 -
 drivers/gpu/drm/qxl/qxl_drv.c                 |  1 -
 drivers/gpu/drm/qxl/qxl_dumb.c                | 17 -----
 drivers/gpu/drm/qxl/qxl_ioctl.c               |  5 +-
 drivers/gpu/drm/qxl/qxl_ttm.c                 | 18 ++---
 drivers/gpu/drm/ttm/ttm_bo.c                  | 29 +++++---
 drivers/gpu/drm/ttm/ttm_bo_vm.c               |  6 +-
 drivers/scsi/scsi_lib.c                       |  6 +-
 Documentation/gpu/drm-mm.rst                  | 12 ++++
 drivers/gpu/drm/Kconfig                       |  8 +++
 drivers/gpu/drm/Makefile                      |  3 +
 drivers/gpu/drm/qxl/Kconfig                   |  1 +
 20 files changed, 165 insertions(+), 137 deletions(-)
 create mode 100644 include/drm/drm_gem_ttm_helper.h
 create mode 100644 drivers/gpu/drm/drm_gem_ttm_helper.c

-- 
2.18.1

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

             reply	other threads:[~2019-08-08  9:37 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-08-08  9:36 Gerd Hoffmann [this message]
2019-08-08  9:36 ` [PATCH v3 1/8] scsi: core: fix the dma_max_mapping_size call Gerd Hoffmann
2019-08-08 10:23   ` Gerd Hoffmann
2019-08-08  9:36 ` [PATCH v3 2/8] ttm: turn ttm_bo_device.vma_manager into a pointer Gerd Hoffmann
2019-08-08  9:48   ` Koenig, Christian
2019-08-08 10:35     ` Gerd Hoffmann
2019-08-08 12:02       ` Daniel Vetter
2019-08-08 12:43         ` Thomas Hellström (VMware)
2019-08-08 12:57           ` Koenig, Christian
2019-08-08 13:40         ` Gerd Hoffmann
2019-08-08  9:36 ` [PATCH v3 3/8] drm/ttm: add gem_ttm_bo_device_init() Gerd Hoffmann
2019-08-08  9:36 ` [PATCH v3 4/8] drm/vram: switch vram helpers to the new gem_ttm_bo_device_init() Gerd Hoffmann
2019-08-08  9:36 ` [PATCH v3 5/8] drm/qxl: switch qxl " Gerd Hoffmann
2019-08-08  9:37 ` [PATCH v3 6/8] drm/ttm: add drm_gem_ttm_bo_driver_verify_access() Gerd Hoffmann
2019-08-08  9:37 ` [PATCH v3 7/8] gem/vram: use drm_gem_ttm_bo_driver_verify_access() Gerd Hoffmann
2019-08-08  9:37 ` [PATCH v3 8/8] gem/qxl: " Gerd Hoffmann

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=20190808093702.29512-1-kraxel@redhat.com \
    --to=kraxel@redhat.com \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=tzimmermann@suse.de \
    /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