The default value of i915.enable_psr2_sel_fetch is true while the description given in i915_params.c is 0. Changing to correct the description. Signed-off-by: Qiyu Yan <yanqiyu01@xxxxxxxxx> --- drivers/gpu/drm/i915/i915_params.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/i915/i915_params.c b/drivers/gpu/drm/i915/i915_params.c index ade744ccc..fa9ddcbe8 100644 --- a/drivers/gpu/drm/i915/i915_params.c +++ b/drivers/gpu/drm/i915/i915_params.c @@ -119,7 +119,7 @@ i915_param_named(psr_safest_params, bool, 0400, i915_param_named_unsafe(enable_psr2_sel_fetch, bool, 0400, "Enable PSR2 selective fetch " "(0=disabled, 1=enabled) " - "Default: 0"); + "Default: 1"); i915_param_named_unsafe(force_probe, charp, 0400, "Force probe options for specified supported devices. " -- 2.40.0