0001 =========================
0002 I915 DG1/LMEM RFC Section
0003 =========================
0004
0005 Upstream plan
0006 =============
0007 For upstream the overall plan for landing all the DG1 stuff and turning it for
0008 real, with all the uAPI bits is:
0009
0010 * Merge basic HW enabling of DG1(still without pciid)
0011 * Merge the uAPI bits behind special CONFIG_BROKEN(or so) flag
0012 * At this point we can still make changes, but importantly this lets us
0013 start running IGTs which can utilize local-memory in CI
0014 * Convert over to TTM, make sure it all keeps working. Some of the work items:
0015 * TTM shrinker for discrete
0016 * dma_resv_lockitem for full dma_resv_lock, i.e not just trylock
0017 * Use TTM CPU pagefault handler
0018 * Route shmem backend over to TTM SYSTEM for discrete
0019 * TTM purgeable object support
0020 * Move i915 buddy allocator over to TTM
0021 * Send RFC(with mesa-dev on cc) for final sign off on the uAPI
0022 * Add pciid for DG1 and turn on uAPI for real