commit | f6ead8dea518d0d02c576432eba4fa145e64b02a | [log] [tgz] |
---|---|---|
author | Inki Dae <inki.dae@samsung.com> | Mon Apr 23 19:41:14 2012 +0900 |
committer | Inki Dae <inki.dae@samsung.com> | Mon Apr 23 20:31:45 2012 +0900 |
tree | e4e82e1408e4133ef06b40d47d9be9eae4d1d2a3 | |
parent | 887ea3db26ec8a43b650ada273e1159492939c10 [diff] |
drm/exynos: fixed exynos_drm_gem_map_pages bug. this patch fixes the problem that the physical memory region to be mapped to user space could be exceeded. if page fault address was placed at between buffer start and end then memory region to be mapped would be exceeded. Signed-off-by: Inki Dae <inki.dae@samsung.com> Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>