Searched refs:pstates (Results 1 – 11 of 11) sorted by relevance
/linux-4.4.14/drivers/gpu/drm/msm/mdp/mdp5/ |
D | mdp5_crtc.c | 208 struct mdp5_plane_state *pstate, *pstates[STAGE_MAX + 1] = {NULL}; in blend_setup() local 228 pstates[pstate->stage] = pstate; in blend_setup() 238 if (!pstates[STAGE_BASE] && plane_cnt) { in blend_setup() 245 if (!pstates[i]) in blend_setup() 249 msm_framebuffer_format(pstates[i]->base.fb)); in blend_setup() 250 plane = pstates[i]->base.plane; in blend_setup() 253 fg_alpha = pstates[i]->alpha; in blend_setup() 254 bg_alpha = 0xFF - pstates[i]->alpha; in blend_setup() 257 if (format->alpha_enable && pstates[i]->premultiplied) { in blend_setup() 382 struct plane_state pstates[STAGE_MAX + 1]; in mdp5_crtc_atomic_check() local [all …]
|
/linux-4.4.14/drivers/misc/echo/ |
D | echo.c | 270 ec->pstates = 0; in oslec_create() 335 ec->pstates = 0; in oslec_flush() 421 ec->pstates += in oslec_update() 423 if (ec->pstates < 0) in oslec_update() 424 ec->pstates = 0; in oslec_update() 493 p = MIN_TX_POWER_FOR_ADAPTION + ec->pstates; in oslec_update()
|
D | echo.h | 142 int32_t pstates; member
|
/linux-4.4.14/tools/power/cpupower/utils/helpers/ |
D | amd.c | 73 int boost_states, unsigned long *pstates, int *no) in decode_pstates() argument 106 pstates[i] = get_cof(cpu_family, pstate); in decode_pstates()
|
D | helpers.h | 148 int boost_states, unsigned long *pstates, int *no); 166 int boost_states, unsigned long *pstates, in decode_pstates() argument
|
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/clk/ |
D | priv.h | 13 struct nvkm_pstate *pstates; member
|
D | base.c | 538 if (clk->func->pstates) in nvkm_clk_dtor() 575 if (!func->pstates) { in nvkm_clk_ctor() 582 list_add_tail(&func->pstates[idx].head, &clk->states); in nvkm_clk_ctor()
|
D | gk20a.c | 637 .pstates = gk20a_pstates,
|
/linux-4.4.14/tools/power/cpupower/utils/ |
D | cpufreq-info.c | 170 unsigned long pstates[MAX_HW_PSTATES] = {0,}; in get_boost_mode() local 196 pstates, &pstate_no); in get_boost_mode() 205 "\n"), i, pstates[i]); in get_boost_mode() 208 i - b_states, pstates[i]); in get_boost_mode()
|
/linux-4.4.14/Documentation/cpu-freq/ |
D | intel-pstate.txt | 45 num_pstates: displays the number of pstates that are supported
|
/linux-4.4.14/drivers/mtd/nand/ |
D | nandsim.c | 316 uint32_t pstates[NS_MAX_PREVSTATES]; /* previous states */ member 1275 if (NS_STATE(ops[i].states[j]) != NS_STATE(ns->pstates[j]) in find_operation() 1332 ns->pstates[ns->npstates++] = ns->state; in find_operation()
|