linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] media: ipu6: Remove workaround for Meteor Lake ES2
@ 2025-03-11  8:41 Hao Yao
  2025-03-11  9:03 ` Stanislaw Gruszka
  2025-04-24  4:18 ` Bingbu Cao
  0 siblings, 2 replies; 9+ messages in thread
From: Hao Yao @ 2025-03-11  8:41 UTC (permalink / raw)
  To: Sakari Ailus, Bingbu Cao, Tianshu Qiu, Mauro Carvalho Chehab
  Cc: linux-media, Hao Yao

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.

Signed-off-by: Hao Yao <hao.yao@intel.com>
---
 drivers/media/pci/intel/ipu6/ipu6.c | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/drivers/media/pci/intel/ipu6/ipu6.c b/drivers/media/pci/intel/ipu6/ipu6.c
index 277af7cda8ee..b00d0705fefa 100644
--- a/drivers/media/pci/intel/ipu6/ipu6.c
+++ b/drivers/media/pci/intel/ipu6/ipu6.c
@@ -464,11 +464,6 @@ static int ipu6_pci_config_setup(struct pci_dev *dev, u8 hw_ver)
 {
 	int ret;
 
-	/* disable IPU6 PCI ATS on mtl ES2 */
-	if (is_ipu6ep_mtl(hw_ver) && boot_cpu_data.x86_stepping == 0x2 &&
-	    pci_ats_supported(dev))
-		pci_disable_ats(dev);
-
 	/* No PCI msi capability for IPU6EP */
 	if (is_ipu6ep(hw_ver) || is_ipu6ep_mtl(hw_ver)) {
 		/* likely do nothing as msi not enabled by default */
-- 
2.43.0


^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2025-04-25  6:34 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-11  8:41 [PATCH] media: ipu6: Remove workaround for Meteor Lake ES2 Hao Yao
2025-03-11  9:03 ` Stanislaw Gruszka
2025-04-24  4:18 ` Bingbu Cao
2025-04-24 11:55   ` Sakari Ailus
2025-04-25  3:05     ` Bingbu Cao
2025-04-25  5:40       ` Sakari Ailus
2025-04-25  6:28         ` Hao Yao
2025-04-25  6:30           ` Sakari Ailus
2025-04-25  6:29             ` Bingbu Cao

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).