]> git.ipfire.org Git - thirdparty/linux.git/commit
drm/{i915, xe}: convert VLV sideband display wrappers into real functions
authorJani Nikula <jani.nikula@intel.com>
Tue, 31 Mar 2026 11:40:54 +0000 (14:40 +0300)
committerJani Nikula <jani.nikula@intel.com>
Wed, 1 Apr 2026 09:29:05 +0000 (12:29 +0300)
commite4de0fadeb6f8eec909368cb07b2d08320582897
tree4392cd7dff7f199650bd390e83b1761ec1e95c1c
parent3b6e473cdc9c8494a1030fcde5589aa22deb02c9
drm/{i915, xe}: convert VLV sideband display wrappers into real functions

Convert the VLV sideband static inline wrappers into real
functions. This will help the follow-up work of moving the VLV sideband
to the display parent interface.

The downside is that we'll have to build vlv_sideband.c as part of xe
build, to avoid a plethora of stubs.

Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patch.msgid.link/57740dc3a820cb5fc1cfcd28e4be58b2cb48020d.1774957233.git.jani.nikula@intel.com
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
drivers/gpu/drm/i915/display/vlv_sideband.c
drivers/gpu/drm/i915/display/vlv_sideband.h
drivers/gpu/drm/xe/Makefile