commit | 9940d9d93406f41ad4dc69fa2cda1e059a7ca108 | [log] [tgz] |
---|---|---|
author | Marek Szyprowski <m.szyprowski@samsung.com> | Thu Apr 23 14:43:49 2020 +0900 |
committer | Inki Dae <inki.dae@samsung.com> | Mon May 18 11:36:00 2020 +0900 |
tree | 8018f498e8af81bebd649955dfca1696a8975459 | |
parent | 24f6fe796a964f1cba75030dbea297d7fb2f30cb [diff] |
drm/exynos: gem: Get rid of the internal 'pages' array Internal pages array and scatter-list for them is not really needed for anything. FBDev emulation can simply rely on the DMA-mapping framework to create a proper kernel mapping for the buffer, while all other buffer use cases don't really need that array at all. Suggested-by: Christian König <christian.koenig@amd.com> Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com> Signed-off-by: Inki Dae <inki.dae@samsung.com>