[PATCH 2/5] drm/i915/snps_phy: Use HDMI PLL algorithm for DG2

2024-08-12 Thread Ankit Nautiyal
Try SNPS_PHY HDMI alogorithm, if there are no pre-computed tables. Also get rid of the helper to get rate for HDMI snps phy, as we no longer depend only on pre-computed tables. v2: -Prefer pre-computed tables over computed values from algorithm. (Jani) Signed-off-by: Ankit Nautiyal --- drivers/

[PATCH 2/5] drm/i915/snps_phy: Use HDMI PLL algorithm for DG2

2024-08-06 Thread Ankit Nautiyal
Try SNPS_PHY HDMI alogorithm, if there are no pre-computed tables. Also get rid of the helper to get rate for HDMI snps phy, as we no longer depend only on pre-computed tables. v2: -Prefer pre-computed tables over computed values from algorithm. (Jani) Signed-off-by: Ankit Nautiyal --- drivers/

Re: [PATCH 2/5] drm/i915/snps_phy: Use HDMI PLL algorithm for DG2

2024-06-27 Thread Nautiyal, Ankit K
On 6/28/2024 12:00 AM, Jani Nikula wrote: On Thu, 27 Jun 2024, "Nautiyal, Ankit K" wrote: On 6/26/2024 3:37 PM, Jani Nikula wrote: On Wed, 26 Jun 2024, Ankit Nautiyal wrote: Try SNPS_PHY HDMI tables computed using the algorithm, before using consolidated tables. Signed-off-by: Ankit Nauti

Re: [PATCH 2/5] drm/i915/snps_phy: Use HDMI PLL algorithm for DG2

2024-06-27 Thread Jani Nikula
On Thu, 27 Jun 2024, "Nautiyal, Ankit K" wrote: > On 6/26/2024 3:37 PM, Jani Nikula wrote: >> On Wed, 26 Jun 2024, Ankit Nautiyal wrote: >>> Try SNPS_PHY HDMI tables computed using the algorithm, before using >>> consolidated tables. >>> >>> Signed-off-by: Ankit Nautiyal >>> --- >>> drivers/gp

Re: [PATCH 2/5] drm/i915/snps_phy: Use HDMI PLL algorithm for DG2

2024-06-27 Thread Nautiyal, Ankit K
On 6/26/2024 3:37 PM, Jani Nikula wrote: On Wed, 26 Jun 2024, Ankit Nautiyal wrote: Try SNPS_PHY HDMI tables computed using the algorithm, before using consolidated tables. Signed-off-by: Ankit Nautiyal --- drivers/gpu/drm/i915/display/intel_snps_phy.c | 20 --- 1 file ch

Re: [PATCH 2/5] drm/i915/snps_phy: Use HDMI PLL algorithm for DG2

2024-06-26 Thread Jani Nikula
On Wed, 26 Jun 2024, Ankit Nautiyal wrote: > Try SNPS_PHY HDMI tables computed using the algorithm, before using > consolidated tables. > > Signed-off-by: Ankit Nautiyal > --- > drivers/gpu/drm/i915/display/intel_snps_phy.c | 20 --- > 1 file changed, 8 insertions(+), 12 deletion

[PATCH 2/5] drm/i915/snps_phy: Use HDMI PLL algorithm for DG2

2024-06-25 Thread Ankit Nautiyal
Try SNPS_PHY HDMI tables computed using the algorithm, before using consolidated tables. Signed-off-by: Ankit Nautiyal --- drivers/gpu/drm/i915/display/intel_snps_phy.c | 20 --- 1 file changed, 8 insertions(+), 12 deletions(-) diff --git a/drivers/gpu/drm/i915/display/intel_snp