Skip to content
Snippets Groups Projects
Commit ab2ee9ff authored by Ben Skeggs's avatar Ben Skeggs
Browse files

drm/nouveau/mmu/gp100-: support vmms with gcc/tex replayable faults enabled


Some GPU units are capable of supporting "replayable" page faults, where
the execution unit will wait for SW to fixup GPU page tables rather than
triggering a channel-fatal fault.

This feature isn't useful (it's harmful, even) unless something like HMM
is being used to manage events appearing in the replayable fault buffer,
so, it's disabled by default.

This commit allows a client to request it be enabled.

Signed-off-by: default avatarBen Skeggs <bskeggs@redhat.com>
parent 71871aa6
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment