]> git.ipfire.org Git - thirdparty/linux.git/commit
drm/xe/uc: Prepare uc_fw_version for storing the VF ABI version
authorDaniele Ceraolo Spurio <daniele.ceraolospurio@intel.com>
Tue, 3 Jun 2025 23:54:34 +0000 (16:54 -0700)
committerDaniele Ceraolo Spurio <daniele.ceraolospurio@intel.com>
Fri, 6 Jun 2025 15:33:16 +0000 (08:33 -0700)
commit10a2bc580796c0b3162e9be1445c03c3ce49a2d1
tree149f507654f71c9e4978a207cd100a0f1914e86f
parent8d8431298f698c43405ed48867a22d8a4b96d4bf
drm/xe/uc: Prepare uc_fw_version for storing the VF ABI version

The VF ABI version has a branch field, so to store it inside the
uc_fw_version we need to add a new branch variable to the latter.
Existing code needs to be updated to handle the fact that we have the
new field.

v2: split out to its own patch (Michal)

Signed-off-by: Daniele Ceraolo Spurio <daniele.ceraolospurio@intel.com>
Cc: Michal Wajdeczko <michal.wajdeczko@intel.com>
Reviewed-by: Michal Wajdeczko <michal.wajdeczko@intel.com>
Link: https://lore.kernel.org/r/20250603235432.720833-7-daniele.ceraolospurio@intel.com
drivers/gpu/drm/xe/xe_guc_engine_activity.c
drivers/gpu/drm/xe/xe_uc_fw_types.h