drm/amdkfd: Stop using GFP_NOIO explicitly
authorFelix Kuehling <Felix.Kuehling@amd.com>
Thu, 12 Jul 2018 02:32:45 +0000 (22:32 -0400)
committerOded Gabbay <oded.gabbay@gmail.com>
Thu, 12 Jul 2018 02:32:45 +0000 (22:32 -0400)
commit1cd106ecfc1f048db3795cc6aed8acb156ba6d4d
tree3ebacf32933739b1c7ba7ffea797dd345471d8a0
parentefeaed4d98eb4dc9ce01e1dca6d3778d180b272c
drm/amdkfd: Stop using GFP_NOIO explicitly

This is no longer needed with the memalloc_nofs_save/restore in
dqm_lock/unlock.

Signed-off-by: Felix Kuehling <Felix.Kuehling@amd.com>
Acked-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Oded Gabbay <oded.gabbay@gmail.com>
drivers/gpu/drm/amd/amdkfd/kfd_device.c
drivers/gpu/drm/amd/amdkfd/kfd_mqd_manager_cik.c
drivers/gpu/drm/amd/amdkfd/kfd_mqd_manager_v9.c
drivers/gpu/drm/amd/amdkfd/kfd_mqd_manager_vi.c