summaryrefslogtreecommitdiff
path: root/asm
AgeCommit message (Collapse)AuthorFilesLines
2017-06-01vmwgfx: Make vmwgfx build on 4.12Sinclair Yeh1-0/+0
__copy_from_user_nocache() has been removed, and so replace it with copy_from_user(). This matches what we are doing in-tree. Selectively ported Commit ed3ba0794663 ("drm: use set_memory.h header") because set_memory_* functions have moved to set_memory.h v2: Created an empty asm/set_memory.h for kernels that do not have this header rather than sprinkling Linux version checks in TTM Signed-off-by: Sinclair Yeh <syeh@vmware.com> Reviewed-by: Thomas Hellstrom <thellstrom@vmware.com>