]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/i915/cx0: Pass crtc_state to intel_c20_compute_hdmi_tmds_pll()
authorGustavo Sousa <gustavo.sousa@intel.com>
Wed, 23 Oct 2024 15:33:45 +0000 (12:33 -0300)
committerMatt Roper <matthew.d.roper@intel.com>
Mon, 28 Oct 2024 19:57:38 +0000 (12:57 -0700)
commitb67d84f25d42e1319f89e44b55e9ef1aa0de21eb
treeec676b787d40ff071731ac7ded4568cec7413571
parent182a32bcc223203c57761889fac7fa2dbb34684b
drm/i915/cx0: Pass crtc_state to intel_c20_compute_hdmi_tmds_pll()

The variable crtc_state already contains everything that
intel_c20_compute_hdmi_tmds_pll() needs. Simplify the function's
signature by passing that struct instead of separate variables.

Suggested-by: Jani Nikula <jani.nikula@intel.com>
Signed-off-by: Gustavo Sousa <gustavo.sousa@intel.com>
Reviewed-by: Jani Nikula <jani.nikula@intel.com>
Signed-off-by: Matt Roper <matthew.d.roper@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20241023153352.144146-2-gustavo.sousa@intel.com
drivers/gpu/drm/i915/display/intel_cx0_phy.c