Home
last modified time | relevance | path

Searched refs:map_mtype (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_gmc.h143 uint64_t (*map_mtype)(struct amdgpu_device *adev, uint32_t flags); member
344 #define amdgpu_gmc_map_mtype(adev, flags) (adev)->gmc.gmc_funcs->map_mtype((adev),(flags))
H A Dgmc_v11_0.c577 .map_mtype = gmc_v11_0_map_mtype,
H A Damdgpu_gem.c657 if (adev->gmc.gmc_funcs->map_mtype) in amdgpu_gem_va_map_flags()
H A Dgmc_v10_0.c669 .map_mtype = gmc_v10_0_map_mtype,
H A Dgmc_v9_0.c1442 .map_mtype = gmc_v9_0_map_mtype,