Link: https://lore.kernel.org/r/20260217200002.683975158@linuxfoundation.org Tested-by: Florian Fainelli <florian.fainelli@broadcom.com> Tested-by: Takeshi Ogasawara <takeshi.ogasawara@futuring-girl.com> Tested-by: Peter Schneider <pschneider1968@googlemail.com> Tested-by: Jon Hunter <jonathanh@nvidia.com> Tested-by: Salvatore Bonaccorso <carnil@debian.org> Tested-by: Brett A C Sheffield <bacs@librecast.net> Tested-by: Mark Brown <broonie@kernel.org> Tested-by: Luna Jernberg <droidbittin@gmail.com> Tested-by: Ronald Warsow <rwarsow@gmx.de> Tested-by: Justin M. Forbes <jforbes@fedoraproject.org> Tested-by: Ron Economos <re@w6rz.net> Tested-by: Miguel Ojeda <ojeda@kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
23 lines
969 B
ReStructuredText
23 lines
969 B
ReStructuredText
=========================
|
|
I915 DG1/LMEM RFC Section
|
|
=========================
|
|
|
|
Upstream plan
|
|
=============
|
|
For upstream the overall plan for landing all the DG1 stuff and turning it for
|
|
real, with all the uAPI bits is:
|
|
|
|
* Merge basic HW enabling of DG1(still without pciid)
|
|
* Merge the uAPI bits behind special CONFIG_BROKEN(or so) flag
|
|
* At this point we can still make changes, but importantly this lets us
|
|
start running IGTs which can utilize local-memory in CI
|
|
* Convert over to TTM, make sure it all keeps working. Some of the work items:
|
|
* TTM shrinker for discrete
|
|
* dma_resv_lockitem for full dma_resv_lock, i.e not just trylock
|
|
* Use TTM CPU pagefault handler
|
|
* Route shmem backend over to TTM SYSTEM for discrete
|
|
* TTM purgeable object support
|
|
* Move i915 buddy allocator over to TTM
|
|
* Send RFC(with mesa-dev on cc) for final sign off on the uAPI
|
|
* Add pciid for DG1 and turn on uAPI for real
|