dri-devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] drm: add some ttm/vram info to debugfs
@ 2019-09-02 12:41 Gerd Hoffmann
  2019-09-02 12:41 ` [PATCH 1/5] drm/ttm: add drm_gem_ttm_print_info() Gerd Hoffmann
                   ` (4 more replies)
  0 siblings, 5 replies; 16+ messages in thread
From: Gerd Hoffmann @ 2019-09-02 12:41 UTC (permalink / raw)
  To: dri-devel; +Cc: Gerd Hoffmann



Gerd Hoffmann (5):
  drm/ttm: add drm_gem_ttm_print_info()
  drm/vram: use drm_gem_ttm_print_info
  drm/vram: add vram-mm debugfs file
  drm/qxl: use drm_gem_object_funcs callbacks
  drm/qxl: use drm_gem_ttm_print_info

 drivers/gpu/drm/qxl/qxl_drv.h         |  1 +
 include/drm/drm_gem_ttm_helper.h      | 19 ++++++++
 include/drm/drm_gem_vram_helper.h     |  2 +
 include/drm/drm_vram_mm_helper.h      |  1 +
 drivers/gpu/drm/drm_gem_ttm_helper.c  | 67 +++++++++++++++++++++++++++
 drivers/gpu/drm/drm_gem_vram_helper.c |  3 +-
 drivers/gpu/drm/drm_vram_mm_helper.c  | 33 +++++++++++++
 drivers/gpu/drm/qxl/qxl_drv.c         |  8 ----
 drivers/gpu/drm/qxl/qxl_object.c      | 13 ++++++
 Documentation/gpu/drm-mm.rst          | 12 +++++
 drivers/gpu/drm/Kconfig               |  8 ++++
 drivers/gpu/drm/Makefile              |  3 ++
 12 files changed, 161 insertions(+), 9 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

^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2019-09-03  6:52 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-09-02 12:41 [PATCH 0/5] drm: add some ttm/vram info to debugfs Gerd Hoffmann
2019-09-02 12:41 ` [PATCH 1/5] drm/ttm: add drm_gem_ttm_print_info() Gerd Hoffmann
2019-09-02 14:19   ` Thomas Zimmermann
2019-09-03  6:15     ` Gerd Hoffmann
2019-09-02 12:41 ` [PATCH 2/5] drm/vram: use drm_gem_ttm_print_info Gerd Hoffmann
2019-09-02 14:24   ` Thomas Zimmermann
2019-09-03  6:17     ` Gerd Hoffmann
2019-09-02 12:41 ` [PATCH 3/5] drm/vram: add vram-mm debugfs file Gerd Hoffmann
2019-09-02 14:34   ` Thomas Zimmermann
2019-09-03  6:20     ` Gerd Hoffmann
2019-09-02 12:41 ` [PATCH 4/5] drm/qxl: use drm_gem_object_funcs callbacks Gerd Hoffmann
2019-09-02 14:34   ` Thomas Zimmermann
2019-09-03  6:24     ` Gerd Hoffmann
2019-09-03  6:52       ` Thomas Zimmermann
2019-09-02 12:41 ` [PATCH 5/5] drm/qxl: use drm_gem_ttm_print_info Gerd Hoffmann
2019-09-02 14:42   ` Thomas Zimmermann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox