commit | 9631739f8196ec80b5d9bf955f79b711490c0205 | [log] [tgz] |
---|---|---|
author | Jike Song <jike.song@intel.com> | Mon Jan 09 15:38:38 2017 +0800 |
committer | Zhenyu Wang <zhenyuw@linux.intel.com> | Mon Jan 09 17:31:05 2017 +0800 |
tree | eb54c123e2c0c4257ee5b9cc0fe5e8e580afa66d | |
parent | 5753394b64a07dd502cb288a5fd52e71fb01fc5d [diff] |
drm/i915/gvt: cleanup GFP flags In gvt, almost all memory allocations are in sleepable contexts. It's fault-prone to use GFP_ATOMIC everywhere. Replace it with GFP_KERNEL wherever possible. Signed-off-by: Jike Song <jike.song@intel.com> Signed-off-by: Zhenyu Wang <zhenyuw@linux.intel.com>