]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/xe/guc: Fix GUC_{SUBMIT,FIRMWARE}_VER helper macros
authorMichal Wajdeczko <michal.wajdeczko@intel.com>
Thu, 12 Sep 2024 20:38:12 +0000 (22:38 +0200)
committerLucas De Marchi <lucas.demarchi@intel.com>
Wed, 18 Sep 2024 04:22:24 +0000 (23:22 -0500)
commit7ab9ebc580617831355843f19224f1e31bb8e983
tree2863113dce677204e14c9bfcc71e678beb458f5f
parentae2c6d8b3b88c176dff92028941a4023f1b4cb91
drm/xe/guc: Fix GUC_{SUBMIT,FIRMWARE}_VER helper macros

Those macros rely on non-existing MAKE_VER_STRUCT macro, while the
correct one that should be used is named MAKE_GUC_VER_STRUCT.

Fixes: 4eb0aab6e443 ("drm/xe/guc: Bump minimum required GuC version to v70.29.2")
Signed-off-by: Michal Wajdeczko <michal.wajdeczko@intel.com>
Cc: Julia Filipchuk <julia.filipchuk@intel.com>
Cc: John Harrison <John.C.Harrison@Intel.com>
Reviewed-by: MichaƂ Winiarski <michal.winiarski@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240912203817.1880-2-michal.wajdeczko@intel.com
(cherry picked from commit 02fdf821ed79f59c40d766a85947aa7cc25d4364)
Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com>
drivers/gpu/drm/xe/xe_guc.h