Home
last modified time | relevance | path

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

/drivers/gpu/drm/amd/amdgpu/
A Damdgpu_ucode.c840 u8 *ucode_addr; in amdgpu_ucode_init_single_fw() local
867 ucode_addr = (u8 *)ucode->fw->data + in amdgpu_ucode_init_single_fw()
872 ucode_addr = (u8 *)ucode->fw->data + in amdgpu_ucode_init_single_fw()
877 ucode_addr = (u8 *)ucode->fw->data + in amdgpu_ucode_init_single_fw()
884 ucode_addr = (u8 *)ucode->fw->data + in amdgpu_ucode_init_single_fw()
890 ucode_addr = (u8 *)ucode->fw->data + in amdgpu_ucode_init_single_fw()
944 ucode_addr = (u8 *)ucode->fw->data + in amdgpu_ucode_init_single_fw()
949 ucode_addr = (u8 *)ucode->fw->data + in amdgpu_ucode_init_single_fw()
981 ucode_addr = (u8 *)ucode->fw->data; in amdgpu_ucode_init_single_fw()
985 ucode_addr = (u8 *)ucode->fw->data; in amdgpu_ucode_init_single_fw()
[all …]
A Dmes_v11_0.c913 uint64_t ucode_addr; in mes_v11_0_enable() local
941 ucode_addr = adev->mes.uc_start_addr[pipe] >> 2; in mes_v11_0_enable()
943 lower_32_bits(ucode_addr)); in mes_v11_0_enable()
945 upper_32_bits(ucode_addr)); in mes_v11_0_enable()
980 uint64_t ucode_addr; in mes_v11_0_load_microcode() local
1004 ucode_addr = adev->mes.uc_start_addr[pipe] >> 2; in mes_v11_0_load_microcode()
1006 lower_32_bits(ucode_addr)); in mes_v11_0_load_microcode()
1008 upper_32_bits(ucode_addr)); in mes_v11_0_load_microcode()
A Dmes_v12_0.c975 uint64_t ucode_addr; in mes_v12_0_enable() local
1005 ucode_addr = adev->mes.uc_start_addr[pipe] >> 2; in mes_v12_0_enable()
1007 lower_32_bits(ucode_addr)); in mes_v12_0_enable()
1009 upper_32_bits(ucode_addr)); in mes_v12_0_enable()
1044 uint64_t ucode_addr; in mes_v12_0_set_ucode_start_addr() local
1055 ucode_addr = adev->mes.uc_start_addr[pipe] >> 2; in mes_v12_0_set_ucode_start_addr()
1057 lower_32_bits(ucode_addr)); in mes_v12_0_set_ucode_start_addr()
1059 upper_32_bits(ucode_addr)); in mes_v12_0_set_ucode_start_addr()

Completed in 12 milliseconds