Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/amd/amdgpu/
Damdgpu_nbio.h58 struct amdgpu_nbio_funcs { struct
59 const struct nbio_hdp_flush_reg *hdp_flush_reg;
60 u32 (*get_hdp_flush_req_offset)(struct amdgpu_device *adev);
61 u32 (*get_hdp_flush_done_offset)(struct amdgpu_device *adev);
62 u32 (*get_pcie_index_offset)(struct amdgpu_device *adev);
63 u32 (*get_pcie_data_offset)(struct amdgpu_device *adev);
64 u32 (*get_pcie_port_index_offset)(struct amdgpu_device *adev);
65 u32 (*get_pcie_port_data_offset)(struct amdgpu_device *adev);
66 u32 (*get_rev_id)(struct amdgpu_device *adev);
67 void (*mc_access_enable)(struct amdgpu_device *adev, bool enable);
[all …]