summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorSouptick Joarder2018-05-21 19:29:48 +0200
committerRob Clark2018-08-03 15:53:36 +0200
commita5f74ec7d3cb6278255f7bf2ffb28baa6ad6e157 (patch)
tree8bd86519d15610e9c16720b29bcf72f39610a497 /Makefile
parentdrm/msm/disp/dpu: fix two spelling mistakes (diff)
downloadkernel-qcow2-linux-a5f74ec7d3cb6278255f7bf2ffb28baa6ad6e157.tar.gz
kernel-qcow2-linux-a5f74ec7d3cb6278255f7bf2ffb28baa6ad6e157.tar.xz
kernel-qcow2-linux-a5f74ec7d3cb6278255f7bf2ffb28baa6ad6e157.zip
gpu: drm: msm: Change return type to vm_fault_t
Use new return type vm_fault_t for fault handler. 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. Ref- commit 1c8f422059ae ("mm: change return type to vm_fault_t") Previously vm_insert_mixed() returns err which driver mapped into VM_FAULT_* type. The new function vmf_insert_mixed() will replace this inefficiency by returning VM_FAULT_* type. vmf_error() is the newly introduce inline function in 4.17-rc6. Signed-off-by: Souptick Joarder <jrdr.linux@gmail.com> Reviewed-by: Matthew Wilcox <mawilcox@microsoft.com> Signed-off-by: Rob Clark <robdclark@gmail.com>
Diffstat (limited to 'Makefile')
0 files changed, 0 insertions, 0 deletions