search for: decreate

Displaying 2 results from an estimated 2 matches for "decreate".

Did you mean: recreate
2015 Apr 17
2
[PATCH 0/6] map big page by platform IOMMU
...mory from TTM_PL_TT. Trying to > allocate from VRAM will result in an error. Yep. > >> *allocate* big page though the IOMMU hardware inside the SoC. This is a try >> to map the imported buffers as big pages in GMMU by the platform IOMMU. With >> some preparation work to map decreate small pages into big page(s) by IOMMU > decreate? It should be discrete. Sorry for the typo. > >> the GMMU eventually sees the imported buffer as chunks of big pages and does >> the mapping. And then we can probably do the compression on teh imported >> buffer which is com...
2015 Apr 16
15
[PATCH 0/6] map big page by platform IOMMU
...bly due to lack of big page allocation. But the platform device which also use memory type TTM_PL_TT, like GK20A, can *allocate* big page though the IOMMU hardware inside the SoC. This is a try to map the imported buffers as big pages in GMMU by the platform IOMMU. With some preparation work to map decreate small pages into big page(s) by IOMMU the GMMU eventually sees the imported buffer as chunks of big pages and does the mapping. And then we can probably do the compression on teh imported buffer which is composed of non-contiguous small pages. The compbits related patches shall come later. I guess...