Home
last modified time | relevance | path

Searched refs:fw_att_record (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/gpu/drm/amd/amdgpu/
A Damdgpu_fw_attestation.c64 FW_ATT_RECORD fw_att_record = {0}; in amdgpu_fw_attestation_debugfs_read() local
100 (uint32_t*)&fw_att_record, in amdgpu_fw_attestation_debugfs_read()
104 if (fw_att_record.RecordValid != FW_ATTESTATION_RECORD_VALID) in amdgpu_fw_attestation_debugfs_read()
107 if (copy_to_user(buf, (void*)&fw_att_record, sizeof(FW_ATT_RECORD))) in amdgpu_fw_attestation_debugfs_read()

Completed in 3 milliseconds