public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
From: "Summers, Stuart" <stuart.summers@intel.com>
To: "intel-gfx@lists.freedesktop.org" <intel-gfx@lists.freedesktop.org>
Subject: Re: [PATCH 0/9] Refactor to expand subslice mask (rev 2)
Date: Mon, 19 Aug 2019 21:44:42 +0000	[thread overview]
Message-ID: <8723bfe9135f8db539750b1aaa2fd8cb32b51078.camel@intel.com> (raw)
In-Reply-To: <20190819211849.34085-1-stuart.summers@intel.com>


[-- Attachment #1.1: Type: text/plain, Size: 2504 bytes --]

On Mon, 2019-08-19 at 14:18 -0700, Stuart Summers wrote:
> Currently, the subslice_mask runtime parameter is stored as an
> array of subslices per slice. Expand the subslice mask array to
> better match what is presented to userspace through the
> I915_QUERY_TOPOLOGY_INFO ioctl. The index into this array is
> then calculated:
>   slice * subslice stride + subslice index / 8
> 
> Note this is the second iteration of an original patch to implement
> the same. There are a couple of minor code changes based on changes
> since the first series was posted. Additionally, the original patch
> has been split into several smaller patches with more isolated
> changes based on review feedback in that first series.
> 
> Link to the original series:
> https://patchwork.freedesktop.org/series/59742/
> 
> v2: Fix 32-bit build
> v3: Fix typo in haswell sseu info routine and fix SSEU workaround
>     print
> v4: Merge patch to HSW in previous revision with patch to
>     set subslice_mask for each platform and address feedback
>     from Chris
> v5: No changes in code. Resending due to unrelated failures -
> confirmed
>     no failures with trybot.

Sorry for the thrash here. There is one more change required in this
series. I'll post an update shortly.

Thanks,
Stuart

> 
> Stuart Summers (9):
>   drm/i915: Use variable for debugfs device status
>   drm/i915: Add function to set SSEU info per platform
>   drm/i915: Add subslice stride runtime parameter
>   drm/i915: Add EU stride runtime parameter
>   drm/i915: Add function to set subslices
>   drm/i915: Add function to determine if a slice has a subslice
>   drm/i915: Refactor instdone loops on new subslice functions
>   drm/i915: Add new function to copy subslices for a slice
>   drm/i915: Expand subslice mask
> 
>  drivers/gpu/drm/i915/gt/intel_engine_cs.c    |   3 +-
>  drivers/gpu/drm/i915/gt/intel_engine_types.h |  31 +++--
>  drivers/gpu/drm/i915/gt/intel_hangcheck.c    |   3 +-
>  drivers/gpu/drm/i915/gt/intel_sseu.c         |  48 +++++++-
>  drivers/gpu/drm/i915/gt/intel_sseu.h         |  24 +++-
>  drivers/gpu/drm/i915/gt/intel_workarounds.c  |   3 +-
>  drivers/gpu/drm/i915/i915_debugfs.c          |  49 +++++---
>  drivers/gpu/drm/i915/i915_gpu_error.c        |   5 +-
>  drivers/gpu/drm/i915/i915_query.c            |  10 +-
>  drivers/gpu/drm/i915/intel_device_info.c     | 122 +++++++++------
> ----
>  10 files changed, 185 insertions(+), 113 deletions(-)
> 

[-- Attachment #1.2: smime.p7s --]
[-- Type: application/x-pkcs7-signature, Size: 3270 bytes --]

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

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

  parent reply	other threads:[~2019-08-19 21:44 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-08-19 21:18 [PATCH 0/9] Refactor to expand subslice mask (rev 2) Stuart Summers
2019-08-19 21:18 ` [PATCH 1/9] drm/i915: Use variable for debugfs device status Stuart Summers
2019-08-19 21:18 ` [PATCH 2/9] drm/i915: Add function to set SSEU info per platform Stuart Summers
2019-08-19 21:18 ` [PATCH 3/9] drm/i915: Add subslice stride runtime parameter Stuart Summers
2019-08-19 21:18 ` [PATCH 4/9] drm/i915: Add EU " Stuart Summers
2019-08-19 21:18 ` [PATCH 5/9] drm/i915: Add function to set subslices Stuart Summers
2019-08-19 21:18 ` [PATCH 6/9] drm/i915: Add function to determine if a slice has a subslice Stuart Summers
2019-08-19 21:18 ` [PATCH 7/9] drm/i915: Refactor instdone loops on new subslice functions Stuart Summers
2019-08-19 21:18 ` [PATCH 8/9] drm/i915: Add new function to copy subslices for a slice Stuart Summers
2019-08-19 21:18 ` [PATCH 9/9] drm/i915: Expand subslice mask Stuart Summers
2019-08-19 21:29 ` ✗ Fi.CI.CHECKPATCH: warning for Refactor to expand subslice mask (rev 2) Patchwork
2019-08-19 21:44 ` Summers, Stuart [this message]
2019-08-19 21:51 ` ✓ Fi.CI.BAT: success " Patchwork
2019-08-20 11:16 ` ✓ Fi.CI.IGT: " Patchwork
  -- strict thread matches above, loose matches on Subject: below --
2019-08-19 21:49 [PATCH 0/9] " Stuart Summers
2019-08-07 16:58 Stuart Summers
2019-07-24 17:12 Stuart Summers
2019-07-23 15:49 Stuart Summers

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=8723bfe9135f8db539750b1aaa2fd8cb32b51078.camel@intel.com \
    --to=stuart.summers@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox