linux/drivers/gpu/drm/exynos
Linus Torvalds 6be5ceb02e VM: add "vm_mmap()" helper function
This continues the theme started with vm_brk() and vm_munmap():
vm_mmap() does the same thing as do_mmap(), but additionally does the
required VM locking.

This uninlines (and rewrites it to be clearer) do_mmap(), which sadly
duplicates it in mm/mmap.c and mm/nommu.c.  But that way we don't have
to export our internal do_mmap_pgoff() function.

Some day we hopefully don't have to export do_mmap() either, if all
modular users can become the simpler vm_mmap() instead.  We're actually
very close to that already, with the notable exception of the (broken)
use in i810, and a couple of stragglers in binfmt_elf.

Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2012-04-20 17:29:13 -07:00
..
Kconfig drm/exynos: added virtual display driver. 2012-03-21 10:15:49 +00:00
Makefile drm/exynos: added virtual display driver. 2012-03-21 10:15:49 +00:00
exynos_ddc.c drm/exynos: remove module of exynos drm subdrv 2012-03-20 09:40:23 +00:00
exynos_drm_buf.c drm/exynos: fixed duplicated page allocation bug. 2012-04-03 21:49:15 +09:00
exynos_drm_buf.h drm/exynos: update gem and buffer framework. 2012-03-20 09:40:21 +00:00
exynos_drm_connector.c Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux 2012-03-22 13:08:22 -07:00
exynos_drm_connector.h
exynos_drm_core.c drm/exynos: fix to pointer manager member of struct exynos_drm_subdrv 2012-04-12 14:51:27 +09:00
exynos_drm_crtc.c drm/exynos: remove module of exynos drm subdrv 2012-03-20 09:40:23 +00:00
exynos_drm_crtc.h drm/exynos: changed buffer structure. 2011-11-15 14:58:46 +09:00
exynos_drm_drv.c Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux 2012-03-22 13:08:22 -07:00
exynos_drm_drv.h drm/exynos: fix to pointer manager member of struct exynos_drm_subdrv 2012-04-12 14:51:27 +09:00
exynos_drm_encoder.c drm/exynos: added virtual display driver. 2012-03-21 10:15:49 +00:00
exynos_drm_encoder.h drm/exynos: added possible_clones setup function. 2012-02-15 10:29:11 +09:00
exynos_drm_fb.c drm/exynos: remove module of exynos drm subdrv 2012-03-20 09:40:23 +00:00
exynos_drm_fb.h drm/exynos: Support multi buffers 2011-12-29 11:21:42 +09:00
exynos_drm_fbdev.c drm/exynos: remove module of exynos drm subdrv 2012-03-20 09:40:23 +00:00
exynos_drm_fbdev.h
exynos_drm_fimd.c drm/exynos: fix to pointer manager member of struct exynos_drm_subdrv 2012-04-12 14:51:27 +09:00
exynos_drm_gem.c VM: add "vm_mmap()" helper function 2012-04-20 17:29:13 -07:00
exynos_drm_gem.h drm/exynos: fixed page align and code clean. 2012-04-03 21:27:58 +09:00
exynos_drm_hdmi.c drm/exynos: fix to pointer manager member of struct exynos_drm_subdrv 2012-04-12 14:51:27 +09:00
exynos_drm_hdmi.h drm/exynos: fix struct for operation callback functions to driver name 2012-04-12 14:51:26 +09:00
exynos_drm_plane.c drm/exynos: add format list of plane 2012-04-05 19:41:04 +09:00
exynos_drm_plane.h drm/exynos: Add plane support with fimd 2011-12-21 15:14:17 +09:00
exynos_drm_vidi.c drm/exynos: fix to pointer manager member of struct exynos_drm_subdrv 2012-04-12 14:51:27 +09:00
exynos_drm_vidi.h drm/exynos: added virtual display driver. 2012-03-21 10:15:49 +00:00
exynos_hdmi.c drm/exynos: fix struct for operation callback functions to driver name 2012-04-12 14:51:26 +09:00
exynos_hdmi.h drm/exynos: cleanup exynos_hdmi.h 2012-03-20 09:41:45 +00:00
exynos_hdmiphy.c drm/exynos: added hdmi display support 2011-12-29 11:21:42 +09:00
exynos_mixer.c drm/exynos: fix struct for operation callback functions to driver name 2012-04-12 14:51:26 +09:00
regs-hdmi.h drm/exynos: enable hdmi audio feature 2012-03-20 09:41:46 +00:00
regs-mixer.h drm/exynos: added hdmi display support 2011-12-29 11:21:42 +09:00
regs-vp.h drm/exynos: added hdmi display support 2011-12-29 11:21:42 +09:00