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 …]
347 struct amdgpu_gfx { struct349 struct amdgpu_gfx_config config; argument350 struct amdgpu_rlc rlc;351 struct amdgpu_pfp pfp;352 struct amdgpu_ce ce;353 struct amdgpu_me me;354 struct amdgpu_mec mec;355 struct amdgpu_mec_bitmap mec_bitmap[AMDGPU_MAX_GC_INSTANCES];356 struct amdgpu_kiq kiq[AMDGPU_MAX_GC_INSTANCES];357 struct amdgpu_imu imu;[all …]