Staging
v0.8.1
swh:1:snp:a902887e4be9191b7c6c4406aa06b31c1ce2c7cc
Raw File
Tip revision: e21a712a9685488f5ce80495b37b9fdbe96c230d authored by Linus Torvalds on 05 August 2019, 01:40:12 UTC
Linux 5.3-rc3
Tip revision: e21a712
TODO
- Thermal support.

- Bifrost support:
  - DT bindings (Neil, WIP)
  - MMU page table format and address space setup
  - Bifrost specific feature and issue handling
  - Coherent DMA support

- Support for 2MB pages. The io-pgtable code already supports this. Finishing
  support involves either copying or adapting the iommu API to handle passing
  aligned addresses and sizes to the io-pgtable code.

- Per FD address space support. The h/w supports multiple addresses spaces.
  The hard part is handling when more address spaces are needed than what
  the h/w provides.

- Support pinning pages on demand (GPU page faults).

- Support userspace controlled GPU virtual addresses. Needed for Vulkan. (Tomeu)

- Support for madvise and a shrinker.

- Compute job support. So called 'compute only' jobs need to be plumbed up to
  userspace.

- Performance counter support. (Boris)

back to top