Re: [Intel-gfx] [PATCH v2 10/26] drm/i915: Extract intel_crtc_dotclock()

2022-05-16 Thread Jani Nikula
On Wed, 04 May 2022, Ville Syrjala wrote: > From: Ville Syrjälä > > Extract intel_crtc_dotclock() from ddi_dotclock_get(). We'll reuse > this during state computation in order to determine the actual final > dotclcok after the DPLL computation has been done (which may not give > us the exact same

[Intel-gfx] [PATCH v2 10/26] drm/i915: Extract intel_crtc_dotclock()

2022-05-04 Thread Ville Syrjala
From: Ville Syrjälä Extract intel_crtc_dotclock() from ddi_dotclock_get(). We'll reuse this during state computation in order to determine the actual final dotclcok after the DPLL computation has been done (which may not give us the exact same port_clock that we fed in). v2: Add the prototype S