linux_dsm_epyc7002/drivers/gpu/drm/amd
Chunming Zhou 552825b28d drm/amdgpu: add new bo flag that indicates BOs don't need fallback (v2)
user cases:
1. KFD wraps amdgpu_bo_create, they have no fallback case which is different
with amdgpu_gem_object_create.
since upstream branch has no amdgpu_amdkfd_gpuvm.c, which need KFD
guys add this flag to __alloc_memory_of_gpu:
+       flags |= AMDGPU_GEM_CREATE_NO_FALLBACK;
2. UMD can specify this flag for their allocation as well if they like.

v2: squash in merge conflict fix (Chunming)

Signed-off-by: Chunming Zhou <david1.zhou@amd.com>
Acked-by: Felix Kuehling <Felix.Kuehling@amd.com>
Cc: felix.kuehling@amd.com
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
2018-04-11 13:08:01 -05:00
..
acp drm/amdgpu: Remove wrapper layer of cgs irq handling 2018-03-21 14:36:58 -05:00
amdgpu drm/amdgpu: add new bo flag that indicates BOs don't need fallback (v2) 2018-04-11 13:08:01 -05:00
amdkfd drm/amdkfd: Use ordered workqueue to restore processes 2018-03-23 15:30:36 -04:00
display drm/amd/display: fix spelling mistake: "Usupported" -> "Unsupported" 2018-04-11 13:07:59 -05:00
include drm/amdgpu: add df v1_7 header files 2018-04-11 13:07:53 -05:00
lib drm/amdgpu: add license to Makefiles 2017-12-07 11:51:10 -05:00
powerplay drm/amdgpu: remove duplicate cg/pg wrapper functions 2018-04-11 13:07:53 -05:00