]> Gentwo Git Trees - linux/.git/commit
drm/i915/display: add intel_display_run_as_guest()
authorJani Nikula <jani.nikula@intel.com>
Wed, 22 Oct 2025 15:17:11 +0000 (18:17 +0300)
committerJani Nikula <jani.nikula@intel.com>
Fri, 31 Oct 2025 11:09:10 +0000 (13:09 +0200)
commitcd81a70d764386f5dd4423850d6250fdb4cb7660
treef70cd7736c90cd0da02fa533f2087fb47476d46f
parent7c15791d1986533818e1a53b78c4c116a944e660
drm/i915/display: add intel_display_run_as_guest()

Add intel_display_utils.c for display utilities that need more than a
header.

Start off with intel_display_run_as_guest(). The implementation is
intentional duplication of the i915_utils.h i915_run_as_guest(), with
the idea that it's small enough to not matter.

Reviewed-by: Luca Coelho <luciano.coelho@intel.com>
Link: https://patch.msgid.link/469f9c41e0c3e3099314a3cf1a7671bf36ec8ffd.1761146196.git.jani.nikula@intel.com
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
drivers/gpu/drm/i915/Makefile
drivers/gpu/drm/i915/display/intel_display_utils.c [new file with mode: 0644]
drivers/gpu/drm/i915/display/intel_display_utils.h
drivers/gpu/drm/i915/display/intel_pch.c
drivers/gpu/drm/xe/Makefile