Home
last modified time | relevance | path

Searched refs:pipe2nclients (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/gpu/drm/msm/mdp/mdp5/
Dmdp5_smp.c92 if (WARN_ON(plane >= pipe2nclients(pipe))) in pipe2client()
228 for (i = 0, nblks = 0; i < pipe2nclients(pipe); i++) in mdp5_smp_release()
273 for (i = 0; i < pipe2nclients(pipe); i++) { in mdp5_smp_configure()
289 for (i = 0; i < pipe2nclients(pipe); i++) { in mdp5_smp_commit()
Dmdp5_kms.h138 static inline int pipe2nclients(enum mdp5_pipe pipe) in pipe2nclients() function
Dmdp5_plane.c453 if (WARN_ON(nplanes > pipe2nclients(pipe))) in mdp5_plane_mode_set()