Re: [PATCH] drm/i915: Reuse rplu cdclk fns for mtl/lnl

2024-02-27 Thread Jani Nikula
Subject: drm/i915/cdclk: Re-use RPL-U functions for MTL+ On Mon, 26 Feb 2024, Radhakrishna Sripada wrote: > MTL/LNL use the same cdclk functions as rplu albeit with different > tables. Having separate tables not explicit special handling for the > platforms reuse rplu cdclk functions. I'm una

[PATCH] drm/i915: Reuse rplu cdclk fns for mtl/lnl

2024-02-26 Thread Radhakrishna Sripada
MTL/LNL use the same cdclk functions as rplu albeit with different tables. Having separate tables not explicit special handling for the platforms reuse rplu cdclk functions. Cc: Gustavo Sousa Signed-off-by: Radhakrishna Sripada --- drivers/gpu/drm/i915/display/intel_cdclk.c | 11 ++- 1