[Intel-gfx] [PATCH 7/7] drm/i915/display: Enable PSR2 selective fetch by default
Gwan-gyeong Mun
gwan-gyeong.mun at intel.com
Wed Sep 29 13:26:39 UTC 2021
Reviewed-by: Gwan-gyeong Mun <gwan-gyeong.mun at intel.com>
On 9/23/21 10:46 PM, José Roberto de Souza wrote:
> With all the past fixes now this feature is functional and can be
> enabled by default in desktop enviroments that uses compositor.
>
> Cc: Gwan-gyeong Mun <gwan-gyeong.mun at intel.com>
> Cc: Ville Syrjälä <ville.syrjala at linux.intel.com>
> Signed-off-by: José Roberto de Souza <jose.souza at intel.com>
> ---
> 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 f27eceb82c0f5..8d725b64592d8 100644
> --- a/drivers/gpu/drm/i915/i915_params.h
> +++ b/drivers/gpu/drm/i915/i915_params.h
> @@ -55,7 +55,7 @@ struct drm_printer;
> param(int, enable_fbc, -1, 0600) \
> param(int, enable_psr, -1, 0600) \
> param(bool, psr_safest_params, false, 0400) \
> - param(bool, enable_psr2_sel_fetch, false, 0400) \
> + param(bool, enable_psr2_sel_fetch, true, 0400) \
> param(int, disable_power_well, -1, 0400) \
> param(int, enable_ips, 1, 0600) \
> param(int, invert_brightness, 0, 0600) \
>
More information about the Intel-gfx
mailing list