Intel-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v15 0/6] drm/i915: expose RCS topology to userspace
@ 2018-02-26 17:57 Lionel Landwerlin
  2018-02-26 17:57 ` [PATCH v15 1/6] drm/i915: store all subslice masks Lionel Landwerlin
                   ` (9 more replies)
  0 siblings, 10 replies; 12+ messages in thread
From: Lionel Landwerlin @ 2018-02-26 17:57 UTC (permalink / raw)
  To: intel-gfx

Hi all,

Here is another update to fix a couple of bugs in the first patch :

 - HSW was reporting the eu masks incorrectly

 - debugfs was reporting incorrect subslice numbers (and failing
   igt@pm_sseu), the igt has been update to handle kernels before and
   after this series.

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      |  66 +++++----
 drivers/gpu/drm/i915/i915_drv.c          |   4 +-
 drivers/gpu/drm/i915/i915_gpu_error.c    |   1 +
 drivers/gpu/drm/i915/i915_query.c        | 131 +++++++++++++++++
 drivers/gpu/drm/i915/i915_query.h        |  15 ++
 drivers/gpu/drm/i915/intel_device_info.c | 243 ++++++++++++++++++++++++-------
 drivers/gpu/drm/i915/intel_device_info.h |  64 +++++++-
 drivers/gpu/drm/i915/intel_lrc.c         |   2 +-
 drivers/gpu/drm/i915/intel_ringbuffer.h  |   2 +-
 include/uapi/drm/i915_drm.h              | 102 +++++++++++++
 11 files changed, 548 insertions(+), 83 deletions(-)
 create mode 100644 drivers/gpu/drm/i915/i915_query.c
 create mode 100644 drivers/gpu/drm/i915/i915_query.h

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

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

end of thread, other threads:[~2018-02-26 22:45 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-02-26 17:57 [PATCH v15 0/6] drm/i915: expose RCS topology to userspace Lionel Landwerlin
2018-02-26 17:57 ` [PATCH v15 1/6] drm/i915: store all subslice masks Lionel Landwerlin
2018-02-26 18:28   ` [PATCH v16 " Lionel Landwerlin
2018-02-26 17:57 ` [PATCH v15 2/6] drm/i915/debugfs: reuse max slice/subslices already stored in sseu Lionel Landwerlin
2018-02-26 17:57 ` [PATCH v15 3/6] drm/i915/debugfs: add rcs topology entry Lionel Landwerlin
2018-02-26 17:57 ` [PATCH v15 4/6] drm/i915: add rcs topology to error state Lionel Landwerlin
2018-02-26 17:57 ` [PATCH v15 5/6] drm/i915: add query uAPI Lionel Landwerlin
2018-02-26 17:57 ` [PATCH v15 6/6] drm/i915: expose rcs topology through " Lionel Landwerlin
2018-02-26 18:05 ` ✗ Fi.CI.BAT: failure for drm/i915: expose RCS topology to userspace Patchwork
2018-02-26 18:52 ` ✗ Fi.CI.SPARSE: warning for drm/i915: expose RCS topology to userspace (rev2) Patchwork
2018-02-26 19:05 ` ✓ Fi.CI.BAT: success " Patchwork
2018-02-26 22:45 ` ✓ Fi.CI.IGT: " Patchwork

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