drm/i915: add prefault_disable module option
authorXiong Zhang <xiong.y.zhang@intel.com>
Fri, 19 Jul 2013 05:51:24 +0000 (13:51 +0800)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Fri, 19 Jul 2013 07:29:26 +0000 (09:29 +0200)
prefault is stll enabled by default which prevent most of pwrite/pread/reloc
from running slow path, in order to verify these slow pathes, prefault need
to be disabled.

Signed-off-by: Xiong Zhang <xiong.y.zhang@intel.com>
[danvet: Make checkpatch happy and bikeshed the module option help
text a bit.]
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>

No differences found