mbox series

[RESUBMIT,v2,0/2] drm/i915: Conclude load -> probe naming convention switch

Message ID 20191029102036.6326-1-janusz.krzysztofik@linux.intel.com (mailing list archive)
Headers show
Series drm/i915: Conclude load -> probe naming convention switch | expand

Message

Janusz Krzysztofik Oct. 29, 2019, 10:20 a.m. UTC
Test-with: <20191029101751.5848-2-janusz.krzysztofik@linux.intel.com>

The purpose is:
* to fix incompatible names of new functions introduced meanwhile,
* to complete postponed rename of module parameter.

v2: * drop unnecessary statement about custom user applications from
      commit message of 2/2, there are no such (Chris),
    * add R-b (thanks Chris),
    * use correct message ID of (also rerolled) IGT counterpart to be
      tested with.

Janusz Krzysztofik (2):
  drm/i915: Fix i915_inject_load_error() name to read *_probe_*
  drm/i915: Rename "inject_load_failure" module parameter

 .../gpu/drm/i915/gt/uc/intel_guc_submission.c |  2 +-
 drivers/gpu/drm/i915/gt/uc/intel_huc.c        |  4 ++--
 drivers/gpu/drm/i915/gt/uc/intel_uc.c         |  6 +++---
 drivers/gpu/drm/i915/gt/uc/intel_uc_fw.c      | 20 ++++++++++---------
 drivers/gpu/drm/i915/i915_gem.c               |  4 ++--
 drivers/gpu/drm/i915/i915_params.c            |  2 +-
 drivers/gpu/drm/i915/i915_params.h            |  2 +-
 drivers/gpu/drm/i915/i915_utils.c             | 14 ++++++-------
 drivers/gpu/drm/i915/i915_utils.h             | 12 +++++------
 9 files changed, 34 insertions(+), 32 deletions(-)