Home
last modified time | relevance | path

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

/drivers/gpu/drm/amd/amdgpu/
Damdgpu_nbio.h61 struct amdgpu_nbio_funcs { struct
62 const struct nbio_hdp_flush_reg *hdp_flush_reg;
63 u32 (*get_hdp_flush_req_offset)(struct amdgpu_device *adev);
64 u32 (*get_hdp_flush_done_offset)(struct amdgpu_device *adev);
65 u32 (*get_pcie_index_offset)(struct amdgpu_device *adev);
66 u32 (*get_pcie_data_offset)(struct amdgpu_device *adev);
67 u32 (*get_pcie_port_index_offset)(struct amdgpu_device *adev);
68 u32 (*get_pcie_port_data_offset)(struct amdgpu_device *adev);
69 u32 (*get_rev_id)(struct amdgpu_device *adev);
70 void (*mc_access_enable)(struct amdgpu_device *adev, bool enable);
[all …]