public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
* [PATCH v7 0/6] drm/i915: expose RCS topology to userspace
@ 2018-01-16 19:18 Lionel Landwerlin
  2018-01-16 19:18 ` [PATCH v7 1/6] drm/i915: store all subslice masks Lionel Landwerlin
                   ` (7 more replies)
  0 siblings, 8 replies; 15+ messages in thread
From: Lionel Landwerlin @ 2018-01-16 19:18 UTC (permalink / raw)
  To: intel-gfx

A few tweaks following comments from Chris.

Cheers,

Lionel Landwerlin (6):
  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

 drivers/gpu/drm/i915/Makefile            |   1 +
 drivers/gpu/drm/i915/i915_debugfs.c      |  63 +++++----
 drivers/gpu/drm/i915/i915_drv.c          |   3 +-
 drivers/gpu/drm/i915/i915_drv.h          |   3 +
 drivers/gpu/drm/i915/i915_gpu_error.c    |   1 +
 drivers/gpu/drm/i915/i915_query.c        | 163 ++++++++++++++++++++++
 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              | 100 ++++++++++++++
 11 files changed, 534 insertions(+), 79 deletions(-)
 create mode 100644 drivers/gpu/drm/i915/i915_query.c

--
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] 15+ messages in thread
* [PATCH v10 0/6] drm/i915: expose RCS topology to userspace
@ 2018-01-19 13:22 Lionel Landwerlin
  2018-01-19 20:27 ` ✓ Fi.CI.IGT: success for " Patchwork
  0 siblings, 1 reply; 15+ messages in thread
From: Lionel Landwerlin @ 2018-01-19 13:22 UTC (permalink / raw)
  To: intel-gfx

Hi all,

This is hopefully the last iteration with a last tweak on comments for
coding style.

Cheers,

Lionel Landwerlin (6):
  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

 drivers/gpu/drm/i915/Makefile            |   1 +
 drivers/gpu/drm/i915/i915_debugfs.c      |  63 +++++----
 drivers/gpu/drm/i915/i915_drv.c          |   3 +-
 drivers/gpu/drm/i915/i915_drv.h          |   3 +
 drivers/gpu/drm/i915/i915_gpu_error.c    |   1 +
 drivers/gpu/drm/i915/i915_query.c        | 177 ++++++++++++++++++++++++
 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              | 112 +++++++++++++++
 11 files changed, 560 insertions(+), 79 deletions(-)
 create mode 100644 drivers/gpu/drm/i915/i915_query.c

--
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] 15+ messages in thread

end of thread, other threads:[~2018-01-19 20:27 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-01-16 19:18 [PATCH v7 0/6] drm/i915: expose RCS topology to userspace Lionel Landwerlin
2018-01-16 19:18 ` [PATCH v7 1/6] drm/i915: store all subslice masks Lionel Landwerlin
2018-01-16 19:18 ` [PATCH v7 2/6] drm/i915/debugfs: reuse max slice/subslices already stored in sseu Lionel Landwerlin
2018-01-16 19:18 ` [PATCH v7 3/6] drm/i915/debugfs: add rcs topology entry Lionel Landwerlin
2018-01-16 19:18 ` [PATCH v7 4/6] drm/i915: add rcs topology to error state Lionel Landwerlin
2018-01-16 19:18 ` [PATCH v7 5/6] drm/i915: add query uAPI Lionel Landwerlin
2018-01-17 10:10   ` Tvrtko Ursulin
2018-01-17 12:45     ` Lionel Landwerlin
2018-01-16 19:18 ` [PATCH v7 6/6] drm/i915: expose rcs topology through " Lionel Landwerlin
2018-01-16 21:48   ` Chris Wilson
2018-01-17 12:39     ` Lionel Landwerlin
2018-01-17 12:48       ` Chris Wilson
2018-01-16 20:11 ` ✓ Fi.CI.BAT: success for drm/i915: expose RCS topology to userspace Patchwork
2018-01-16 22:55 ` ✓ Fi.CI.IGT: " Patchwork
  -- strict thread matches above, loose matches on Subject: below --
2018-01-19 13:22 [PATCH v10 0/6] " Lionel Landwerlin
2018-01-19 20:27 ` ✓ Fi.CI.IGT: success for " Patchwork

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