All of lore.kernel.org
 help / color / mirror / Atom feed
From: Dave Gordon <david.s.gordon@intel.com>
To: intel-gfx@lists.freedesktop.org
Subject: [PATCH v4 0/5] drm/i915/guc: use symbolic names for module parameter values
Date: Thu, 18 Aug 2016 18:10:47 +0100	[thread overview]
Message-ID: <1471540252-16928-1-git-send-email-david.s.gordon@intel.com> (raw)

There are various literal constants used in the GuC module-parameter
processing code; this sequence of patches replaces them with symbolic
names for greater clarity.

And then it re-enables GuC submission by default 

v3:
  Original patch broken into two (1/4 + 2/4)
  Name for GuC log level NONE added (3/4
  Re-enable GuC loading & submission (4/4)
  Added cover letter 

v4:
  Additional final patch (5/5) to change treatment of unrecognised
  option values (ignore them rather than force them into range).
  [Jani Nikula]

Dave Gordon (5):
  drm/i915/guc: symbolic names for GuC submission preferences
  drm/i915/guc: symbolic names for GuC firmare loading preferences
  drm/i915/guc: symbolic name for GuC log-level none
  drm/i915/guc: use symbolic names in setting defaults for module
    parameters
  drm/i915/guc: ignore unrecognised loading & submission options

 drivers/gpu/drm/i915/i915_guc_submission.c |  4 +--
 drivers/gpu/drm/i915/i915_params.c         | 10 +++---
 drivers/gpu/drm/i915/intel_guc.h           | 20 +++++++++++
 drivers/gpu/drm/i915/intel_guc_fwif.h      |  1 +
 drivers/gpu/drm/i915/intel_guc_loader.c    | 54 ++++++++++++++++++++++--------
 drivers/gpu/drm/i915/intel_lrc.c           |  4 +--
 6 files changed, 70 insertions(+), 23 deletions(-)

-- 
1.9.1

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

             reply	other threads:[~2016-08-18 17:10 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-08-18 17:10 Dave Gordon [this message]
2016-08-18 17:10 ` [PATCH v4 1/5] drm/i915/guc: symbolic names for GuC submission preferences Dave Gordon
2016-08-18 17:10 ` [PATCH v4 2/5] drm/i915/guc: symbolic names for GuC firmare loading preferences Dave Gordon
2016-08-18 17:10 ` [PATCH v4 3/5] drm/i915/guc: symbolic name for GuC log-level none Dave Gordon
2016-08-18 17:10 ` [PATCH v4 4/5] drm/i915/guc: use symbolic names in setting defaults for module parameters Dave Gordon
2016-08-18 17:10 ` [PATCH v4 5/5] drm/i915/guc: ignore unrecognised loading & submission options Dave Gordon
2016-08-19  5:27 ` ✗ Ro.CI.BAT: failure for drm/i915/guc: use symbolic names for module parameter values (rev3) Patchwork
  -- strict thread matches above, loose matches on Subject: below --
2016-08-26 17:42 [PATCH v4 0/5] drm/i915/guc: use symbolic names for module parameter values Dave Gordon
2016-08-09 10:54 Dave Gordon

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=1471540252-16928-1-git-send-email-david.s.gordon@intel.com \
    --to=david.s.gordon@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.