]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/xe/uc: Add support for different firmware files on each GT
authorLucas De Marchi <lucas.demarchi@intel.com>
Fri, 7 Mar 2025 18:13:22 +0000 (10:13 -0800)
committerLucas De Marchi <lucas.demarchi@intel.com>
Fri, 21 Mar 2025 18:11:54 +0000 (11:11 -0700)
commit613256e67cfd836a521a60b315772b3d31fb017d
tree8a765df458a73e0834b364c1cd10b73fa3e4c32a
parent75584c8213d341ddd5b7c72abf822e62f4b3ab27
drm/xe/uc: Add support for different firmware files on each GT

The different GTs on a device can be very different. Right now for all
platforms the same firmware is loaded in each GT, however future
platforms may benefit from loading a different file depending on the GT
type.

Based on previous patch by John Harrison <John.C.Harrison@Intel.com>.

Reviewed-by: John Harrison <John.C.Harrison@Intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20250307-xe-per-gt-fw-v1-2-459574d76400@intel.com
Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com>
drivers/gpu/drm/xe/xe_uc_fw.c