linux_dsm_epyc7002/drivers/gpu/drm/armada
Souptick Joarder 7794ec7774 drm/armada: Adding new typedef vm_fault_t
Use new return type vm_fault_t for fault handler in struct
vm_operations_struct. For now, this is just documenting that the
function returns a VM_FAULT value rather than an errno. Once all
instances are converted, vm_fault_t will become a distinct type.

commit 1c8f422059 ("mm: change return type to vm_fault_t")

Previously vm_insert_pfn() returns err which driver mapped into
VM_FAULT_* type. The new function vmf_insert_pfn() will replace this
inefficiency by returning VM_FAULT_* type.

Signed-off-by: Souptick Joarder <jrdr.linux@gmail.com>
Reviewed-by: Matthew Wilcox <mawilcox@microsoft.com>
Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>
2018-07-30 11:52:31 +01:00
..
armada_510.c drm/armada: Remove unused #include <drmP.h> 2017-09-29 09:35:36 +02:00
armada_crtc.c drm/armada: fix irq handling 2018-07-09 11:32:58 +01:00
armada_crtc.h drm/armada: move overlay plane register update generation 2017-12-08 12:21:53 +00:00
armada_debugfs.c drm/armada: Remove armada_drm_debugfs_cleanup() 2017-03-01 16:09:51 +01:00
armada_drm.h drm/armada: Use drm_fb_helper_lastclose() and _poll_changed() 2017-12-08 13:03:52 +01:00
armada_drv.c drm/armada: Replace drm_dev_unref with drm_dev_put 2018-07-30 11:52:31 +01:00
armada_fb.c drm/armada: Move GEM BO to drm_framebuffer 2018-05-18 14:52:36 +01:00
armada_fb.h drm/armada: Move GEM BO to drm_framebuffer 2018-05-18 14:52:36 +01:00
armada_fbdev.c drm/armada: Use drm_fb_helper_lastclose() and _poll_changed() 2017-12-08 13:03:52 +01:00
armada_gem.c drm/armada: Adding new typedef vm_fault_t 2018-07-30 11:52:31 +01:00
armada_gem.h drm/armada: Use .dumb_map_offset and .dumb_destroy defaults 2017-09-02 14:22:20 +02:00
armada_hw.h drm/armada: fix colorkey mode property 2018-07-09 11:32:56 +01:00
armada_ioctlP.h DRM: Armada: Add Armada DRM driver 2013-10-12 10:13:40 +01:00
armada_overlay.c drm/armada: fix colorkey mode property 2018-07-09 11:32:56 +01:00
armada_trace.c License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
armada_trace.h drm/armada: expand overlay trace entry 2017-12-08 12:22:02 +00:00
Kconfig drm: add more MMU dependencies 2017-01-11 17:24:58 +01:00
Makefile main drm pull request for v4.15 2017-11-15 20:42:10 -08:00