Searched defs:amdgpu_device (Results 1 – 1 of 1) sorted by relevance
728 struct amdgpu_device { struct729 struct device *dev;730 struct pci_dev *pdev;731 struct drm_device ddev;734 struct amdgpu_acp acp;736 struct amdgpu_hive_info *hive;738 enum amd_asic_type asic_type;739 uint32_t family;740 uint32_t rev_id;741 uint32_t external_rev_id;[all …]