Skip to content
Snippets Groups Projects
  1. Oct 29, 2024
  2. Feb 16, 2024
  3. Oct 18, 2023
  4. Oct 11, 2023
  5. Aug 31, 2023
  6. Aug 29, 2023
  7. Aug 22, 2023
    • Deepali Jindal's avatar
      ipc : gpr-lite: Add NULL check for gpr dev pointer · 99f7e7ba
      Deepali Jindal authored
      it is possible that gpr may get deregistered already and
      hence will not get any pointer for gpr from dev_get_drvdata
      so proceed further only if gpr exists otherwise,
      it will lead to crash issue.
      
      Change-Id: I4129a76d1deade0c243c9a9515a8f84542f3596c
      (cherry picked from commit 8b989e69)
      99f7e7ba
  8. Aug 11, 2023
  9. Jul 10, 2023
  10. Jul 06, 2023
  11. Jul 05, 2023
  12. May 04, 2023
  13. Apr 19, 2023
  14. Mar 31, 2023
  15. Mar 29, 2023
  16. Mar 23, 2023
  17. Mar 02, 2023
  18. Feb 20, 2023
  19. Feb 16, 2023
  20. Feb 13, 2023
  21. Jan 24, 2023
  22. Jan 02, 2023
  23. Dec 15, 2022
    • Prasad Kumpatla's avatar
      dsp: increase the spf close all command timeout · 5c138513
      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>
      5c138513
  24. Dec 06, 2022
  25. Nov 22, 2022
  26. Nov 14, 2022
    • Fenglin Wu's avatar
      asoc: swr-haptics: keep in SWR PLAY_SRC when disabling SWR play · 004e1a11
      Fenglin Wu authored
      
      Currently, 0 is written into SWR_PLAY register when disabling SWR play,
      it coincidently updates the PLAY_SRC to FIFO mode and disables it. If
      there is a FIFO play triggered from SPMI address space, the FIFO play
      will be disabled and the FIFO samples will be flushed. To avoid this,
      keep in SWR PLAY_SRC when disabling SWR play.
      
      Change-Id: Ib594df57835979a8832f2f7a1954ff36f643f724
      Signed-off-by: default avatarFenglin Wu <quic_fenglinw@quicinc.com>
      004e1a11
  27. Nov 10, 2022
    • Prasad Kumpatla's avatar
      soc: avoid unnecessary attempts during SSR · 3062d5dd
      Prasad Kumpatla authored
      
      as part of swrm_runtime_suspend, multiple attempts are made
      to write into swr regisers. Incase of SSR state, all those write
       attempts are bound to fail.
      Hence avoid swr read/write operations during SSR state.
      Also move updating dev_up flag for SSR event to an early point in call flow.
      
      Change-Id: I805d1ccf8bcdab5fdde7b74582a65463d5bcbd6e
      Signed-off-by: default avatarPrasad Kumpatla <quic_pkumpatl@quicinc.com>
      3062d5dd
  28. Nov 09, 2022
  29. Oct 28, 2022
  30. Oct 13, 2022
  31. Sep 30, 2022
  32. Sep 19, 2022
  33. Sep 15, 2022
  34. Sep 07, 2022
Loading