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

1 2

  /src/sys/external/bsd/drm2/dist/drm/r128/
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_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_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) {
  /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)
  /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,
gicv3_its.c 642 uint32_t table_offset, table_size; local in function:gicv3_its_msix_alloc
657 table_size = pci_msix_count(pa->pa_pc, pa->pa_tag) * PCI_MSIX_TABLE_ENTRY_SIZE;
658 if (table_size == 0)
662 BUS_SPACE_MAP_LINEAR, roundup(table_size, PAGE_SIZE), table_offset,
849 uint64_t table_size; local in function:gicv3_its_table_init
886 table_size = roundup2(l1_entry_size * l1_num_ids, page_size);
887 if (howmany(table_size, page_size) > GITS_BASER_Size + 1) {
888 DPRINTF(("ITS: clamp table size 0x%lx -> ", table_size));
889 table_size = (GITS_BASER_Size + 1) * page_size;
890 DPRINTF(("0x%lx\n", table_size));
    [all...]
  /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_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...]
amdgpu_processpptables.c 94 uint16_t table_size = 0; local in function:get_vce_clock_info_array_size
99 table_size = sizeof(uint8_t) + p->ucNumEntries * sizeof(VCEClockInfo);
102 return table_size;
122 uint16_t table_size = 0; local in function:get_vce_clock_voltage_limit_table_size
128 table_size = sizeof(uint8_t) + ptable->numEntries * sizeof(ATOM_PPLIB_VCE_Clock_Voltage_Limit_Record);
130 return table_size;
193 uint16_t table_size = 0; local in function:get_uvd_clock_info_array_size
199 table_size = sizeof(UCHAR) +
203 return table_size;
320 unsigned long table_size; local in function:get_cac_tdp_table
385 unsigned long table_size, i; local in function:get_clock_voltage_dependency_table
415 unsigned long table_size, i; local in function:get_valid_clk
1091 unsigned long table_size, i; local in function:get_uvd_clock_voltage_limit_table
1124 unsigned long table_size, i; local in function:get_vce_clock_voltage_limit_table
1155 unsigned long table_size, i; local in function:get_samu_clock_voltage_limit_table
1183 unsigned table_size, i; local in function:get_acp_clock_voltage_limit_table
1379 unsigned long table_size, i; local in function:get_cac_leakage_table
    [all...]
amdgpu_smu10_hwmgr.c 420 uint32_t table_size, i; local in function:smu10_get_clock_voltage_dependency_table
423 table_size = sizeof(uint32_t) + sizeof(struct smu10_voltage_dependency_table) * num_entry;
424 ptable = kzalloc(table_size, GFP_KERNEL);
amdgpu_vega10_hwmgr.c 721 uint32_t table_size, i, j; local in function:vega10_sort_lookup_table
726 table_size = lookup_table->count;
729 for (i = 0; i < table_size - 1; i++) {
amdgpu_smu7_hwmgr.c 2005 uint32_t table_size, i, j; local in function:smu7_sort_lookup_table
2006 table_size = lookup_table->count;
2012 for (i = 0; i < table_size - 1; i++) {
  /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);
  /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/inc/
smu_v11_0_pptable.h 144 uint16_t table_size; //Driver portion table size. The offset to smc_pptable including header size member in struct:smu_11_0_powerplay_table
  /src/sys/arch/arm/apple/
apple_pcie.c 627 uint32_t table_offset, table_size; local in function:apple_pcie_msi_msix_alloc
647 table_size = pci_msix_count(pa->pa_pc, pa->pa_tag) * PCI_MSIX_TABLE_ENTRY_SIZE;
648 if (table_size == 0)
652 BUS_SPACE_MAP_LINEAR, roundup(table_size, PAGE_SIZE), table_offset,
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/bios/
amdgpu_bios_parser.c 660 uint32_t table_size; local in function:get_ss_info_v3_1
672 table_size =
682 for (i = 0; i < table_size; i++) {
1096 uint32_t table_size; local in function:get_ss_info_from_ss_info_table
1135 table_size = (le16_to_cpu(tbl->sHeader.usStructureSize) -
1139 for (i = 0; i < table_size; i++) {
1626 uint32_t table_size; local in function:get_ss_entry_number_from_ss_info_tbl
1666 table_size = (le16_to_cpu(tbl->sHeader.usStructureSize) -
1670 for (i = 0; i < table_size; i++)
  /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/
amdgpu_smu.c 532 uint32_t table_size; local in function:smu_update_table
538 table_size = smu_table->tables[table_index].size;
541 memcpy(table->cpu_addr, table_data, table_size);
558 memcpy(table_data, table->cpu_addr, table_size);
  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_ni_dpm.c 3056 unsigned int i, j, table_size; local in function:ni_init_driver_calculated_leakage_table
3061 table_size = eg_pi->vddc_voltage_table.count;
3063 if (SMC_NISLANDS_LKGE_LUT_NUM_OF_VOLT_ENTRIES < table_size)
3064 table_size = SMC_NISLANDS_LKGE_LUT_NUM_OF_VOLT_ENTRIES;
3069 for (j = 0; j < table_size; j++) {
3090 for (j = table_size; j < SMC_NISLANDS_LKGE_LUT_NUM_OF_VOLT_ENTRIES; j++) {
3103 u32 i, j, table_size; local in function:ni_init_simplified_leakage_table
3110 table_size = leakage_table->count;
3112 if (eg_pi->vddc_voltage_table.count != table_size)
3113 table_size = (eg_pi->vddc_voltage_table.count < leakage_table->count)
    [all...]
  /src/sys/arch/hp300/stand/common/
scsireg.h 450 u_char table_size : 4; member in struct:scsi_cache

Completed in 44 milliseconds

1 2