]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
drm/i915/gvt: Fix Comet Lake
authorAlex Williamson <alex.williamson@redhat.com>
Wed, 10 Aug 2022 21:55:48 +0000 (15:55 -0600)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 8 Sep 2022 09:23:58 +0000 (11:23 +0200)
commit2914e46f5b0399279ad56e3c0247a2da72fa0f21
treeefb7f250a02193539310deaff04cebb1cc031773
parenta1a05d3ae58299b040da4d5b27e72e81c2132e0b
drm/i915/gvt: Fix Comet Lake

[ Upstream commit b75ef35bb57791a5d675699ed4a40c870d1da12f ]

Prior to the commit below the GAMT_CHKN_BIT_REG address was setup for
devices matching (D_KBL | D_CFL), where intel_gvt_get_device_type()
returns D_CFL for either Coffee Lake or Comet Lake.  Include the missed
platform.`

Link: https://lore.kernel.org/all/20220808142711.02d16782.alex.williamson@redhat.com
Fixes: e0f74ed4634d ("i915/gvt: Separate the MMIO tracking table from GVT-g")
Signed-off-by: Alex Williamson <alex.williamson@redhat.com>
Signed-off-by: Zhenyu Wang <zhenyuw@linux.intel.com>
Link: http://patchwork.freedesktop.org/patch/msgid/166016852965.780835.10366587502693016900.stgit@omen
Reviewed-by: Zhenyu Wang <zhenyuw@linux.intel.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/gpu/drm/i915/intel_gvt_mmio_table.c