Re: [PATCH 0/2] Fixes in snps-phy HDMI PLL algorithm

2025-06-19 Thread Nautiyal, Ankit K
On 6/19/2025 1:21 AM, Jani Nikula wrote: On Wed, 18 Jun 2025, Ankit Nautiyal wrote: Fixes/improvement in snps-phy HDMI PLL algorithm. Reviewed-by: Jani Nikula Thank you once again, Jani, for pointing out the sparse warning and for your reviews. The series has been pushed to drm-intel-n

Re: [PATCH 0/2] Fixes in snps-phy HDMI PLL algorithm

2025-06-18 Thread Jani Nikula
On Wed, 18 Jun 2025, Ankit Nautiyal wrote: > Fixes/improvement in snps-phy HDMI PLL algorithm. Reviewed-by: Jani Nikula > > Ankit Nautiyal (2): > drm/i915/snps_hdmi_pll: Fix 64-bit divisor truncation by using > div64_u64 > drm/i915/snps_hdmi_pll: Use clamp() instead of max(min()) > > d

[PATCH 0/2] Fixes in snps-phy HDMI PLL algorithm

2025-06-18 Thread Ankit Nautiyal
Fixes/improvement in snps-phy HDMI PLL algorithm. Ankit Nautiyal (2): drm/i915/snps_hdmi_pll: Fix 64-bit divisor truncation by using div64_u64 drm/i915/snps_hdmi_pll: Use clamp() instead of max(min()) drivers/gpu/drm/i915/display/intel_snps_hdmi_pll.c | 8 1 file changed, 4 inse