HomeSort by: relevance | last modified time | path
    Searched refs:map_mtype (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_gmc.h 109 uint64_t (*map_mtype)(struct amdgpu_device *adev, uint32_t flags); member in struct:amdgpu_gmc_funcs
232 #define amdgpu_gmc_map_mtype(adev, flags) (adev)->gmc.gmc_funcs->map_mtype((adev),(flags))
amdgpu_gem.c 573 if (adev->gmc.gmc_funcs->map_mtype)
amdgpu_gmc_v10_0.c 617 .map_mtype = gmc_v10_0_map_mtype,
amdgpu_gmc_v9_0.c 787 .map_mtype = gmc_v9_0_map_mtype,

Completed in 118 milliseconds