Re: [PATCH] drm/i915/guc: Remove log size module parameters

2022-08-26 Thread Jani Nikula
On Fri, 26 Aug 2022, Joonas Lahtinen wrote: > Remove the module parameters for configuring GuC log size. > > We should instead rely on tuning the defaults to be usable for > reporting bugs. Reviewed-by: Jani Nikula > > Fixes: 8ad0152afb1b ("drm/i915/guc: Make GuC log sizes runtime configurable"

[PATCH] drm/i915/guc: Remove log size module parameters

2022-08-26 Thread Joonas Lahtinen
Remove the module parameters for configuring GuC log size. We should instead rely on tuning the defaults to be usable for reporting bugs. Fixes: 8ad0152afb1b ("drm/i915/guc: Make GuC log sizes runtime configurable") Signed-off-by: Joonas Lahtinen Cc: Jani Nikula Cc: Rodrigo Vivi Cc: Tvrtko Urs