/src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ |
amdgpu_rlc.c | 209 table_size = le32_to_cpu(hdr->jt_size); 217 table_size = le32_to_cpu(hdr->jt_size); 225 table_size = le32_to_cpu(hdr->jt_size); 233 table_size = le32_to_cpu(hdr->jt_size); 241 table_size = le32_to_cpu(hdr->jt_size);
|
amdgpu_ucode.h | 126 uint32_t jt_size; /* size of jt */ member in struct:gfx_firmware_header_v1_0 159 uint32_t jt_size; /* size of jt */ member in struct:rlc_firmware_header_v2_0 201 uint32_t jt_size; /* size of jt */ member in struct:sdma_firmware_header_v1_0
|
amdgpu_ucode.c | 115 DRM_DEBUG("jt_size: %u\n", le32_to_cpu(gfx_hdr->jt_size)); 150 DRM_DEBUG("jt_size: %u\n", le32_to_cpu(rlc_hdr->jt_size)); 233 DRM_DEBUG("jt_size: %u\n", le32_to_cpu(sdma_hdr->jt_size)); 502 le32_to_cpu(cp_hdr->jt_size) * 4; 509 ucode->ucode_size = le32_to_cpu(cp_hdr->jt_size) * 4; 571 memcpy(dst_addr, src_addr, le32_to_cpu(header->jt_size) * 4); 635 fw_offset += ALIGN(le32_to_cpu(cp_hdr->jt_size) << 2, PAGE_SIZE) [all...] |
amdgpu_cgs.c | 234 data_size = le32_to_cpu(header->jt_size) << 2;
|
amdgpu_gfx_v10_0.c | 867 le32_to_cpu(cp_hdr->jt_size) * 4, PAGE_SIZE); 873 ALIGN(le32_to_cpu(cp_hdr->jt_size) * 4, PAGE_SIZE); 883 le32_to_cpu(cp_hdr->jt_size) * 4, 889 ALIGN(le32_to_cpu(cp_hdr->jt_size) * 4, 2127 cp_hdr->jt_size * 4; 2156 sdma_hdr->jt_size * 4); 2164 sdma_hdr->jt_size * 4); 2950 for (i = 0; i < mec_hdr->jt_size; i++)
|
amdgpu_gfx_v9_0.c | 1501 ALIGN(le32_to_cpu(header->ucode_size_bytes) - le32_to_cpu(cp_hdr->jt_size) * 4, PAGE_SIZE); 1507 ALIGN(le32_to_cpu(cp_hdr->jt_size) * 4, PAGE_SIZE); 1516 ALIGN(le32_to_cpu(header->ucode_size_bytes) - le32_to_cpu(cp_hdr->jt_size) * 4, PAGE_SIZE); 1526 ALIGN(le32_to_cpu(cp_hdr->jt_size) * 4, 3293 for (i = 0; i < mec_hdr->jt_size; i++)
|
amdgpu_gfx_v8_0.c | 1210 ALIGN(le32_to_cpu(cp_hdr->jt_size) << 2, PAGE_SIZE);
|
/src/sys/external/bsd/drm2/dist/drm/radeon/ |
radeon_ucode.c | 105 DRM_DEBUG("jt_size: %u\n", le32_to_cpu(gfx_hdr->jt_size)); 155 DRM_DEBUG("jt_size: %u\n", le32_to_cpu(sdma_hdr->jt_size));
|
radeon_ucode.h | 189 uint32_t jt_size; /* size of jt */ member in struct:gfx_firmware_header_v1_0 208 uint32_t jt_size; /* size of jt */ member in struct:sdma_firmware_header_v1_0
|
radeon_cik.c | 6463 table_size = le32_to_cpu(hdr->jt_size); 6469 table_size = le32_to_cpu(hdr->jt_size); 6475 table_size = le32_to_cpu(hdr->jt_size); 6481 table_size = le32_to_cpu(hdr->jt_size); 6487 table_size = le32_to_cpu(hdr->jt_size);
|