All of lore.kernel.org
 help / color / mirror / Atom feed
From: Michal Wajdeczko <michal.wajdeczko@intel.com>
To: intel-gfx@lists.freedesktop.org
Subject: [PATCH 0/3] Don't sanitize enable_guc
Date: Tue, 30 Jul 2019 18:19:00 +0000	[thread overview]
Message-ID: <20190730181903.17820-1-michal.wajdeczko@intel.com> (raw)

We want to stop relying on modparam for runtime uC status

Michal Wajdeczko (3):
  drm/i915/uc: Consider enable_guc modparam during fw selection
  drm/i915/guc: Use dedicated flag to track submission mode
  drm/i915/uc: Stop sanitizing enable_guc modparam

 drivers/gpu/drm/i915/gt/uc/intel_guc.c        |  1 +
 drivers/gpu/drm/i915/gt/uc/intel_guc.h        | 12 ++++
 .../gpu/drm/i915/gt/uc/intel_guc_submission.c | 16 +++++
 .../gpu/drm/i915/gt/uc/intel_guc_submission.h |  1 +
 drivers/gpu/drm/i915/gt/uc/intel_huc.h        |  5 ++
 drivers/gpu/drm/i915/gt/uc/intel_uc.c         | 70 +++++--------------
 drivers/gpu/drm/i915/gt/uc/intel_uc.h         |  9 +--
 drivers/gpu/drm/i915/gt/uc/intel_uc_fw.c      | 25 ++++++-
 8 files changed, 78 insertions(+), 61 deletions(-)

-- 
2.19.2

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

             reply	other threads:[~2019-07-30 18:19 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-07-30 18:19 Michal Wajdeczko [this message]
2019-07-30 18:19 ` [PATCH 1/3] drm/i915/uc: Consider enable_guc modparam during fw selection Michal Wajdeczko
2019-07-30 19:07   ` Chris Wilson
2019-07-31 13:19     ` Michal Wajdeczko
2019-07-31 13:22       ` Chris Wilson
2019-07-30 18:19 ` [PATCH 2/3] drm/i915/guc: Use dedicated flag to track submission mode Michal Wajdeczko
2019-07-30 19:11   ` Chris Wilson
2019-07-31 18:00   ` [PATCH v3 2/4] drm/i915/uc: Consider enable_guc modparam during fw selection Michal Wajdeczko
2019-07-31 19:13     ` Chris Wilson
2019-07-30 18:19 ` [PATCH 3/3] drm/i915/uc: Stop sanitizing enable_guc modparam Michal Wajdeczko
2019-07-30 18:23   ` Chris Wilson
2019-07-30 21:54 ` ✗ Fi.CI.CHECKPATCH: warning for Don't sanitize enable_guc Patchwork
2019-07-30 22:15 ` ✓ Fi.CI.BAT: success " Patchwork

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=20190730181903.17820-1-michal.wajdeczko@intel.com \
    --to=michal.wajdeczko@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.