Searched defs:amdgpu_device (Results 1 – 2 of 2) sorted by relevance
729 struct amdgpu_device { struct730 struct device *dev;731 struct pci_dev *pdev;732 struct drm_device ddev;735 struct amdgpu_acp acp;737 struct amdgpu_hive_info *hive;739 enum amd_asic_type asic_type;740 uint32_t family;741 uint32_t rev_id;742 uint32_t external_rev_id;[all …]
1338 struct amdgpu_device { struct1339 struct device *dev;1340 struct drm_device *ddev;1341 struct pci_dev *pdev;1344 struct amdgpu_acp acp;1348 enum amd_asic_type asic_type;1349 uint32_t family;1350 uint32_t rev_id;1351 uint32_t external_rev_id;1352 unsigned long flags;[all …]