Searched refs:pstates (Results 1 – 10 of 10) sorted by relevance
| /linux/drivers/gpu/drm/msm/disp/mdp5/ |
| H A D | mdp5_crtc.c | 218 struct mdp5_plane_state *pstate, *pstates[STAGE_MAX + 1] = {NULL}; in blend_setup() local 250 pstates[pstate->stage] = pstate; in blend_setup() 273 if (!pstates[STAGE_BASE]) { in blend_setup() 277 format = msm_framebuffer_format(pstates[STAGE_BASE]->base.fb); in blend_setup() 285 if (!pstates[i]) in blend_setup() 288 format = msm_framebuffer_format(pstates[i]->base.fb); in blend_setup() 289 plane = pstates[i]->base.plane; in blend_setup() 292 fg_alpha = pstates[i]->base.alpha >> 8; in blend_setup() 303 pstates[i]->base.pixel_blend_mode == DRM_MODE_BLEND_PREMULTI) { in blend_setup() 315 pstates[i]->base.pixel_blend_mode == DRM_MODE_BLEND_COVERAGE) { in blend_setup() [all …]
|
| /linux/drivers/gpu/drm/nouveau/nvkm/subdev/clk/ |
| H A D | gp10b.c | 20 base->func->calc(base, &base->func->pstates[base->func->nr_pstates - 1].base); in gp10b_clk_init() 151 .pstates = gp10b_pstates, 176 INIT_LIST_HEAD(&func->pstates[i].list); in gp10b_clk_new() 177 func->pstates[i].pstate = i + 1; in gp10b_clk_new()
|
| H A D | gm20b.c | 866 base->func->calc(base, &base->func->pstates[0].base); in gm20b_clk_init() 888 .pstates = gm20b_pstates, 906 .pstates = gm20b_pstates, 985 struct nvkm_pstate *pstates = clk->base.base.func->pstates; in gm20b_clk_init_safe_fmax() local 1002 if (pstates[i].base.voltage == id) in gm20b_clk_init_safe_fmax() 1004 pstates[i].base.domain[nv_clk_src_gpc]); in gm20b_clk_init_safe_fmax()
|
| H A D | priv.h | 14 struct nvkm_pstate *pstates; member
|
| H A D | gk20a.c | 586 base->func->calc(base, &base->func->pstates[0].base); in gk20a_clk_init() 608 .pstates = gk20a_pstates, 628 INIT_LIST_HEAD(&func->pstates[i].list); in gk20a_clk_ctor() 629 func->pstates[i].pstate = i + 1; in gk20a_clk_ctor()
|
| H A D | base.c | 630 if (clk->func->pstates) in nvkm_clk_dtor() 679 if (!func->pstates) { in nvkm_clk_ctor() 686 list_add_tail(&func->pstates[idx].head, &clk->states); in nvkm_clk_ctor()
|
| /linux/tools/power/cpupower/utils/ |
| H A D | cpufreq-info.c | 129 unsigned long pstates[MAX_HW_PSTATES] = {0,}; in get_boost_mode_x86() local 154 ret = decode_pstates(cpu, b_states, pstates, &pstate_no); in get_boost_mode_x86() 161 if (!pstates[i]) in get_boost_mode_x86() 165 "\n"), i, pstates[i]); in get_boost_mode_x86() 168 i - b_states, pstates[i]); in get_boost_mode_x86()
|
| /linux/tools/power/cpupower/utils/helpers/ |
| H A D | helpers.h | 140 unsigned long *pstates, int *no); 169 unsigned long *pstates, int *no) in decode_pstates() argument
|
| /linux/drivers/platform/x86/intel/telemetry/ |
| H A D | debugfs.c | 342 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/ |
| H A D | nandsim.c | 302 uint32_t pstates[NS_MAX_PREVSTATES]; /* previous states */ member 1237 if (NS_STATE(ops[i].states[j]) != NS_STATE(ns->pstates[j]) in ns_find_operation() 1295 ns->pstates[ns->npstates++] = ns->state; in ns_find_operation()
|