]> www.infradead.org Git - users/jedix/linux-maple.git/commit
media: ipu6: Remove workaround for Meteor Lake ES2
authorHao Yao <hao.yao@intel.com>
Tue, 11 Mar 2025 08:41:55 +0000 (16:41 +0800)
committerHans Verkuil <hverkuil@xs4all.nl>
Fri, 25 Apr 2025 08:15:12 +0000 (10:15 +0200)
commitd471fb06b21ae54bf76464731ae1dcb26ef1ca68
treef490da0ac656dba7af6276289b7124aa1f397634
parenta05744749600007f56efb16c6de727d9d541d475
media: ipu6: Remove workaround for Meteor Lake ES2

There was a hardware bug which need IPU6 driver to disable the ATS. This
workaround is not needed anymore as the bug was fixed in hardware level.

Additionally, Arrow Lake has the same IPU6 PCI ID and x86 stepping but
does not have the bug. Removing the Meteor Lake workaround is also
required for the driver to function on Arrow Lake.

Signed-off-by: Hao Yao <hao.yao@intel.com>
Reviewed-by: Stanislaw Gruszka <stanislaw.gruszka@linux.intel.com>
Fixes: 25fedc021985 ("media: intel/ipu6: add Intel IPU6 PCI device driver")
Cc: stable@vger.kernel.org
[Sakari Ailus: Added tags and explanation of what is fixed.]
Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
drivers/media/pci/intel/ipu6/ipu6.c