drm/i915/cdclk: Remove divider field from tables
authorGustavo Sousa <gustavo.sousa@intel.com>
Fri, 24 Nov 2023 20:55:23 +0000 (17:55 -0300)
committerMatt Roper <matthew.d.roper@intel.com>
Wed, 20 Dec 2023 17:37:14 +0000 (09:37 -0800)
commit89d6708d947ac76cd5444ca93dd5cedf084212f9
tree1d151e2f63816572bbf58a661ce4efada70316f2
parent3ee302ec22d6e1d7d1e6d381b0d507ee80f2135c
drm/i915/cdclk: Remove divider field from tables

The cdclk tables were introduced with commit 736da8112fee ("drm/i915:
Use literal representation of cdclk tables"). It has been almost 4 years
and the divider field was not really used yet. Let's remove it.

Cc: Matt Roper <matthew.d.roper@intel.com>
Cc: Ville Syrjälä <ville.syrjala@linux.intel.com>
Signed-off-by: Gustavo Sousa <gustavo.sousa@intel.com>
Signed-off-by: Matt Roper <matthew.d.roper@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20231124205522.57696-2-gustavo.sousa@intel.com
drivers/gpu/drm/i915/display/intel_cdclk.c