]> git.ipfire.org Git - thirdparty/linux.git/commit
drm/i915/cdclk: make struct intel_cdclk_state opaque
authorJani Nikula <jani.nikula@intel.com>
Wed, 25 Jun 2025 10:32:34 +0000 (13:32 +0300)
committerJani Nikula <jani.nikula@intel.com>
Thu, 26 Jun 2025 08:55:54 +0000 (11:55 +0300)
commit9807aba1ea9d02b400b0b88617d6121bfa17a7e0
tree32e473b7190bcfe33924d1536bf22f804cff5ab9
parent79be2da5d1af01490f1d9850830e2baba32dfddb
drm/i915/cdclk: make struct intel_cdclk_state opaque

With all the code touching struct intel_cdclk_state moved inside
intel_cdclk.c, we move the struct definition there too, and make the
type opaque. This nicely reduces includes from intel_cdclk.h.

Reviewed-by: Imre Deak <imre.deak@intel.com>
Link: https://lore.kernel.org/r/2b58c52e8cbcb66a48ecd4a1453e49dc7bd66289.1750847509.git.jani.nikula@intel.com
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
drivers/gpu/drm/i915/display/intel_cdclk.c
drivers/gpu/drm/i915/display/intel_cdclk.h