diff options
author | Souptick Joarder <jrdr.linux@gmail.com> | 2018-05-21 20:29:48 +0300 |
---|---|---|
committer | Rob Clark <robdclark@gmail.com> | 2018-08-03 16:53:36 +0300 |
commit | a5f74ec7d3cb6278255f7bf2ffb28baa6ad6e157 (patch) | |
tree | 8bd86519d15610e9c16720b29bcf72f39610a497 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 3e91a8b5c1585a8c4445ffe5bd0f0202c4582ab0 (diff) | |
download | linux-a5f74ec7d3cb6278255f7bf2ffb28baa6ad6e157.tar.xz |
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 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions