]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
drm/i915/guc: Consolidate firmware major-minor to one place
authorTvrtko Ursulin <tvrtko.ursulin@intel.com>
Wed, 10 Aug 2016 15:16:46 +0000 (16:16 +0100)
committerTvrtko Ursulin <tvrtko.ursulin@intel.com>
Thu, 11 Aug 2016 10:34:04 +0000 (11:34 +0100)
commit5e334c199a258b8309f1073b3a6432cd0256f9b1
tree44fe3f551be9180c0d7c072ea6f7c03f19437e0b
parentc1bb11451ed93aae53efcf461f936a54675dcbea
drm/i915/guc: Consolidate firmware major-minor to one place

Currently to change the firmware one has to update the exported
module firmware string and the major-minor versions used for
verification after load. Consolidate that to a single place
defining correct major and minor versions per platform.

v2: Rebased for KBL.

Signed-off-by: Tvrtko Ursulin <tvrtko.ursulin@intel.com>
Cc: Dave Gordon <david.s.gordon@intel.com>
Cc: Rodrigo Vivi <rodrigo.vivi@intel.com>
Cc: Peter Antoine <peter.antoine@intel.com>
Cc: Michel Thierry <michel.thierry@intel.com>
Reviewed-by: Dave Gordon <david.s.gordon@intel.com>
Link: http://patchwork.freedesktop.org/patch/msgid/1470842206-35685-1-git-send-email-tvrtko.ursulin@linux.intel.com
drivers/gpu/drm/i915/intel_guc_loader.c