]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/i915/gvt_mmio_table: Use the gvt versions of the display macros
authorAnkit Nautiyal <ankit.k.nautiyal@intel.com>
Wed, 14 Jan 2026 02:54:56 +0000 (08:24 +0530)
committerAnkit Nautiyal <ankit.k.nautiyal@intel.com>
Thu, 22 Jan 2026 03:17:09 +0000 (08:47 +0530)
commit37d5f4da49821cd542561d5cfffea35d32f5bef6
treeef64e2dc44168e212054376b45bfb456e96ece22
parent6695dc279820a50cb20ecd8b5250e05234dac780
drm/i915/gvt_mmio_table: Use the gvt versions of the display macros

Include gvt/display_helpers.h so that the display register macros in
intel_gvt_mmio_table.c expand through the exported display functions.
This lets us keep the existing macro calls while avoiding direct
access to display internals, helping the display modularization work.

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