HomeSort by: relevance | last modified time | path
    Searched defs:table_size (Results 1 - 25 of 64) sorted by relevancy

1 2 3

  /src/sys/external/bsd/drm2/dist/drm/r128/
ati_pcigart.h 25 int table_size; member in struct:drm_ati_pcigart_info
ati_pcigart.h 25 int table_size; member in struct:drm_ati_pcigart_info
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_gart.h 54 unsigned table_size; member in struct:amdgpu_gart
amdgpu_rlc.c 195 u32 table_offset, table_size; local in function:amdgpu_gfx_rlc_setup_cp_table
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);
244 for (i = 0; i < table_size; i ++) {
249 bo_offset += table_size;
amdgpu_gart.h 54 unsigned table_size; member in struct:amdgpu_gart
amdgpu_rlc.c 195 u32 table_offset, table_size; local in function:amdgpu_gfx_rlc_setup_cp_table
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);
244 for (i = 0; i < table_size; i ++) {
249 bo_offset += table_size;
amdgpu_vce_v4_0.c 215 uint32_t table_size = 0; local in function:vce_v4_0_sriov_start
328 table_size += sizeof(struct mmsch_v1_0_cmd_end) / 4;
329 header->vce_table_size = table_size;
mmsch_v1_0.h 55 uint32_t table_size; member in struct:mmsch_vf_eng_init_header
139 table_size += sizeof(struct mmsch_v1_0_cmd_direct_read_modify_write)/4; \
147 table_size += sizeof(struct mmsch_v1_0_cmd_direct_write)/4; \
155 table_size += sizeof(struct mmsch_v1_0_cmd_direct_polling)/4; \
amdgpu_vce_v4_0.c 215 uint32_t table_size = 0; local in function:vce_v4_0_sriov_start
328 table_size += sizeof(struct mmsch_v1_0_cmd_end) / 4;
329 header->vce_table_size = table_size;
mmsch_v1_0.h 55 uint32_t table_size; member in struct:mmsch_vf_eng_init_header
139 table_size += sizeof(struct mmsch_v1_0_cmd_direct_read_modify_write)/4; \
147 table_size += sizeof(struct mmsch_v1_0_cmd_direct_write)/4; \
155 table_size += sizeof(struct mmsch_v1_0_cmd_direct_polling)/4; \
amdgpu_vcn_v2_5.c 1134 uint32_t table_size = 0; local in function:vcn_v2_5_sriov_start
1154 header->eng[i].table_size = 0;
1156 table_size = 0;
1261 table_size += sizeof(struct mmsch_v1_0_cmd_end) / 4;
1265 header->eng[i].table_size = table_size;
1266 header->total_size += table_size;
amdgpu_vcn_v2_5.c 1134 uint32_t table_size = 0; local in function:vcn_v2_5_sriov_start
1154 header->eng[i].table_size = 0;
1156 table_size = 0;
1261 table_size += sizeof(struct mmsch_v1_0_cmd_end) / 4;
1265 header->eng[i].table_size = table_size;
1266 header->total_size += table_size;
amdgpu_uvd_v7_0.c 775 uint32_t table_size = 0; local in function:uvd_v7_0_sriov_start
923 table_size += sizeof(struct mmsch_v1_0_cmd_end) / 4;
924 header->uvd_table_size = table_size;
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dsc/
amdgpu_rc_calc.c 44 table_size = sizeof(qp_table_##mode##_##bpc##bpc_##max)/sizeof(*qp_table_##mode##_##bpc##bpc_##max); \
52 int table_size = 0; local in function:get_qp_set
85 if (index >= table_size) {
amdgpu_rc_calc.c 44 table_size = sizeof(qp_table_##mode##_##bpc##bpc_##max)/sizeof(*qp_table_##mode##_##bpc##bpc_##max); \
52 int table_size = 0; local in function:get_qp_set
85 if (index >= table_size) {
  /src/lib/libc/citrus/modules/
citrus_mapper_std.c 262 u_int64_t table_size; local in function:rowcol_init
328 table_size = lz->width;
331 table_size *= lz->width;
333 table_size *= rc->rc_dst_unit_bits/8;
335 if (table_size > UINT32_MAX ||
336 _region_size(&rc->rc_table) < table_size)
citrus_mapper_std.c 262 u_int64_t table_size; local in function:rowcol_init
328 table_size = lz->width;
331 table_size *= lz->width;
333 table_size *= rc->rc_dst_unit_bits/8;
335 if (table_size > UINT32_MAX ||
336 _region_size(&rc->rc_table) < table_size)
  /src/sys/arch/arm/cortex/
gic_v2m.c 276 uint32_t table_offset, table_size; local in function:gic_v2m_msix_alloc
297 table_size = pci_msix_count(pa->pa_pc, pa->pa_tag) * PCI_MSIX_TABLE_ENTRY_SIZE;
298 if (table_size == 0)
302 BUS_SPACE_MAP_LINEAR, roundup(table_size, PAGE_SIZE), table_offset,
gic_v2m.c 276 uint32_t table_offset, table_size; local in function:gic_v2m_msix_alloc
297 table_size = pci_msix_count(pa->pa_pc, pa->pa_tag) * PCI_MSIX_TABLE_ENTRY_SIZE;
298 if (table_size == 0)
302 BUS_SPACE_MAP_LINEAR, roundup(table_size, PAGE_SIZE), table_offset,
  /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/hwmgr/
amdgpu_smu_helper.c 499 uint32_t table_size; local in function:phm_initializa_dynamic_state_adjustment_rule_settings
504 table_size = sizeof(uint32_t) + 4 * sizeof(struct phm_clock_voltage_dependency_record);
505 table_clk_vlt = kzalloc(table_size, GFP_KERNEL);
amdgpu_vega10_processpptables.c 352 uint32_t table_size, i; local in function:get_mm_clock_voltage_table
359 table_size = sizeof(uint32_t) +
362 mm_table = kzalloc(table_size, GFP_KERNEL);
431 uint32_t table_size; local in function:get_tdp_table
439 table_size = sizeof(uint32_t) + sizeof(struct phm_tdp_table);
441 tdp_table = kzalloc(table_size, GFP_KERNEL);
579 uint32_t table_size, i; local in function:get_socclk_voltage_dependency_table
585 table_size = sizeof(uint32_t) +
589 clk_table = kzalloc(table_size, GFP_KERNEL);
613 uint32_t table_size, i local in function:get_mclk_voltage_dependency_table
652 uint32_t table_size, i; local in function:get_gfxclk_voltage_dependency_table
719 uint32_t table_size, i; local in function:get_pix_clk_voltage_dependency_table
755 uint32_t table_size, i; local in function:get_dcefclk_voltage_dependency_table
815 uint32_t table_size, i, pcie_count; local in function:get_pcie_table
883 uint32_t table_size, i; local in function:get_valid_clk
1074 uint32_t table_size, i; local in function:get_vddc_lookup_table
    [all...]
amdgpu_smu_helper.c 499 uint32_t table_size; local in function:phm_initializa_dynamic_state_adjustment_rule_settings
504 table_size = sizeof(uint32_t) + 4 * sizeof(struct phm_clock_voltage_dependency_record);
505 table_clk_vlt = kzalloc(table_size, GFP_KERNEL);
amdgpu_vega10_processpptables.c 352 uint32_t table_size, i; local in function:get_mm_clock_voltage_table
359 table_size = sizeof(uint32_t) +
362 mm_table = kzalloc(table_size, GFP_KERNEL);
431 uint32_t table_size; local in function:get_tdp_table
439 table_size = sizeof(uint32_t) + sizeof(struct phm_tdp_table);
441 tdp_table = kzalloc(table_size, GFP_KERNEL);
579 uint32_t table_size, i; local in function:get_socclk_voltage_dependency_table
585 table_size = sizeof(uint32_t) +
589 clk_table = kzalloc(table_size, GFP_KERNEL);
613 uint32_t table_size, i local in function:get_mclk_voltage_dependency_table
652 uint32_t table_size, i; local in function:get_gfxclk_voltage_dependency_table
719 uint32_t table_size, i; local in function:get_pix_clk_voltage_dependency_table
755 uint32_t table_size, i; local in function:get_dcefclk_voltage_dependency_table
815 uint32_t table_size, i, pcie_count; local in function:get_pcie_table
883 uint32_t table_size, i; local in function:get_valid_clk
1074 uint32_t table_size, i; local in function:get_vddc_lookup_table
    [all...]
amdgpu_process_pptables_v1_0.c 165 uint32_t table_size, i; local in function:get_vddc_lookup_table
173 table_size = sizeof(uint32_t) +
176 table = kzalloc(table_size, GFP_KERNEL);
326 uint32_t table_size, i; local in function:get_valid_clk
333 table_size = sizeof(uint32_t) +
336 table = kzalloc(table_size, GFP_KERNEL);
378 uint32_t table_size, i; local in function:get_mclk_voltage_dependency_table
386 table_size = sizeof(uint32_t) + sizeof(phm_ppt_v1_clock_voltage_dependency_record)
389 mclk_table = kzalloc(table_size, GFP_KERNEL);
421 uint32_t table_size, i local in function:get_sclk_voltage_dependency_table
502 uint32_t table_size, i, pcie_count; local in function:get_pcie_table
598 uint32_t table_size; local in function:get_cac_tdp_table
698 uint32_t table_size, i; local in function:get_mm_clock_voltage_table
740 uint32_t table_size; local in function:get_gpio_table
    [all...]
  /src/sys/arch/x86/pci/
msipic.c 673 size_t table_size; local in function:msipic_construct_msix_pic
743 table_size = table_nentry * PCI_MSIX_TABLE_ENTRY_SIZE;
746 roundup(table_size, PAGE_SIZE), table_offset,
765 bssize = roundup(table_size, PAGE_SIZE);

Completed in 42 milliseconds

1 2 3