commit | 403c1826a456441ee983acefbd03ce7d73d1ff00 | [log] [tgz] |
---|---|---|
author | Thomas Hellstrom <thellstrom@vmware.com> | Tue Jan 16 09:02:03 2018 +0100 |
committer | Thomas Hellstrom <thellstrom@vmware.com> | Thu Mar 22 11:09:37 2018 +0100 |
tree | 816933b8d6400316a2959bc9f10861c64c0ead18 | |
parent | 25db875401c8aaac31a6650cb80a56cc78852694 [diff] |
drm/ttm: Clean up kmap_atomic_prot selection code Use helpers to perform the kmap_atomic_prot() functionality to a) Avoid in-function ifdefs that violate the kernel coding policy, b) Facilitate exporting the functionality. This commit should not change any functionality. Reviewed-by: Christian König <christian.koenig@amd.com> Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com>