Searched refs:pstates (Results 1 – 9 of 9) sorted by relevance
215 struct mdp5_plane_state *pstate, *pstates[STAGE_MAX + 1] = {NULL}; in blend_setup() local246 pstates[pstate->stage] = pstate; in blend_setup()269 if (!pstates[STAGE_BASE]) { in blend_setup()273 format = to_mdp_format(msm_framebuffer_format(pstates[STAGE_BASE]->base.fb)); in blend_setup()281 if (!pstates[i]) in blend_setup()285 msm_framebuffer_format(pstates[i]->base.fb)); in blend_setup()286 plane = pstates[i]->base.plane; in blend_setup()289 fg_alpha = pstates[i]->alpha; in blend_setup()290 bg_alpha = 0xFF - pstates[i]->alpha; in blend_setup()299 if (format->alpha_enable && pstates[i]->premultiplied) { in blend_setup()[all …]
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()
142 int32_t pstates; member
865 base->func->calc(base, &base->func->pstates[0].base); in gm20b_clk_init()883 .pstates = gm20b_pstates,901 .pstates = gm20b_pstates,983 struct nvkm_pstate *pstates = clk->base.base.func->pstates; in gm20b_clk_init_safe_fmax() local1000 if (pstates[i].base.voltage == id) in gm20b_clk_init_safe_fmax()1002 pstates[i].base.domain[nv_clk_src_gpc]); in gm20b_clk_init_safe_fmax()
585 base->func->calc(base, &base->func->pstates[0].base); in gk20a_clk_init()603 .pstates = gk20a_pstates,624 INIT_LIST_HEAD(&func->pstates[i].list); in gk20a_clk_ctor()625 func->pstates[i].pstate = i + 1; in gk20a_clk_ctor()
14 struct nvkm_pstate *pstates; member
634 if (clk->func->pstates) in nvkm_clk_dtor()683 if (!func->pstates) { in nvkm_clk_ctor()690 list_add_tail(&func->pstates[idx].head, &clk->states); in nvkm_clk_ctor()
365 u64 pstates = 0; in telem_pss_states_show() local425 pstates = evtlog[index].telem_evtlog; in telem_pss_states_show()433 (pstates & TELEM_MASK_BYTE)*100, in telem_pss_states_show()434 ((pstates >> 8) & TELEM_MASK_BYTE)*50/3); in telem_pss_states_show()437 ((pstates >> 16) & TELEM_MASK_BYTE)*25, in telem_pss_states_show()438 ((pstates >> 24) & TELEM_MASK_BYTE)*50/3); in telem_pss_states_show()
312 uint32_t pstates[NS_MAX_PREVSTATES]; /* previous states */ member1253 if (NS_STATE(ops[i].states[j]) != NS_STATE(ns->pstates[j]) in find_operation()1310 ns->pstates[ns->npstates++] = ns->state; in find_operation()