drm/i915/display: Add glk_cdclk_table
authorChris Wilson <chris@chris-wilson.co.uk>
Wed, 11 Sep 2019 07:47:27 +0000 (08:47 +0100)
committerChris Wilson <chris@chris-wilson.co.uk>
Wed, 11 Sep 2019 12:48:42 +0000 (13:48 +0100)
commit43ed22753cf18c4bf60de81d567beee908e5e9f3
tree0563cb7e917ca6557c612bf7a7cbc25d7f43d84d
parent4dd2fbbfb532d0981b0ecd218c0597ac0047ca55
drm/i915/display: Add glk_cdclk_table

Commit 736da8112fee ("drm/i915: Use literal representation of cdclk
tables") pushed the cdclk logic into tables, adding glk_cdclk_table but
not using yet:

drivers/gpu/drm/i915/display/intel_cdclk.c:1173:38: error: ‘glk_cdclk_table’ defined but not used [-Werror=unused-const-variable=]

Fixes: 736da8112fee ("drm/i915: Use literal representation of cdclk tables")
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Cc: Ville Syrjälä <ville.syrjala@linux.intel.com>
Cc: Matt Roper <matthew.d.roper@intel.com>
Cc: Jani Nikula <jani.nikula@linux.intel.com>
Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20190911074727.32585-1-chris@chris-wilson.co.uk
drivers/gpu/drm/i915/display/intel_cdclk.c