Searched defs:amdgpu_device (Results 1 – 1 of 1) sorted by relevance
860 struct amdgpu_device { struct861 struct device *dev;862 struct pci_dev *pdev;863 struct drm_device ddev;866 struct amdgpu_acp acp;868 struct amdgpu_hive_info *hive;869 struct amdgpu_xcp_mgr *xcp_mgr;871 enum amd_asic_type asic_type;872 uint32_t family;873 uint32_t rev_id;[all …]