Searched defs:amdgpu_device (Results 1 – 1 of 1) 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 …]