All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v12 0/8] drm/i915: expose RCS topology to userspace
@ 2018-01-29 16:31 Lionel Landwerlin
  2018-01-29 16:31 ` [PATCH v12 1/8] drm/i915: store all subslice masks Lionel Landwerlin
                   ` (9 more replies)
  0 siblings, 10 replies; 13+ messages in thread
From: Lionel Landwerlin @ 2018-01-29 16:31 UTC (permalink / raw)
  To: intel-gfx

Hi,

There is almost no changes from the previous series. I just put the
i915_query_ioctl() declaration in its own header file (like Joonas
suggested, if I remember correctly).

Adding a couple of patches for discussion on how to have a userspace
query all of the information it needs from the device in one ioctl
(Chris' suggestion).

Would be great to land !RFC if people are okay with it.

Cheers,

Lionel Landwerlin (8):
  drm/i915: store all subslice masks
  drm/i915/debugfs: reuse max slice/subslices already stored in sseu
  drm/i915/debugfs: add rcs topology entry
  drm/i915: add rcs topology to error state
  drm/i915: add query uAPI
  drm/i915: expose rcs topology through query uAPI
  RFC: drm/i915: expose chipset/driver properties through query uAPI
  RFC: drm/i915: reuse new chipset/driver query in getparam

 drivers/gpu/drm/i915/Makefile            |   1 +
 drivers/gpu/drm/i915/i915_debugfs.c      |  63 ++++---
 drivers/gpu/drm/i915/i915_drv.c          | 216 +++++++++++----------
 drivers/gpu/drm/i915/i915_gpu_error.c    |   1 +
 drivers/gpu/drm/i915/i915_query.c        | 312 +++++++++++++++++++++++++++++++
 drivers/gpu/drm/i915/i915_query.h        |  38 ++++
 drivers/gpu/drm/i915/intel_device_info.c | 226 +++++++++++++++++-----
 drivers/gpu/drm/i915/intel_device_info.h |  49 ++++-
 drivers/gpu/drm/i915/intel_lrc.c         |   2 +-
 drivers/gpu/drm/i915/intel_ringbuffer.h  |   2 +-
 include/uapi/drm/i915_drm.h              | 188 +++++++++++++++++++
 11 files changed, 926 insertions(+), 172 deletions(-)
 create mode 100644 drivers/gpu/drm/i915/i915_query.c
 create mode 100644 drivers/gpu/drm/i915/i915_query.h

--
2.15.1
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

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

end of thread, other threads:[~2018-01-30 10:10 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-01-29 16:31 [PATCH v12 0/8] drm/i915: expose RCS topology to userspace Lionel Landwerlin
2018-01-29 16:31 ` [PATCH v12 1/8] drm/i915: store all subslice masks Lionel Landwerlin
2018-01-29 16:31 ` [PATCH v12 2/8] drm/i915/debugfs: reuse max slice/subslices already stored in sseu Lionel Landwerlin
2018-01-29 16:31 ` [PATCH v12 3/8] drm/i915/debugfs: add rcs topology entry Lionel Landwerlin
2018-01-29 16:31 ` [PATCH v12 4/8] drm/i915: add rcs topology to error state Lionel Landwerlin
2018-01-29 16:31 ` [PATCH v12 5/8] drm/i915: add query uAPI Lionel Landwerlin
2018-01-29 16:31 ` [PATCH v12 6/8] drm/i915: expose rcs topology through " Lionel Landwerlin
2018-01-30  9:08   ` Sagar Arun Kamble
2018-01-30 10:10     ` Lionel Landwerlin
2018-01-29 16:31 ` [PATCH v12 7/8] RFC: drm/i915: expose chipset/driver properties " Lionel Landwerlin
2018-01-29 16:31 ` [PATCH v12 8/8] RFC: drm/i915: reuse new chipset/driver query in getparam Lionel Landwerlin
2018-01-29 16:53 ` ✓ Fi.CI.BAT: success for drm/i915: expose RCS topology to userspace Patchwork
2018-01-29 21:53 ` ✗ Fi.CI.IGT: failure " Patchwork

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.