]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/i915/vbt: split up DSI VBT defs to a separate file
authorJani Nikula <jani.nikula@intel.com>
Mon, 11 Aug 2025 15:25:47 +0000 (18:25 +0300)
committerJani Nikula <jani.nikula@intel.com>
Tue, 12 Aug 2025 07:52:34 +0000 (10:52 +0300)
commitf3c65a8e9b09f66042e418674283db8675a445a8
tree28f728400b8f103304824f89b70930aa2677dd1e
parent67e980f58dd71d9483d5af683558f5913b1c95ae
drm/i915/vbt: split up DSI VBT defs to a separate file

The DSI VBT definitions have ended up in intel_bios.h, because
intel_vbt_defs.h is supposed to be internal to intel_bios.c, but the DSI
VBT definitions are needed in more places.

Split out the DSI VBT definitions to intel_dsi_vbt_defs.h. This will
also help keep the definitions in sync with IGT.

Reviewed-by: Suraj Kandpal <suraj.kandpal@intel.com>
Link: https://lore.kernel.org/r/84417e0141f98ae8f8c7a66e9002c3e99c9ed3db.1754925923.git.jani.nikula@intel.com
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
drivers/gpu/drm/i915/display/intel_bios.h
drivers/gpu/drm/i915/display/intel_display_types.h
drivers/gpu/drm/i915/display/intel_dsi_vbt_defs.h [new file with mode: 0644]
drivers/gpu/drm/i915/display/intel_vbt_defs.h