]> www.infradead.org Git - users/willy/xarray.git/commit
media: ccs-pll: Start VT pre-PLL multiplier search from correct value
authorSakari Ailus <sakari.ailus@linux.intel.com>
Tue, 18 Feb 2025 21:47:13 +0000 (23:47 +0200)
committerHans Verkuil <hverkuil@xs4all.nl>
Fri, 25 Apr 2025 08:15:14 +0000 (10:15 +0200)
commit06d2d478b09e6764fb6161d1621fc10d9f0f2860
tree24e42f2b55260cf431c6782f3597ebac112b51e8
parent660e613d05e449766784c549faf5927ffaf281f1
media: ccs-pll: Start VT pre-PLL multiplier search from correct value

The ccs_pll_calculate_vt_tree() function does a search over possible VT
PLL configurations to find the "best" one. If the sensor does not support
odd pre-PLL divisors and the minimum value (with constraints) isn't 1,
other odd values could be errorneously searched (and selected) for the
pre-PLL divisor. Fix this.

Fixes: 415ddd993978 ("media: ccs-pll: Split limits and PLL configuration into front and back parts")
Cc: stable@vger.kernel.org
Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
drivers/media/i2c/ccs-pll.c