HomeSort by: relevance | last modified time | path
    Searched defs:ucode_version (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_vce.c 107 unsigned ucode_version, version_major, version_minor, binary_id; local in function:amdgpu_vce_sw_init
184 ucode_version = le32_to_cpu(hdr->ucode_version);
185 version_major = (ucode_version >> 20) & 0xfff;
186 version_minor = (ucode_version >> 8) & 0xfff;
187 binary_id = ucode_version & 0xff;
amdgpu_ucode.h 37 uint32_t ucode_version; member in struct:common_firmware_header
  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_ucode.h 165 uint32_t ucode_version; member in struct:common_firmware_header
  /src/sys/external/bsd/drm2/dist/drm/amd/include/
atomfirmware.h 2024 uint32_t ucode_version; member in struct:atom_umc_info_v3_1
2051 uint32_t ucode_version; member in struct:atom_umc_info_v3_2

Completed in 120 milliseconds