The aim of this series is to remove the enable_guc_loading and enable_guc_submission module parameters. They are being replaced by a common, newly defined enable_guc module parameter.
This series has been split from a bigger series that has previously been sent to this mailing list. Cc: Daniele Ceraolo Spurio <[email protected]> Cc: Joonas Lahtinen <[email protected]> Cc: Michal Wajdeczko <[email protected]> Cc: Oscar Mateo <[email protected]> Cc: Sagar Arun Kamble <[email protected]> Sujaritha Sundaresan (2): drm/i915/guc : Removing enable_guc_loading and enable_guc_submission module parameters drm/i915/guc : Updating GuC and HuC firmware select function drivers/gpu/drm/i915/i915_debugfs.c | 64 +++++++++++++--------- drivers/gpu/drm/i915/i915_drv.h | 12 +++-- drivers/gpu/drm/i915/i915_gem_context.c | 4 +- drivers/gpu/drm/i915/i915_gem_gtt.c | 2 +- drivers/gpu/drm/i915/i915_irq.c | 4 +- drivers/gpu/drm/i915/i915_params.c | 11 ++-- drivers/gpu/drm/i915/i915_params.h | 3 +- drivers/gpu/drm/i915/intel_guc.c | 2 +- drivers/gpu/drm/i915/intel_guc_fw.c | 12 ++--- drivers/gpu/drm/i915/intel_guc_fw.h | 2 +- drivers/gpu/drm/i915/intel_guc_log.c | 6 +-- drivers/gpu/drm/i915/intel_huc.c | 8 +-- drivers/gpu/drm/i915/intel_uc.c | 95 +++++++++++++++++---------------- 13 files changed, 127 insertions(+), 103 deletions(-) -- 1.9.1 _______________________________________________ Intel-gfx mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/intel-gfx
