Lines Matching refs:gfx
396 FW_VERSION_ATTR(me_fw_version, 0444, gfx.me_fw_version);
397 FW_VERSION_ATTR(pfp_fw_version, 0444, gfx.pfp_fw_version);
398 FW_VERSION_ATTR(ce_fw_version, 0444, gfx.ce_fw_version);
399 FW_VERSION_ATTR(rlc_fw_version, 0444, gfx.rlc_fw_version);
400 FW_VERSION_ATTR(rlc_srlc_fw_version, 0444, gfx.rlc_srlc_fw_version);
401 FW_VERSION_ATTR(rlc_srlg_fw_version, 0444, gfx.rlc_srlg_fw_version);
402 FW_VERSION_ATTR(rlc_srls_fw_version, 0444, gfx.rlc_srls_fw_version);
403 FW_VERSION_ATTR(mec_fw_version, 0444, gfx.mec_fw_version);
404 FW_VERSION_ATTR(mec2_fw_version, 0444, gfx.mec2_fw_version);
511 ucode->ucode_size = adev->gfx.rlc.save_restore_list_cntl_size_bytes; in amdgpu_ucode_init_single_fw()
512 memcpy(ucode->kaddr, adev->gfx.rlc.save_restore_list_cntl, in amdgpu_ucode_init_single_fw()
515 ucode->ucode_size = adev->gfx.rlc.save_restore_list_gpm_size_bytes; in amdgpu_ucode_init_single_fw()
516 memcpy(ucode->kaddr, adev->gfx.rlc.save_restore_list_gpm, in amdgpu_ucode_init_single_fw()
519 ucode->ucode_size = adev->gfx.rlc.save_restore_list_srm_size_bytes; in amdgpu_ucode_init_single_fw()
520 memcpy(ucode->kaddr, adev->gfx.rlc.save_restore_list_srm, in amdgpu_ucode_init_single_fw()