Searched defs:amdgpu_device (Results 1 – 1 of 1) sorted by relevance
768 struct amdgpu_device { struct769 struct device *dev;770 struct pci_dev *pdev;771 struct drm_device ddev;774 struct amdgpu_acp acp;776 struct amdgpu_hive_info *hive;777 struct amdgpu_xcp_mgr *xcp_mgr;779 enum amd_asic_type asic_type;780 uint32_t family;781 uint32_t rev_id;[all …]