1. 13 9月, 2020 5 次提交
  2. 10 9月, 2020 1 次提交
  3. 05 9月, 2020 5 次提交
  4. 23 8月, 2020 4 次提交
  5. 18 8月, 2020 2 次提交
  6. 31 7月, 2020 12 次提交
  7. 23 6月, 2020 1 次提交
  8. 18 6月, 2020 2 次提交
  9. 13 6月, 2020 1 次提交
    • J
      drm/msm: Fix 0xfffflub in "Refactor address space initialization" · bc8bd54f
      John Stultz 提交于
      This week I started seeing GPU crashes on my DragonBoard 845c
      which I narrowed down to being caused by commit ccac7ce3
      ("drm/msm: Refactor address space initialization").
      
      Looking through the patch, Jordan and I couldn't find anything
      obviously wrong, so I ended up breaking that change up into a
      number of smaller logical steps so I could figure out which part
      was causing the trouble.
      
      Ends up, visually counting 'f's is hard, esp across a number
      of lines:
        0xfffffff != 0xffffffff
      
      This patch corrects the end value we pass in to
      msm_gem_address_space_create() in
      adreno_iommu_create_address_space() so that it matches the value
      used before the problematic patch landed.
      
      With this change, I no longer see the GPU crashes that were
      affecting me.
      
      Cc: Shawn Guo <shawn.guo@linaro.org>
      Cc: Rob Clark <robdclark@gmail.com>
      Cc: Sean Paul <sean@poorly.run>
      Cc: Jordan Crouse <jcrouse@codeaurora.org>
      Cc: freedreno@lists.freedesktop.org
      Fixes: ccac7ce3 ("drm/msm: Refactor address space initialization")
      Signed-off-by: NJohn Stultz <john.stultz@linaro.org>
      Signed-off-by: NRob Clark <robdclark@chromium.org>
      bc8bd54f
  10. 24 5月, 2020 3 次提交
  11. 23 5月, 2020 1 次提交
  12. 20 5月, 2020 2 次提交
  13. 19 5月, 2020 1 次提交