Searched defs:amdgpu_device (Results 1 – 1 of 1) sorted by relevance
862 struct amdgpu_device { struct863 struct device *dev;864 struct pci_dev *pdev;865 struct drm_device ddev;868 struct amdgpu_acp acp;870 struct amdgpu_hive_info *hive;871 struct amdgpu_xcp_mgr *xcp_mgr;873 enum amd_asic_type asic_type;874 uint32_t family;875 uint32_t rev_id;[all …]