Searched defs:amdgpu_device (Results 1 – 1 of 1) sorted by relevance
757 struct amdgpu_device { struct758 struct device *dev;759 struct pci_dev *pdev;760 struct drm_device ddev;763 struct amdgpu_acp acp;765 struct amdgpu_hive_info *hive;767 enum amd_asic_type asic_type;768 uint32_t family;769 uint32_t rev_id;770 uint32_t external_rev_id;[all …]