All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Fixes in snps-phy HDMI PLL algorithm
@ 2025-06-18 13:09 Ankit Nautiyal
  2025-06-18 13:09 ` [PATCH 1/2] drm/i915/snps_hdmi_pll: Fix 64-bit divisor truncation by using div64_u64 Ankit Nautiyal
                   ` (9 more replies)
  0 siblings, 10 replies; 13+ messages in thread
From: Ankit Nautiyal @ 2025-06-18 13:09 UTC (permalink / raw)
  To: intel-gfx; +Cc: intel-xe, suraj.kandpal, jani.nikula, stable, 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 insertions(+), 4 deletions(-)

-- 
2.45.2


^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2025-06-19 11:57 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-18 13:09 [PATCH 0/2] Fixes in snps-phy HDMI PLL algorithm Ankit Nautiyal
2025-06-18 13:09 ` [PATCH 1/2] drm/i915/snps_hdmi_pll: Fix 64-bit divisor truncation by using div64_u64 Ankit Nautiyal
2025-06-18 13:09 ` [PATCH 2/2] drm/i915/snps_hdmi_pll: Use clamp() instead of max(min()) Ankit Nautiyal
2025-06-18 13:21   ` kernel test robot
2025-06-18 13:27 ` ✓ CI.KUnit: success for Fixes in snps-phy HDMI PLL algorithm Patchwork
2025-06-18 13:41 ` ✗ CI.checksparse: warning " Patchwork
2025-06-18 14:17 ` ✓ Xe.CI.BAT: success " Patchwork
2025-06-18 14:36 ` ✓ i915.CI.BAT: " Patchwork
2025-06-18 19:51 ` [PATCH 0/2] " Jani Nikula
2025-06-19 11:56   ` Nautiyal, Ankit K
2025-06-19  4:09 ` ✓ Xe.CI.Full: success for " Patchwork
2025-06-19  5:44 ` ✗ i915.CI.Full: failure " Patchwork
2025-06-19  9:23 ` ✓ i915.CI.Full: success " Patchwork

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.