23 lines · plain
1=========================2I915 DG1/LMEM RFC Section3=========================4 5Upstream plan6=============7For upstream the overall plan for landing all the DG1 stuff and turning it for8real, with all the uAPI bits is:9 10* Merge basic HW enabling of DG1(still without pciid)11* Merge the uAPI bits behind special CONFIG_BROKEN(or so) flag12 * At this point we can still make changes, but importantly this lets us13 start running IGTs which can utilize local-memory in CI14* Convert over to TTM, make sure it all keeps working. Some of the work items:15 * TTM shrinker for discrete16 * dma_resv_lockitem for full dma_resv_lock, i.e not just trylock17 * Use TTM CPU pagefault handler18 * Route shmem backend over to TTM SYSTEM for discrete19 * TTM purgeable object support20 * Move i915 buddy allocator over to TTM21* Send RFC(with mesa-dev on cc) for final sign off on the uAPI22* Add pciid for DG1 and turn on uAPI for real23