dpu_crtc_get_client_type
curr_client_type == dpu_crtc_get_client_type(tmp_crtc)) {
if (dpu_crtc_get_client_type(crtc) == NRT_CLIENT)
dpu_core_perf_aggregate(crtc->dev, dpu_crtc_get_client_type(crtc), &perf);
dpu_core_perf_aggregate(crtc->dev, dpu_crtc_get_client_type(crtc), &perf);
seq_printf(s, "client type: %d\n", dpu_crtc_get_client_type(crtc));
is_rt_pipe = (dpu_crtc_get_client_type(crtc) != NRT_CLIENT);