Home
last modified time | relevance | path

Searched defs:amdgpu_nbio_funcs (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/gpu/drm/amd/amdgpu/
Damdgpu.h1262 struct amdgpu_nbio_funcs { struct
1263 const struct nbio_hdp_flush_reg *hdp_flush_reg;
1264 u32 (*get_hdp_flush_req_offset)(struct amdgpu_device *adev);
1265 u32 (*get_hdp_flush_done_offset)(struct amdgpu_device *adev);
1266 u32 (*get_pcie_index_offset)(struct amdgpu_device *adev);
1267 u32 (*get_pcie_data_offset)(struct amdgpu_device *adev);
1268 u32 (*get_rev_id)(struct amdgpu_device *adev);
1269 void (*mc_access_enable)(struct amdgpu_device *adev, bool enable);
1270 void (*hdp_flush)(struct amdgpu_device *adev, struct amdgpu_ring *ring);
1271 u32 (*get_memsize)(struct amdgpu_device *adev);
[all …]