Skip to content
Snippets Groups Projects
  1. Nov 20, 2024
  2. Nov 12, 2024
  3. Nov 06, 2024
  4. Oct 23, 2024
  5. Oct 21, 2024
  6. Oct 20, 2024
  7. Oct 08, 2024
  8. Aug 16, 2024
  9. Nov 20, 2023
  10. Oct 31, 2023
  11. May 22, 2023
  12. Apr 24, 2023
  13. Mar 24, 2023
  14. Mar 21, 2023
  15. Feb 22, 2023
  16. Feb 20, 2023
  17. Feb 17, 2023
  18. Jan 30, 2023
  19. Nov 24, 2022
  20. Nov 15, 2022
  21. Nov 07, 2022
  22. Oct 27, 2022
    • Prasad Kumpatla's avatar
      dsp: increase the spf close all command timeout · bdb0a126
      Prasad Kumpatla authored
      
      While graph_open is processing by the SPF, apps receives
      userspace(agm/pal) crash which will triggers spf_close_all
      cmd from msm common drivers and immediately calls
      msm_audio_ion_crash_handler() which will un-maps the memory. But
      here SPF is still in processing the graph_open, recieved spf_close_all
      cmd is queued in SPF. Due to un-mapping is done immediately in HLOS
      will resulting in SMMU fault.
      
      To avoid such scenarios, increased the spf_close_all cmd timeout,
      because the AGM timeout for the graph_open is 4sec, so increase the timeout
      for spf_close_all cmd response until graph open completes or timed out.
      
      Change-Id: I67430cad5a55bd250ea110587c0ead2d97115efc
      Signed-off-by: default avatarPrasad Kumpatla <quic_pkumpatl@quicinc.com>
      bdb0a126
  23. Oct 18, 2022
  24. Oct 11, 2022
  25. Sep 25, 2022
  26. Sep 22, 2022
  27. Sep 20, 2022
  28. Sep 15, 2022
  29. Sep 09, 2022
  30. Sep 08, 2022
  31. Aug 25, 2022
  32. Aug 18, 2022
  33. Aug 08, 2022
  34. Jul 15, 2022
    • Puneeth Prabhu's avatar
      soc: Update wake_irq only after request irq is success · 38a433ba
      Puneeth Prabhu authored
      enable_irq call for swrm wake_irq is invoked before/during
      resource allocation is happening for that irq line in another
      thread. So, avoid the race condition and hence the watchdog
      bark by updating the wake_irq value post request_irq is success.
      
      Change-Id: I1e0c1ae7221682bab7886c2a333621ada1459d55
      38a433ba
  35. Jul 12, 2022
  36. Jul 11, 2022
  37. Jun 28, 2022
  38. Jun 24, 2022
  39. Jun 23, 2022
Loading