All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/7] drm: add some ttm/vram info to debugfs
@ 2019-09-04  5:47 Gerd Hoffmann
  2019-09-04  5:47   ` Gerd Hoffmann
                   ` (9 more replies)
  0 siblings, 10 replies; 24+ messages in thread
From: Gerd Hoffmann @ 2019-09-04  5:47 UTC (permalink / raw)
  To: dri-devel; +Cc: Gerd Hoffmann



Gerd Hoffmann (7):
  drm: add drm_print_bits
  drm/ttm: add drm gem ttm helpers, starting with
    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
  drm/vram: fix Kconfig

 drivers/gpu/drm/qxl/qxl_drv.h           |  1 +
 include/drm/drm_gem_ttm_helper.h        | 19 +++++++++
 include/drm/drm_gem_vram_helper.h       |  1 +
 include/drm/drm_print.h                 |  3 ++
 include/drm/drm_vram_mm_helper.h        |  1 +
 drivers/gpu/drm/drm_gem_ttm_helper.c    | 56 +++++++++++++++++++++++++
 drivers/gpu/drm/drm_gem_vram_helper.c   |  4 +-
 drivers/gpu/drm/drm_print.c             | 33 +++++++++++++++
 drivers/gpu/drm/drm_vram_mm_helper.c    | 44 +++++++++++++++++++
 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 ++
 drivers/gpu/drm/ast/Kconfig             |  2 +
 drivers/gpu/drm/bochs/Kconfig           |  2 +
 drivers/gpu/drm/hisilicon/hibmc/Kconfig |  3 +-
 drivers/gpu/drm/mgag200/Kconfig         |  2 +
 drivers/gpu/drm/vboxvideo/Kconfig       |  2 +
 19 files changed, 206 insertions(+), 11 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] 24+ messages in thread

end of thread, other threads:[~2019-09-18 12:24 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-09-04  5:47 [PATCH v3 0/7] drm: add some ttm/vram info to debugfs Gerd Hoffmann
2019-09-04  5:47 ` [PATCH v3 1/7] drm: add drm_print_bits Gerd Hoffmann
2019-09-04  5:47   ` Gerd Hoffmann
2019-09-09 12:46   ` Thomas Zimmermann
2019-09-17 12:33     ` Daniel Vetter
2019-09-18 12:24   ` Jani Nikula
2019-09-18 12:24     ` Jani Nikula
2019-09-04  5:47 ` [PATCH v3 2/7] drm/ttm: add drm gem ttm helpers, starting with drm_gem_ttm_print_info() Gerd Hoffmann
2019-09-04  5:47   ` Gerd Hoffmann
2019-09-04  5:47 ` [PATCH v3 3/7] drm/vram: use drm_gem_ttm_print_info Gerd Hoffmann
2019-09-04  5:47   ` Gerd Hoffmann
2019-09-04  5:47 ` [PATCH v3 4/7] drm/vram: add vram-mm debugfs file Gerd Hoffmann
2019-09-04  5:47   ` Gerd Hoffmann
2019-09-04  5:47 ` [PATCH v3 5/7] drm/qxl: use drm_gem_object_funcs callbacks Gerd Hoffmann
2019-09-04  5:47 ` Gerd Hoffmann
2019-09-04  5:47   ` Gerd Hoffmann
2019-09-04  5:47 ` [PATCH v3 6/7] drm/qxl: use drm_gem_ttm_print_info Gerd Hoffmann
2019-09-04  5:47   ` Gerd Hoffmann
2019-09-04  5:47 ` Gerd Hoffmann
2019-09-04  5:47 ` [PATCH v3 7/7] drm/vram: fix Kconfig Gerd Hoffmann
2019-09-04  5:47   ` Gerd Hoffmann
2019-09-09 12:47   ` Thomas Zimmermann
2019-09-09 12:47   ` Thomas Zimmermann
2019-09-04  5:47 ` Gerd Hoffmann

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.