Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/amd/amdgpu/
Damdgpu_ucode.c100 DRM_DEBUG("jt_size: %u\n", le32_to_cpu(gfx_hdr->jt_size)); in amdgpu_ucode_print_gfx_hdr()
135 DRM_DEBUG("jt_size: %u\n", le32_to_cpu(rlc_hdr->jt_size)); in amdgpu_ucode_print_rlc_hdr()
218 DRM_DEBUG("jt_size: %u\n", le32_to_cpu(sdma_hdr->jt_size)); in amdgpu_ucode_print_sdma_hdr()
355 le32_to_cpu(cp_hdr->jt_size) * 4; in amdgpu_ucode_init_single_fw()
362 ucode->ucode_size = le32_to_cpu(cp_hdr->jt_size) * 4; in amdgpu_ucode_init_single_fw()
404 memcpy(dst_addr, src_addr, le32_to_cpu(header->jt_size) * 4); in amdgpu_ucode_patch_jt()
460 fw_offset += ALIGN(le32_to_cpu(cp_hdr->jt_size) << 2, PAGE_SIZE); in amdgpu_ucode_init_bo()
Damdgpu_ucode.h65 uint32_t jt_size; /* size of jt */ member
83 uint32_t jt_size; /* size of jt */ member
125 uint32_t jt_size; /* size of jt */ member
Damdgpu_cgs.c226 data_size = le32_to_cpu(header->jt_size) << 2; in amdgpu_cgs_get_firmware_info()
Dgfx_v9_0.c693 ALIGN(le32_to_cpu(header->ucode_size_bytes) - le32_to_cpu(cp_hdr->jt_size) * 4, PAGE_SIZE); in gfx_v9_0_init_microcode()
699 ALIGN(le32_to_cpu(cp_hdr->jt_size) * 4, PAGE_SIZE); in gfx_v9_0_init_microcode()
708 ALIGN(le32_to_cpu(header->ucode_size_bytes) - le32_to_cpu(cp_hdr->jt_size) * 4, PAGE_SIZE); in gfx_v9_0_init_microcode()
713 ALIGN(le32_to_cpu(cp_hdr->jt_size) * 4, PAGE_SIZE); in gfx_v9_0_init_microcode()
876 table_size = le32_to_cpu(hdr->jt_size); in rv_init_cp_jump_table()
884 table_size = le32_to_cpu(hdr->jt_size); in rv_init_cp_jump_table()
892 table_size = le32_to_cpu(hdr->jt_size); in rv_init_cp_jump_table()
900 table_size = le32_to_cpu(hdr->jt_size); in rv_init_cp_jump_table()
908 table_size = le32_to_cpu(hdr->jt_size); in rv_init_cp_jump_table()
2584 for (i = 0; i < mec_hdr->jt_size; i++) in gfx_v9_0_cp_compute_load_microcode()
Dgfx_v7_0.c3811 table_size = le32_to_cpu(hdr->jt_size); in gfx_v7_0_init_cp_pg_table()
3819 table_size = le32_to_cpu(hdr->jt_size); in gfx_v7_0_init_cp_pg_table()
3827 table_size = le32_to_cpu(hdr->jt_size); in gfx_v7_0_init_cp_pg_table()
3835 table_size = le32_to_cpu(hdr->jt_size); in gfx_v7_0_init_cp_pg_table()
3843 table_size = le32_to_cpu(hdr->jt_size); in gfx_v7_0_init_cp_pg_table()
Dgfx_v8_0.c1215 ALIGN(le32_to_cpu(cp_hdr->jt_size) << 2, PAGE_SIZE); in gfx_v8_0_init_microcode()
1325 table_size = le32_to_cpu(hdr->jt_size); in cz_init_cp_jump_table()
1333 table_size = le32_to_cpu(hdr->jt_size); in cz_init_cp_jump_table()
1341 table_size = le32_to_cpu(hdr->jt_size); in cz_init_cp_jump_table()
1349 table_size = le32_to_cpu(hdr->jt_size); in cz_init_cp_jump_table()
1357 table_size = le32_to_cpu(hdr->jt_size); in cz_init_cp_jump_table()
/Linux-v4.19/drivers/gpu/drm/radeon/
Dradeon_ucode.h187 uint32_t jt_size; /* size of jt */ member
206 uint32_t jt_size; /* size of jt */ member
Dradeon_ucode.c100 DRM_DEBUG("jt_size: %u\n", le32_to_cpu(gfx_hdr->jt_size)); in radeon_ucode_print_gfx_hdr()
150 DRM_DEBUG("jt_size: %u\n", le32_to_cpu(sdma_hdr->jt_size)); in radeon_ucode_print_sdma_hdr()
Dcik.c6446 table_size = le32_to_cpu(hdr->jt_size); in cik_init_cp_pg_table()
6452 table_size = le32_to_cpu(hdr->jt_size); in cik_init_cp_pg_table()
6458 table_size = le32_to_cpu(hdr->jt_size); in cik_init_cp_pg_table()
6464 table_size = le32_to_cpu(hdr->jt_size); in cik_init_cp_pg_table()
6470 table_size = le32_to_cpu(hdr->jt_size); in cik_init_cp_pg_table()