linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Revert "venus: firmware: Correct non-pix start and end addresses"
@ 2023-02-07 10:22 Javier Martinez Canillas
  2023-02-07 16:40 ` Vikash Garodia
  0 siblings, 1 reply; 21+ messages in thread
From: Javier Martinez Canillas @ 2023-02-07 10:22 UTC (permalink / raw)
  To: linux-kernel
  Cc: Albert Esteve, Stanimir Varbanov, Matthias Kaehlcke,
	Enric Balletbo i Serra, Javier Martinez Canillas, Andy Gross,
	Bjorn Andersson, Konrad Dybcio, Mauro Carvalho Chehab,
	Stanimir Varbanov, Vikash Garodia, linux-arm-msm, linux-media

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

  [   11.455782] qcom-venus aa00000.video-codec: Adding to iommu group 11
  [   11.506980] qcom-venus aa00000.video-codec: non legacy binding
  [   12.143432] qcom-venus aa00000.video-codec: failed to reset venus core
  [   12.156440] 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>
---

 drivers/media/platform/qcom/venus/firmware.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/media/platform/qcom/venus/firmware.c b/drivers/media/platform/qcom/venus/firmware.c
index 142d4c74017c..d59ecf776715 100644
--- a/drivers/media/platform/qcom/venus/firmware.c
+++ b/drivers/media/platform/qcom/venus/firmware.c
@@ -38,8 +38,8 @@ static void venus_reset_cpu(struct venus_core *core)
 	writel(fw_size, wrapper_base + WRAPPER_FW_END_ADDR);
 	writel(0, wrapper_base + WRAPPER_CPA_START_ADDR);
 	writel(fw_size, wrapper_base + WRAPPER_CPA_END_ADDR);
-	writel(0, wrapper_base + WRAPPER_NONPIX_START_ADDR);
-	writel(0, wrapper_base + WRAPPER_NONPIX_END_ADDR);
+	writel(fw_size, wrapper_base + WRAPPER_NONPIX_START_ADDR);
+	writel(fw_size, wrapper_base + WRAPPER_NONPIX_END_ADDR);
 
 	if (IS_V6(core)) {
 		/* Bring XTSS out of reset */
-- 
2.39.1


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

end of thread, other threads:[~2023-04-03  6:32 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-07 10:22 [PATCH] Revert "venus: firmware: Correct non-pix start and end addresses" Javier Martinez Canillas
2023-02-07 16:40 ` Vikash Garodia
2023-02-07 17:50   ` mka
2023-02-07 22:39     ` mka
2023-02-08  9:06   ` Javier Martinez Canillas
2023-02-10  8:15     ` Javier Martinez Canillas
2023-02-10  9:22       ` Vikash Garodia
2023-02-10 10:07         ` Javier Martinez Canillas
2023-02-11 14:27           ` Linux regression tracking (Thorsten Leemhuis)
2023-02-15 10:53             ` Linux regression tracking (Thorsten Leemhuis)
2023-02-15 10:57               ` Javier Martinez Canillas
2023-02-15 13:18                 ` Linux regression tracking (Thorsten Leemhuis)
2023-02-21 15:03                   ` Thorsten Leemhuis
2023-02-23  5:45                     ` Vikash Garodia
2023-02-23  8:05                       ` Javier Martinez Canillas
2023-02-28 16:03                         ` Javier Martinez Canillas
     [not found]                           ` <d18fac76-6b77-a446-5fe0-7236556e9187@quicinc.com>
     [not found]                             ` <0c84724d-08d4-ddcb-5f71-4eb8261240c6@quicinc.com>
2023-03-06 10:43                               ` Javier Martinez Canillas
2023-04-01 20:53                               ` Leonard Lausen
2023-04-02  5:02                                 ` Linux regression tracking (Thorsten Leemhuis)
2023-04-03  6:32                                   ` Thorsten Leemhuis
2023-04-03  0:27                                 ` Leonard Lausen

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).