commit | 70960ab27542d8dc322f909f516391f331fbd3f1 | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Tue Dec 29 12:08:28 2020 +0000 |
committer | Chris Wilson <chris@chris-wilson.co.uk> | Tue Dec 29 16:21:21 2020 +0000 |
tree | 3a54a7f2b35719bc50da88c5abbe918c3d14b26b | |
parent | fe7bcfaeb2b775f257348dc7b935f8e80eef3e7d [diff] |
drm/i915/gt: Define guc firmware blob for older Cometlakes When splitting the Coffeelake define to also identify Cometlakes, I missed the double fw_def for Coffeelake. That is only newer Cometlakes use the cml specific guc firmware, older Cometlakes should use kbl firmware. Closes: https://gitlab.freedesktop.org/drm/intel/-/issues/2859 Fixes: 5f4ae2704d59 ("drm/i915: Identify Cometlake platform") Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Cc: <stable@vger.kernel.org> # v5.9+ Reviewed-by: Mika Kuoppala <mika.kuoppala@linux.intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20201229120828.29931-1-chris@chris-wilson.co.uk