Searched full:votes (Results 1 – 18 of 18) sorted by relevance
/linux-6.14.4/drivers/gpu/drm/msm/adreno/ |
D | a6xx_hfi.c | 287 * These are the CX (CNOC) votes - these are used by the GMU in a6xx_generate_bw_table() 288 * The 'CN0' BCM is used on all targets, and votes are basically in a6xx_generate_bw_table() 322 * These are the CX (CNOC) votes - these are used by the GMU but the in a618_build_bw_table() 323 * votes are known and fixed for the target in a618_build_bw_table() 412 * These are the CX (CNOC) votes - these are used by the GMU but the in a640_build_bw_table() 413 * votes are known and fixed for the target in a640_build_bw_table() 451 * These are the CX (CNOC) votes - these are used by the GMU but the in a650_build_bw_table() 452 * votes are known and fixed for the target in a650_build_bw_table() 482 * These are the CX (CNOC) votes - these are used by the GMU but the in a690_build_bw_table() 483 * votes are known and fixed for the target in a690_build_bw_table() [all …]
|
D | a6xx_gmu.c | 974 /* Make sure there are no outstanding RPMh votes */ in a6xx_gmu_rpmh_off() 1009 /* Make sure there are no outstanding RPMh votes */ in a6xx_gmu_force_off() 1382 /* Generate BCM votes values for each bandwidth & BCM */ in a6xx_gmu_rpmh_bw_votes_init() 1407 /* GMU on A6xx votes perfmode on all valid bandwidth */ in a6xx_gmu_rpmh_bw_votes_init() 1426 /* GMUs on A7xx votes on both x & y */ in a6xx_gmu_rpmh_bw_votes_init() 1458 static int a6xx_gmu_rpmh_arc_votes_init(struct device *dev, u32 *votes, in a6xx_gmu_rpmh_arc_votes_init() argument 1529 votes[i] = ((pri[pindex] & 0xffff) << 16) | in a6xx_gmu_rpmh_arc_votes_init() 1537 * The GMU votes with the RPMh for itself and on behalf of the GPU but we need 1538 * to construct the list of votes on the CPU and send it over. Query the RPMh 1539 * voltage levels and build the votes [all …]
|
/linux-6.14.4/drivers/soc/qcom/ |
D | qcom_stats.c | 116 struct appended_stats votes; in qcom_soc_sleep_stats_show() local 118 memcpy_fromio(&votes, reg + CLIENT_VOTES_OFFSET, sizeof(votes)); in qcom_soc_sleep_stats_show() 119 seq_printf(s, "Client Votes: %#x\n", votes.client_votes); in qcom_soc_sleep_stats_show()
|
D | Kconfig | 282 the fixed bandwidth votes from cpufreq (CPU nodes) thus achieve high
|
D | rpmh-rsc.c | 324 * send active votes. This is safe because we ensure any active-only in get_tcs_for_msg() 458 * votes, clear AMC trigger & enable modes and in tcs_tx_done() 472 * sends its wake votes. in tcs_tx_done()
|
/linux-6.14.4/Documentation/arch/arm/ |
D | vlocks.rst | 16 writes to a single memory location. To arbitrate, every CPU "votes for 18 final value seen in that memory location when all the votes have been 34 int last_vote = -1; /* no votes yet */ 181 * The "no votes yet" value used for the last_vote variable is 0 (not
|
/linux-6.14.4/fs/ocfs2/cluster/ |
D | tcp_internal.h | 38 * - All votes removed 41 * - Replace delete inode votes with a cluster lock 56 * - Replace dentry votes with a cluster lock
|
/linux-6.14.4/drivers/pmdomain/qcom/ |
D | rpmhpd.c | 771 * This function is used to aggregate the votes across the active only 772 * resources and its peers. The aggregated votes are sent to RPMh as 773 * ACTIVE_ONLY votes (which take effect immediately), as WAKE_ONLY votes 774 * (applied by RPMh on system wakeup) and as SLEEP votes (applied by RPMh 776 * We send ACTIVE_ONLY votes for resources without any peers. For others, 777 * which have an active only peer, all 3 votes are sent.
|
/linux-6.14.4/Documentation/devicetree/bindings/regulator/ |
D | mediatek,mt6873-dvfsrc-regulator.yaml | 11 are controlled with votes to the DVFSRC hardware.
|
/linux-6.14.4/drivers/interconnect/ |
D | debugfs-client.c | 66 * votes when "get" is written to multiple times for multiple paths. in icc_get_set()
|
/linux-6.14.4/drivers/interconnect/qcom/ |
D | bcm-voter.c | 28 * @ws_list: list containing bcms that have different wake/sleep votes 52 /* Ensure that small votes aren't lost. */ in bcm_div()
|
/linux-6.14.4/Documentation/devicetree/bindings/soc/qcom/ |
D | qcom,rpmh-rsc.yaml | 38 resource state will be an aggregate of the sleep votes from each of those
|
/linux-6.14.4/drivers/media/rc/ |
D | serial_ir.c | 577 * probe 9 times every 0.04s, collect "votes" for in serial_ir_probe()
|
/linux-6.14.4/drivers/clk/qcom/ |
D | dispcc-sm8750.c | 697 * places votes via new hardware block called "cesta".
|
D | gcc-sar2130p.c | 2339 /* Clear GDSC_SLEEP_ENA_VOTE to stop votes being auto-removed in sleep. */ in gcc_sar2130p_probe()
|
D | gcc-sm8550.c | 3364 /* Clear GDSC_SLEEP_ENA_VOTE to stop votes being auto-removed in sleep. */ in gcc_sm8550_probe()
|
D | gcc-sm8650.c | 3822 /* Clear GDSC_SLEEP_ENA_VOTE to stop votes being auto-removed in sleep. */ in gcc_sm8650_probe()
|
D | gcc-x1e80100.c | 6753 /* Clear GDSC_SLEEP_ENA_VOTE to stop votes being auto-removed in sleep. */ in gcc_x1e80100_probe()
|