1. 22 Sep, 2020 1 commit
    • Akhil P Oommen's avatar
      drm/msm: Fix premature purging of BO · 9d8baa2b
      Akhil P Oommen authored
      In the case where we have a back-to-back submission that shares the same
      BO, this BO will be prematurely moved to inactive_list while retiring the
      first submit. But it will be still part of the second submit which is
      being processed by the GPU. Now, if the shrinker happens to be triggered at
      this point, it will result in a premature purging of this BO.
      
      To fix this, we need to refcount BO while doing submit and retire. Then,
      it should be moved to inactive list when this refcount becomes 0.
      Signed-off-by: default avatarAkhil P Oommen <akhilpo@codeaurora.org>
      Signed-off-by: default avatarRob Clark <robdclark@chromium.org>
      9d8baa2b
  2. 20 Sep, 2020 3 commits
  3. 19 Sep, 2020 1 commit
  4. 15 Sep, 2020 19 commits
  5. 12 Sep, 2020 16 commits