Home
last modified time | relevance | path

Searched refs:pstates (Results 1 – 13 of 13) sorted by relevance

/linux/drivers/gpu/drm/msm/disp/mdp5/
A Dmdp5_crtc.c251 pstates[pstate->stage] = pstate; in blend_setup()
274 if (!pstates[STAGE_BASE]) { in blend_setup()
286 if (!pstates[i]) in blend_setup()
291 plane = pstates[i]->base.plane; in blend_setup()
294 fg_alpha = pstates[i]->base.alpha >> 8; in blend_setup()
712 pstates[cnt].plane = plane; in mdp5_crtc_atomic_check()
719 if (pstates[cnt].state->r_hwpipe) in mdp5_crtc_atomic_check()
747 sort(pstates, cnt, sizeof(pstates[0]), pstate_cmp, NULL); in mdp5_crtc_atomic_check()
768 pstates[i].state->stage = start + i; in mdp5_crtc_atomic_check()
770 pstates[i].plane->name, in mdp5_crtc_atomic_check()
[all …]
/linux/drivers/gpu/drm/msm/disp/dpu1/
A Ddpu_crtc.c1041 struct plane_state *pstates; in dpu_crtc_atomic_check() local
1055 pstates = kzalloc(sizeof(*pstates) * DPU_STAGE_MAX * 4, GFP_KERNEL); in dpu_crtc_atomic_check()
1097 pstates[cnt].drm_pstate = pstate; in dpu_crtc_atomic_check()
1101 if (pipe_staged[pstates[cnt].pipe_id]) { in dpu_crtc_atomic_check()
1103 pipe_staged[pstates[cnt].pipe_id]; in dpu_crtc_atomic_check()
1107 pipe_staged[pstates[cnt].pipe_id] = NULL; in dpu_crtc_atomic_check()
1142 if (pstates[i].stage != z_pos) { in dpu_crtc_atomic_check()
1145 z_pos = pstates[i].stage; in dpu_crtc_atomic_check()
1208 prv_pstate = &pstates[i - 1]; in dpu_crtc_atomic_check()
1209 cur_pstate = &pstates[i]; in dpu_crtc_atomic_check()
[all …]
/linux/drivers/misc/echo/
A Decho.c185 ec->pstates = 0; in oslec_create()
250 ec->pstates = 0; in oslec_flush()
336 ec->pstates += in oslec_update()
338 if (ec->pstates < 0) in oslec_update()
339 ec->pstates = 0; in oslec_update()
408 p = MIN_TX_POWER_FOR_ADAPTION + ec->pstates; in oslec_update()
A Decho.h130 int32_t pstates; member
/linux/tools/power/cpupower/utils/
A Dcpufreq-info.c167 unsigned long pstates[MAX_HW_PSTATES] = {0,}; in get_boost_mode_x86() local
189 ret = decode_pstates(cpu, b_states, pstates, &pstate_no); in get_boost_mode_x86()
196 if (!pstates[i]) in get_boost_mode_x86()
200 "\n"), i, pstates[i]); in get_boost_mode_x86()
203 i - b_states, pstates[i]); in get_boost_mode_x86()
/linux/tools/power/cpupower/utils/helpers/
A Damd.c90 unsigned long *pstates, int *no) in decode_pstates() argument
120 pstates[i] = get_cof(pstate); in decode_pstates()
A Dhelpers.h132 unsigned long *pstates, int *no);
150 unsigned long *pstates, int *no) in decode_pstates() argument
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/clk/
A Dgm20b.c865 base->func->calc(base, &base->func->pstates[0].base); in gm20b_clk_init()
883 .pstates = gm20b_pstates,
901 .pstates = gm20b_pstates,
980 struct nvkm_pstate *pstates = clk->base.base.func->pstates; in gm20b_clk_init_safe_fmax() local
997 if (pstates[i].base.voltage == id) in gm20b_clk_init_safe_fmax()
999 pstates[i].base.domain[nv_clk_src_gpc]); in gm20b_clk_init_safe_fmax()
A Dgk20a.c585 base->func->calc(base, &base->func->pstates[0].base); in gk20a_clk_init()
603 .pstates = gk20a_pstates,
623 INIT_LIST_HEAD(&func->pstates[i].list); in gk20a_clk_ctor()
624 func->pstates[i].pstate = i + 1; in gk20a_clk_ctor()
A Dpriv.h14 struct nvkm_pstate *pstates; member
A Dbase.c633 if (clk->func->pstates) in nvkm_clk_dtor()
682 if (!func->pstates) { in nvkm_clk_ctor()
689 list_add_tail(&func->pstates[idx].head, &clk->states); in nvkm_clk_ctor()
/linux/drivers/platform/x86/intel/telemetry/
A Ddebugfs.c342 u64 pstates = 0; in telem_pss_states_show() local
400 pstates = evtlog[index].telem_evtlog; in telem_pss_states_show()
408 (pstates & TELEM_MASK_BYTE)*100, in telem_pss_states_show()
409 ((pstates >> 8) & TELEM_MASK_BYTE)*50/3); in telem_pss_states_show()
412 ((pstates >> 16) & TELEM_MASK_BYTE)*25, in telem_pss_states_show()
413 ((pstates >> 24) & TELEM_MASK_BYTE)*50/3); in telem_pss_states_show()
/linux/drivers/mtd/nand/raw/
A Dnandsim.c299 uint32_t pstates[NS_MAX_PREVSTATES]; /* previous states */ member
1242 if (NS_STATE(ops[i].states[j]) != NS_STATE(ns->pstates[j]) in ns_find_operation()
1300 ns->pstates[ns->npstates++] = ns->state; in ns_find_operation()

Completed in 35 milliseconds