Searched defs:amdgpu_device (Results 1 – 1 of 1) sorted by relevance
834 struct amdgpu_device { struct835 struct device *dev;836 struct pci_dev *pdev;837 struct drm_device ddev;840 struct amdgpu_acp acp;842 struct amdgpu_hive_info *hive;843 struct amdgpu_xcp_mgr *xcp_mgr;845 enum amd_asic_type asic_type;846 uint32_t family;847 uint32_t rev_id;[all …]