]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commit
drm/i915/gsc: define gsc fw
authorDaniele Ceraolo Spurio <daniele.ceraolospurio@intel.com>
Fri, 25 Aug 2023 16:27:53 +0000 (09:27 -0700)
committerDaniele Ceraolo Spurio <daniele.ceraolospurio@intel.com>
Mon, 28 Aug 2023 20:17:55 +0000 (13:17 -0700)
commite427343185583123fd3485ca7ca595325e589429
tree8bc16b51454bade84497ccbecad2d3bd0e841d73
parent8940da9fe5f278ac6ecb4cafa55c784f524cb3b2
drm/i915/gsc: define gsc fw

Add FW definition and the matching override modparam.

The GSC FW has both a release version, based on platform and a rolling
counter, and a compatibility version, which is the one tracking
interface changes. Since what we care about is the interface, we use
the compatibility version in the binary names.

Same as with the GuC, a major version bump indicate a
backward-incompatible change, while a minor version bump indicates a
backward-compatible one, so we use only the former in the file name.

Signed-off-by: Daniele Ceraolo Spurio <daniele.ceraolospurio@intel.com>
Cc: Alan Previn <alan.previn.teres.alexis@intel.com>
Cc: John Harrison <John.C.Harrison@Intel.com>
Cc: Tvrtko Ursulin <tvrtko.ursulin@intel.com>
Cc: Rodrigo Vivi <rodrigo.vivi@intel.com>
Reviewed-by: Alan Previn <alan.previn.teres.alexis@intel.com>
Acked-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20230825162754.1949838-1-daniele.ceraolospurio@intel.com
drivers/gpu/drm/i915/gt/uc/intel_uc_fw.c