Home
last modified time | relevance | path

Searched full:slices (Results 1 – 25 of 101) sorted by relevance

12345

/linux-5.10/drivers/gpu/drm/amd/display/dc/dsc/
Ddc_dsc.c429 // Get next bigger num slices available in common caps in inc_num_slices()
437 // No available slices found in inc_num_slices()
442 // Numbers of slices found - get the next bigger number in inc_num_slices()
450 if (new_num_slices == num_slices) // No biger number of slices found in inc_num_slices()
460 // Get next bigger num slices available in common caps in dec_num_slices()
468 // No numbers of slices found in dec_num_slices()
473 // Numbers of slices found - get the next smaller number in dec_num_slices()
482 // No smaller number of slices found in dec_num_slices()
492 // Choose next bigger number of slices if the requested number of slices is not available
495 // Get next bigger num slices available in common caps in fit_num_slices_up()
[all …]
/linux-5.10/block/partitions/
Dsysv68.c51 int i, slices; in sysv68_partition() local
68 slices = be16_to_cpu(b->dk_ios.ios_slccnt); in sysv68_partition()
76 slices -= 1; /* last slice is the whole disk */ in sysv68_partition()
77 snprintf(tmp, sizeof(tmp), "sysV68: %s(s%u)", state->name, slices); in sysv68_partition()
80 for (i = 0; i < slices; i++, slice++) { in sysv68_partition()
/linux-5.10/arch/powerpc/mm/
Dslice.c3 * address space "slices" (meta-segments) support
304 * available slices only and ends at a slice boundary. in slice_find_area_bottomup()
357 * available slices only and starts at a slice boundary. in slice_find_area_topdown()
489 /* First make up a "good" mask of slices that have the right size in slice_get_unmapped_area()
495 * Here "good" means slices that are already the right page size, in slice_get_unmapped_area()
496 * "compat" means slices that have a compatible page size (i.e. in slice_get_unmapped_area()
497 * 4k in a 64k pagesize kernel), and "free" means slices without in slice_get_unmapped_area()
514 * If we support combo pages, we can allow 64k pages in 4k slices in slice_get_unmapped_area()
544 * slices for that size in slice_get_unmapped_area()
557 * We don't fit in the good mask, check what other slices are in slice_get_unmapped_area()
[all …]
/linux-5.10/drivers/gpu/drm/i915/gt/
Dintel_sseu.c109 /* ss_en represents entire subslice mask across all slices */ in gen11_compute_sseu_info()
343 * to each of the enabled slices. in gen9_sseu_info_init()
350 * Iterate through enabled slices and subslices to in gen9_sseu_info_init()
445 * to each of the enabled slices. in bdw_sseu_info_init()
462 * Iterate through enabled slices and subslices to in bdw_sseu_info_init()
525 * There isn't a register to tell us how many slices/subslices. We in hsw_sseu_info_init()
610 u8 slices, subslices; in intel_sseu_make_rpcs() local
627 slices = hweight8(req_sseu->slice_mask); in intel_sseu_make_rpcs()
642 * If enabled subslice count is greater than four, two whole slices must in intel_sseu_make_rpcs()
656 slices == 1 && in intel_sseu_make_rpcs()
[all …]
/linux-5.10/drivers/phy/lantiq/
Dphy-lantiq-vrx200-pcie.c202 static const struct reg_default slices[] = { in ltq_vrx200_pcie_phy_apply_workarounds() local
218 for (i = 0; i < ARRAY_SIZE(slices); i++) { in ltq_vrx200_pcie_phy_apply_workarounds()
220 regmap_update_bits(priv->phy_regmap, slices[i].reg, in ltq_vrx200_pcie_phy_apply_workarounds()
221 slices[i].def, slices[i].def); in ltq_vrx200_pcie_phy_apply_workarounds()
226 regmap_update_bits(priv->phy_regmap, slices[i].reg, in ltq_vrx200_pcie_phy_apply_workarounds()
227 slices[i].def, 0x0); in ltq_vrx200_pcie_phy_apply_workarounds()
/linux-5.10/Documentation/admin-guide/perf/
Dqcom_l3_pmu.rst6 Centriq SoCs. The L3 cache on these SOCs is composed of multiple slices, shared
9 for aggregating across slices.
/linux-5.10/drivers/net/dsa/
Dbcm_sf2_regs.h406 /* IPv4 slices, 3 of them */
414 /* IPv6 slices */
417 /* IPv6 chained slices */
420 /* Number of slices for IPv4, IPv6 and non-IP */
424 /* Spacing between different slices */
Dbcm_sf2_cfp.c29 u8 slices[UDFS_PER_SLICE]; member
40 /* UDF slices layout for a TCPv4/UDPv4 specification */
44 .slices = {
65 /* UDF slices layout for a TCPv6/UDPv6 specification */
69 .slices = {
93 .slices = {
149 if (memcmp(slice_layout->slices, zero_slice, in bcm_sf2_get_slice_number()
165 core_writel(priv, layout->udfs[slice_num].slices[i], in bcm_sf2_cfp_udf_set()
410 num_udf = bcm_sf2_get_num_udf_slices(layout->udfs[slice_num].slices); in bcm_sf2_cfp_ipv4_rule_set()
668 num_udf = bcm_sf2_get_num_udf_slices(layout->udfs[slice_num].slices); in bcm_sf2_cfp_ipv6_rule_set()
[all …]
/linux-5.10/drivers/net/ethernet/myricom/myri10ge/
Dmyri10ge_mcp.h128 * data2 = slice number if multiple slices are used
140 /* data0 = slice number if multiple slices are used */
215 * If multiple slices are used, data2 contains both the size of the
239 /* data0 = number of slices n (0, 1, ..., n-1) to enable
/linux-5.10/drivers/gpu/drm/amd/display/dc/
Ddc_hw_types.h346 * amount, it is split into multiple slices.
371 * 2D tiling modes rotate banks for successive Z slices
372 * 3D tiling modes rotate pipes and banks for Z slices
744 uint32_t num_slices_h; /* Number of DSC slices - horizontal */
745 uint32_t num_slices_v; /* Number of DSC slices - vertical */
/linux-5.10/fs/bfs/
DKconfig12 to "UnixWare slices support", below. More information about the BFS
/linux-5.10/drivers/gpu/drm/i915/gem/selftests/
Di915_gem_context.c1121 __check_rpcs(const char *name, u32 rpcs, int slices, unsigned int expected, in __check_rpcs() argument
1124 if (slices == expected) in __check_rpcs()
1127 if (slices < 0) { in __check_rpcs()
1129 name, prefix, slices, suffix); in __check_rpcs()
1130 return slices; in __check_rpcs()
1134 name, prefix, slices, expected, suffix); in __check_rpcs()
1137 rpcs, slices, in __check_rpcs()
1153 unsigned int slices = hweight32(ce->engine->sseu.slice_mask); in __sseu_finish() local
1170 ret = __check_rpcs(name, rpcs, ret, slices, "Kernel context", "!"); in __sseu_finish()
1263 * half enabled sub-slices. in __igt_ctx_sseu()
/linux-5.10/drivers/misc/eeprom/
Deeprom.c36 unsigned long last_updated[8]; /* In jiffies, 8 slices */
83 /* Only refresh slices which contain requested bytes */ in eeprom_read()
/linux-5.10/Documentation/devicetree/bindings/arm/msm/
Dqcom,llcc.yaml17 common pool of memory. Cache memory is divided into partitions called slices
/linux-5.10/arch/arm64/kvm/
Dguest.c355 * Number of register slices required to cover each whole SVE register.
604 const unsigned int slices = vcpu_sve_slices(vcpu); in num_sve_regs() local
612 return slices * (SVE_NUM_PREGS + SVE_NUM_ZREGS + 1 /* FFR */) in num_sve_regs()
619 const unsigned int slices = vcpu_sve_slices(vcpu); in copy_sve_reg_indices() local
639 for (i = 0; i < slices; i++) { in copy_sve_reg_indices()
/linux-5.10/Documentation/scheduler/
Dsched-bwc.rst14 slices as threads in the cgroup become runnable. Once all quota has been
109 The fact that cpu-local slices do not expire results in some interesting corner
/linux-5.10/drivers/gpu/drm/amd/display/dc/dcn20/
Ddcn20_dsc.c103 /* This returns the capabilities for a single DSC encoder engine. Number of slices and total throug…
128 …/* Maximum total throughput with all the slices combined. This is different from how DP spec speci… in dsc2_get_enc_caps()
129 * Our decoder's total throughput in Pix/s is equal to DISPCLK. This is then shared between slices. in dsc2_get_enc_caps()
136 * throughput and number of slices, but also introduces a lower limit of 2 slices in dsc2_get_enc_caps()
/linux-5.10/Documentation/filesystems/
Dbfs.rst12 know the partition number and the kernel must support UnixWare disk slices
/linux-5.10/arch/powerpc/mm/book3s64/
Dmmu_context.c103 * slices as it could cause problem promoting slices that have been in hash__init_new_context()
/linux-5.10/drivers/misc/cxl/
Dpci.c1316 CXL_READ_VSEC_NAFUS(dev, vsec, &adapter->slices); in cxl_read_vsec()
1330 adapter->user_irqs = pnv_cxl_get_irq_count(dev) - 1 - 2*adapter->slices; in cxl_read_vsec()
1388 if (!adapter->slices) { in cxl_vsec_looks_ok()
1566 for (slice = 0; slice < adapter->slices; slice++) { in cxl_stop_trace_psl8()
1763 for (slice = 0; slice < adapter->slices; slice++) { in cxl_probe()
1787 for (i = 0; i < adapter->slices; i++) { in cxl_remove()
1844 for (i = 0; i < adapter->slices; i++) { in cxl_pci_error_detected()
1938 for (i = 0; i < adapter->slices; i++) { in cxl_pci_error_detected()
1990 for (i = 0; i < adapter->slices; i++) { in cxl_pci_slot_reset()
2070 for (i = 0; i < adapter->slices; i++) { in cxl_pci_resume()
/linux-5.10/tools/perf/Documentation/
Dperf-diff.txt142 Select the first and the second 10% time slices to diff:
146 Select from 0% to 10% and 30% to 40% slices to diff:
/linux-5.10/drivers/gpu/drm/amd/display/dc/inc/hw/
Ddsc.h88 int32_t max_total_throughput_mps; /* Maximum total throughput with all the slices combined */
/linux-5.10/drivers/gpu/drm/i915/display/
Dintel_bw.c476 * on different slices. in skl_bw_calc_min_cdclk()
501 * for slices in total. in skl_bw_calc_min_cdclk()
504 * to this formula for overall bw consumed by slices. in skl_bw_calc_min_cdclk()
/linux-5.10/tools/perf/pmu-events/arch/powerpc/power9/
Dfrontend.json30 …"BriefDescription": "Cycles in which the Store Queue is full on all 4 slices. This is event is not…
75 …at load). Note that this count is per slice, so if a load spans multiple slices this event will in…
/linux-5.10/include/linux/soc/qcom/
Dllcc-qcom.h71 * @max_slices: max slices as read from device tree

12345