/src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ |
amdgpu_vce_v4_0.c | 220 uint32_t *init_table = adev->virt.mm_table.cpu_addr; local in function:vce_v4_0_sriov_start 221 struct mmsch_v1_0_init_header *header = (struct mmsch_v1_0_init_header *)init_table; 237 init_table += header->vce_table_offset; 327 memcpy((void *)init_table, &end, sizeof(struct mmsch_v1_0_cmd_end));
|
amdgpu_vcn_v2_5.c | 1139 uint32_t *init_table = adev->virt.mm_table.cpu_addr; local in function:vcn_v2_5_sriov_start 1140 struct mmsch_v1_1_init_header *header = (struct mmsch_v1_1_init_header *)init_table; 1149 init_table += header->total_size; 1260 memcpy((void *)init_table, &end, sizeof(struct mmsch_v1_0_cmd_end)); 1262 init_table += sizeof(struct mmsch_v1_0_cmd_end) / 4;
|
amdgpu_uvd_v7_0.c | 780 uint32_t *init_table = adev->virt.mm_table.cpu_addr; local in function:uvd_v7_0_sriov_start 781 struct mmsch_v1_0_init_header *header = (struct mmsch_v1_0_init_header *)init_table; 798 init_table += header->uvd_table_offset; 922 memcpy((void *)init_table, &end, sizeof(struct mmsch_v1_0_cmd_end));
|
/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/bios/ |
nouveau_nvkm_subdev_bios_init.c | 364 init_table(struct nvkm_bios *bios, u16 *len) function in typeref:typename:u16 385 u16 len, data = init_table(bios, &len); 437 u16 len, data = init_table(bios, &len);
|