]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/i915/gvt: Use the appropriate header for the DPLL macro
authorAnkit Nautiyal <ankit.k.nautiyal@intel.com>
Fri, 19 Dec 2025 06:02:58 +0000 (11:32 +0530)
committerAnkit Nautiyal <ankit.k.nautiyal@intel.com>
Mon, 29 Dec 2025 12:13:47 +0000 (17:43 +0530)
commit1908784fbc05201e6b969473989dc76d160546c3
tree04b5ba451533a20b477c20d15d154f026b2b03fb
parentd805e879e15a126a00da2fd02cef0ad353365c6a
drm/i915/gvt: Use the appropriate header for the DPLL macro

The macro `DPLL_ID_SKL_DPLL0` is defined in
display/intel_dpll_mgr.h. Previously, GVT included the header
display/intel_display_core.h` because other macros also depended on it.
After porting those macros to use the new APIs, the only remaining
dependency was for the DPLL macro.

Replace the indirect include with the correct header and drop
intel_display_core.h to reduce unnecessary dependencies.

Signed-off-by: Ankit Nautiyal <ankit.k.nautiyal@intel.com>
Reviewed-by: Jani Nikula <jani.nikula@intel.com>
Link: https://patch.msgid.link/20251219060302.2365123-6-ankit.k.nautiyal@intel.com
drivers/gpu/drm/i915/gvt/display.c