[Intel-gfx] [PATCH 0/6] drm/i915: modparam rework prep work
Jani Nikula
jani.nikula at intel.com
Thu Dec 27 14:33:36 UTC 2018
The first six prep patches of the module params to device params series
[1]. These should be fairly non-controversial and pass CI.
BR,
Jani.
[1] https://patchwork.freedesktop.org/series/54414/
Jani Nikula (6):
drm/i915: add a helper to make a copy of i915_params
drm/i915: add a helper to free the members of i915_params
drm/i915/uc: add dev_priv parameter to intel_uc_is_using_* functions
drm/i915/params: set i915.enable_hangcheck permissions to 0600
drm/i915: move load failure injection to selftests
drm/i915/params: document I915_PARAMS_FOR_EACH()
drivers/gpu/drm/i915/i915_drv.c | 25 -----------------
drivers/gpu/drm/i915/i915_drv.h | 21 +++------------
drivers/gpu/drm/i915/i915_gpu_error.c | 20 ++------------
drivers/gpu/drm/i915/i915_params.c | 37 +++++++++++++++++++++-----
drivers/gpu/drm/i915/i915_params.h | 12 ++++++++-
drivers/gpu/drm/i915/i915_selftest.h | 10 +++++++
drivers/gpu/drm/i915/intel_uc.c | 12 ++++-----
drivers/gpu/drm/i915/intel_uc.h | 6 ++---
drivers/gpu/drm/i915/intel_wopcm.c | 2 +-
drivers/gpu/drm/i915/selftests/i915_selftest.c | 26 ++++++++++++++++++
10 files changed, 93 insertions(+), 78 deletions(-)
--
2.11.0
More information about the Intel-gfx
mailing list