[Intel-gfx] [PATCH 1/2] drm/i915: Add psr_enabled on pipe_config
Sivakumar Thulasimani
sivakumar.thulasimani at intel.com
Wed Mar 25 00:04:12 PDT 2015
> _crtc_state *pipe_config)
> {
> @@ -5812,6 +5844,8 @@ static int intel_crtc_compute_config(struct intel_crtc *crtc,
> pipe_config->pipe_bpp = 8*3;
> }
>
> + intel_compute_psr_config(crtc, pipe_config);
> +
> if (HAS_IPS(dev))
> hsw_compute_ips_config(crtc, pipe_config);
>
is it required to update psr_enabled during every call to
intel_crtc_compute_config ? all conditions being checked will never
change post init so it will be better to do this as part of eDP init
rather than here.
More information about the Intel-gfx
mailing list