commit | 8139951cae69637cc882e23f36fc45ecfa1ec814 | [log] [tgz] |
---|---|---|
author | Joonyoung Shim <jy0922.shim@samsung.com> | Tue Jul 28 17:53:16 2015 +0900 |
committer | Inki Dae <inki.dae@samsung.com> | Sun Aug 16 13:25:21 2015 +0900 |
tree | c69923fc2c2e3fd75147850481d6025a8be3c505 | |
parent | 2b8376c803c4c1c02446520527b31161e8a3c066 [diff] |
drm/exynos: stop using sgtable in page fault handler Already struct exynos_drm_gem_buf has pages of the buffer when buffer is created, so just can use pages in page fault handler, we don't have to make sgtable of the buffer. But this needs to construct pages of the buffer that is imported from dma-buf prime. Signed-off-by: Joonyoung Shim <jy0922.shim@samsung.com> Signed-off-by: Inki Dae <inki.dae@samsung.com>