Searched refs:dpu_crtc_get_client_type (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_core_perf.c161 if (dpu_crtc_get_client_type(crtc) == NRT_CLIENT)
170 curr_client_type = dpu_crtc_get_client_type(crtc);
174 dpu_crtc_get_client_type(tmp_crtc) == curr_client_type &&
212 = dpu_crtc_get_client_type(crtc);
224 dpu_crtc_get_client_type(tmp_crtc)) {
H A Ddpu_crtc.h294 * dpu_crtc_get_client_type - check the crtc type- rt, nrt etc.
297 static inline enum dpu_crtc_client_type dpu_crtc_get_client_type( function
H A Ddpu_crtc.c1387 seq_printf(s, "client type: %d\n", dpu_crtc_get_client_type(crtc));
H A Ddpu_plane.c1116 is_rt_pipe = (dpu_crtc_get_client_type(crtc) != NRT_CLIENT);

Completed in 284 milliseconds