Lines Matching refs:cid
112 u32 cid, int nblks) in smp_request_block() argument
116 struct mdp5_client_smp_state *ps = &smp->client_state[cid]; in smp_request_block()
122 reserved = hw_cfg->smp.reserved[cid]; in smp_request_block()
234 u32 cid, mdp5_smp_state_t *assigned) in update_smp_state() argument
249 val |= MDP5_MDP_SMP_ALLOC_W_REG_CLIENT0(cid); in update_smp_state()
253 val |= MDP5_MDP_SMP_ALLOC_W_REG_CLIENT1(cid); in update_smp_state()
257 val |= MDP5_MDP_SMP_ALLOC_W_REG_CLIENT2(cid); in update_smp_state()
274 u32 cid = pipe2client(pipe, i); in mdp5_smp_configure() local
275 struct mdp5_client_smp_state *ps = &smp->client_state[cid]; in mdp5_smp_configure()
278 update_smp_state(smp, cid, &assigned); in mdp5_smp_configure()
290 u32 cid = pipe2client(pipe, i); in mdp5_smp_commit() local
291 struct mdp5_client_smp_state *ps = &smp->client_state[cid]; in mdp5_smp_commit()