Searched defs:amdgpu_device (Results 1 – 1 of 1) sorted by relevance
950 struct amdgpu_device { struct951 struct device *dev;952 struct pci_dev *pdev;953 struct drm_device ddev;956 struct amdgpu_acp acp;958 struct amdgpu_hive_info *hive;959 struct amdgpu_xcp_mgr *xcp_mgr;961 enum amd_asic_type asic_type;962 uint32_t family;963 uint32_t rev_id;[all …]