i915_gem_lmem.rst 969 B

12345678910111213141516171819202122
  1. =========================
  2. I915 DG1/LMEM RFC Section
  3. =========================
  4. Upstream plan
  5. =============
  6. For upstream the overall plan for landing all the DG1 stuff and turning it for
  7. real, with all the uAPI bits is:
  8. * Merge basic HW enabling of DG1(still without pciid)
  9. * Merge the uAPI bits behind special CONFIG_BROKEN(or so) flag
  10. * At this point we can still make changes, but importantly this lets us
  11. start running IGTs which can utilize local-memory in CI
  12. * Convert over to TTM, make sure it all keeps working. Some of the work items:
  13. * TTM shrinker for discrete
  14. * dma_resv_lockitem for full dma_resv_lock, i.e not just trylock
  15. * Use TTM CPU pagefault handler
  16. * Route shmem backend over to TTM SYSTEM for discrete
  17. * TTM purgeable object support
  18. * Move i915 buddy allocator over to TTM
  19. * Send RFC(with mesa-dev on cc) for final sign off on the uAPI
  20. * Add pciid for DG1 and turn on uAPI for real