All of lore.kernel.org
 help / color / mirror / Atom feed
From: Imre Deak <imre.deak@intel.com>
To: intel-gfx@lists.freedesktop.org
Cc: Ben Widawsky <benjamin.widawsky@intel.com>
Subject: [PATCH v2 0/7] drm/i915: Read out slice/subslice masks
Date: Wed, 31 Aug 2016 19:13:00 +0300	[thread overview]
Message-ID: <1472659987-10417-1-git-send-email-imre.deak@intel.com> (raw)

This is v2 of [1] rebased on latest -nightly and addressing the comments
from Ben. It's needed by the per-slice/-subslice INSTDONE readout
patchset from Ben that I'm planning to send as a follow-up to this.

[1]
https://lists.freedesktop.org/archives/intel-gfx/2015-October/078543.html

Imre Deak (7):
  drm/i915: sseu: Move sseu_dev_status to i915_drv.h
  drm/i915: sseu: Use sseu_dev_info in device info
  drm/i915: sseu: Simplify debugfs status/info printing
  drm/i915: sseu: Convert slice count field to mask
  drm/i915: sseu: Convert subslice count fields to subslice mask
  drm/i915: sseu: Add debug printf for slice/subslice masks
  drm/i915/bdw: sseu: Fix sseu status parsing

 drivers/gpu/drm/i915/i915_debugfs.c      | 151 +++++++++++++++----------------
 drivers/gpu/drm/i915/i915_drv.c          |   6 +-
 drivers/gpu/drm/i915/i915_drv.h          |  30 +++---
 drivers/gpu/drm/i915/intel_device_info.c | 140 ++++++++++++++--------------
 drivers/gpu/drm/i915/intel_lrc.c         |  14 +--
 drivers/gpu/drm/i915/intel_pm.c          |   2 +-
 drivers/gpu/drm/i915/intel_ringbuffer.c  |   4 +-
 7 files changed, 176 insertions(+), 171 deletions(-)

-- 
2.5.0

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

             reply	other threads:[~2016-08-31 16:13 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-08-31 16:13 Imre Deak [this message]
2016-08-31 16:13 ` [PATCH v2 1/7] drm/i915: sseu: Move sseu_dev_status to i915_drv.h Imre Deak
2016-08-31 16:13 ` [PATCH v2 2/7] drm/i915: sseu: Use sseu_dev_info in device info Imre Deak
2016-08-31 16:13 ` [PATCH v2 3/7] drm/i915: sseu: Simplify debugfs status/info printing Imre Deak
2016-08-31 16:13 ` [PATCH v2 4/7] drm/i915: sseu: Convert slice count field to mask Imre Deak
2016-08-31 16:13 ` [PATCH v2 5/7] drm/i915: sseu: Convert subslice count fields to subslice mask Imre Deak
2016-08-31 16:13 ` [PATCH v2 6/7] drm/i915: sseu: Add debug printf for slice/subslice masks Imre Deak
2016-08-31 16:13 ` [PATCH v2 7/7] drm/i915/bdw: sseu: Fix sseu status parsing Imre Deak
2016-09-01  9:50 ` ✗ Fi.CI.BAT: failure for drm/i915: read out slice/subslice masks (rev2) Patchwork
2016-09-02 15:52   ` Imre Deak

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1472659987-10417-1-git-send-email-imre.deak@intel.com \
    --to=imre.deak@intel.com \
    --cc=benjamin.widawsky@intel.com \
    --cc=intel-gfx@lists.freedesktop.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.