Searched defs:amdgpu_gfx (Results 1 – 2 of 2) sorted by relevance
253 struct amdgpu_gfx { struct255 struct amdgpu_gfx_config config; argument256 struct amdgpu_rlc rlc;257 struct amdgpu_pfp pfp;258 struct amdgpu_ce ce;259 struct amdgpu_me me;260 struct amdgpu_mec mec;261 struct amdgpu_kiq kiq;262 struct amdgpu_scratch scratch;263 const struct firmware *me_fw; /* ME firmware */[all …]
896 struct amdgpu_gfx { struct898 struct amdgpu_gfx_config config; argument899 struct amdgpu_rlc rlc;900 struct amdgpu_mec mec;901 struct amdgpu_kiq kiq;902 struct amdgpu_scratch scratch;903 const struct firmware *me_fw; /* ME firmware */904 uint32_t me_fw_version;905 const struct firmware *pfp_fw; /* PFP firmware */906 uint32_t pfp_fw_version;[all …]