On 06.05.2021 21:13, Matthew Brost wrote: > From: Daniele Ceraolo Spurio <[email protected]> > > This will enable HuC loading for Gen11+ by default if the binaries > are available on the system. GuC submission still requires explicit > enabling by the user. > > Signed-off-by: Daniele Ceraolo Spurio <[email protected]> > Signed-off-by: Matthew Brost <[email protected]> > Cc: Michal Wajdeczko <[email protected]> > Cc: John Harrison <[email protected]> > --- > drivers/gpu/drm/i915/i915_params.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/gpu/drm/i915/i915_params.h > b/drivers/gpu/drm/i915/i915_params.h > index 14cd64cc61d0..a0575948ab61 100644 > --- a/drivers/gpu/drm/i915/i915_params.h > +++ b/drivers/gpu/drm/i915/i915_params.h > @@ -59,7 +59,7 @@ struct drm_printer; > param(int, disable_power_well, -1, 0400) \ > param(int, enable_ips, 1, 0600) \ > param(int, invert_brightness, 0, 0600) \ > - param(int, enable_guc, 0, 0400) \ > + param(int, enable_guc, -1, 0400) \ you also want to update param description from "(-1=auto, 0=disable [default], 1=GuC submission, 2=HuC load)"); to "(-1=auto [default], 0=disable, 1=GuC submission, 2=HuC load)"); > param(int, guc_log_level, -1, 0400) \ > param(char *, guc_firmware_path, NULL, 0400) \ > param(char *, huc_firmware_path, NULL, 0400) \ > _______________________________________________ Intel-gfx mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/intel-gfx
- [Intel-gfx] [RFC PATCH 69/97] drm/i915/guc: Handle engine... Matthew Brost
- [Intel-gfx] [RFC PATCH 95/97] drm/i915/guc: Selftest for ... Matthew Brost
- [Intel-gfx] [RFC PATCH 76/97] drm/i915/guc: Hook GuC sche... Matthew Brost
- [Intel-gfx] [RFC PATCH 83/97] drm/i915/guc: Don't return ... Matthew Brost
- [Intel-gfx] [RFC PATCH 92/97] drm/i915: Add GT PM delayed... Matthew Brost
- [Intel-gfx] [RFC PATCH 86/97] drm/i915/guc: Add golden co... Matthew Brost
- [Intel-gfx] [RFC PATCH 96/97] drm/i915/guc: Update GuC do... Matthew Brost
- [Intel-gfx] [RFC PATCH 85/97] drm/i915/guc: Introduce guc... Matthew Brost
- [Intel-gfx] [RFC PATCH 40/97] drm/i915/guc: Module load f... Matthew Brost
- [Intel-gfx] [RFC PATCH 30/97] drm/i915/uc: turn on GuC/Hu... Matthew Brost
- Re: [Intel-gfx] [RFC PATCH 30/97] drm/i915/uc: turn ... Michal Wajdeczko
- [Intel-gfx] [RFC PATCH 56/97] drm/i915/guc: Update GuC de... Matthew Brost
- [Intel-gfx] [RFC PATCH 78/97] drm/i915/guc: Include sched... Matthew Brost
- [Intel-gfx] [RFC PATCH 72/97] drm/i915/guc: Don't complai... Matthew Brost
- [Intel-gfx] [RFC PATCH 88/97] drm/i915/guc: Support reque... Matthew Brost
- [Intel-gfx] ✗ Fi.CI.BUILD: failure for Basic GuC submissi... Patchwork
- Re: [Intel-gfx] [RFC PATCH 00/97] Basic GuC submission su... Martin Peres
- Re: [Intel-gfx] [RFC PATCH 00/97] Basic GuC submissi... Jason Ekstrand
- Re: [Intel-gfx] [RFC PATCH 00/97] Basic GuC subm... Martin Peres
- Re: [Intel-gfx] [RFC PATCH 00/97] Basic GuC ... Jason Ekstrand
- Re: [Intel-gfx] [RFC PATCH 00/97] Basic ... Martin Peres
