Revert "venus: firmware: Correct non-pix start and end addresses"
authorJavier Martinez Canillas <javierm@redhat.com>
Tue, 7 Feb 2023 10:22:54 +0000 (11:22 +0100)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 2 Apr 2023 17:47:03 +0000 (10:47 -0700)
commitf95b8ea79c47c0ad3d18f45ad538f9970e414d1f
treea8fc09a101a73be82543e6a9c5e0a6e8622a139a
parenta10ca0950afe36fa5a20e8fc3e843beef8808fc1
Revert "venus: firmware: Correct non-pix start and end addresses"

This reverts commit a837e5161cff, which broke probing of the venus
driver, at least on the SC7180 SoC HP X2 Chromebook:

  qcom-venus aa00000.video-codec: Adding to iommu group 11
  qcom-venus aa00000.video-codec: non legacy binding
  qcom-venus aa00000.video-codec: failed to reset venus core
  qcom-venus: probe of aa00000.video-codec failed with error -110

Matthias Kaehlcke also reported that the same change caused a regression
in SC7180 and sc7280, that prevents AOSS from entering sleep mode during
system suspend.  So let's revert this commit for now to fix both issues.

Fixes: a837e5161cff ("venus: firmware: Correct non-pix start and end addresses")
Reported-by: Matthias Kaehlcke <mka@chromium.org>
Signed-off-by: Javier Martinez Canillas <javierm@redhat.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/media/platform/qcom/venus/firmware.c