An error occurred fetching the project authors.
  1. 16 Jan, 2019 1 commit
  2. 18 Sep, 2018 1 commit
  3. 18 May, 2018 1 commit
  4. 17 May, 2018 4 commits
  5. 16 Mar, 2018 1 commit
  6. 21 Dec, 2017 1 commit
    • Thierry Reding's avatar
      drm/tegra: Use IOMMU groups · bc8828bd
      Thierry Reding authored
      In order to support IOMMUs more generically and transparently handle the
      ARM SMMU on Tegra186, move to using groups instead of devices for domain
      attachment. An IOMMU group is a set of devices that share the same IOMMU
      domain and is therefore a good match to represent what Tegra DRM needs.
      Signed-off-by: default avatarThierry Reding <treding@nvidia.com>
      bc8828bd
  7. 13 Dec, 2017 3 commits
    • Thierry Reding's avatar
      drm/tegra: sor: Add Tegra186 support · c57997bc
      Thierry Reding authored
      The SOR found on Tegra186 is very similar to the one found on Tegra210
      and earlier. However, due to some changes in the display architecture,
      some programming sequences have changed and some register have moved
      around.
      Signed-off-by: default avatarThierry Reding <treding@nvidia.com>
      c57997bc
    • Thierry Reding's avatar
      drm/tegra: Add Tegra186 display hub support · c4755fb9
      Thierry Reding authored
      The display architecture has changed in several significant ways with
      the new Tegra186 SoC. Shared between all display controllers is a set
      of common resources referred to as the display hub. The hub generates
      accesses to memory and feeds them into various composition pipelines,
      each of which being a window that can be assigned to arbitrary heads.
      
      Atomic state is subclassed in order to track the global bandwidth
      requirements and select and adjust the hub clocks appropriately. The
      plane code is shared to a large degree with earlier SoC generations,
      except where the programming differs.
      Signed-off-by: default avatarThierry Reding <treding@nvidia.com>
      c4755fb9
    • Thierry Reding's avatar
      drm/tegra: Use atomic commit helpers · 31b02cae
      Thierry Reding authored
      There's no reason not to use them, and they already get all the
      semantics right, so rip out all of the custom code and replace it by the
      helpers.
      Signed-off-by: default avatarThierry Reding <treding@nvidia.com>
      31b02cae
  8. 08 Dec, 2017 1 commit
  9. 20 Oct, 2017 2 commits
  10. 17 Aug, 2017 2 commits
  11. 15 Jun, 2017 1 commit
  12. 05 Apr, 2017 4 commits
  13. 09 Feb, 2017 1 commit
  14. 18 Dec, 2016 1 commit
  15. 10 Jun, 2016 1 commit
  16. 05 Apr, 2016 1 commit
  17. 08 Feb, 2016 1 commit
  18. 14 Dec, 2015 3 commits
  19. 24 Nov, 2015 2 commits
  20. 13 Aug, 2015 2 commits
  21. 02 Apr, 2015 2 commits
  22. 27 Jan, 2015 4 commits