old_cstate        665 drivers/gpu/drm/msm/disp/dpu1/dpu_crtc.c 	struct dpu_crtc_state *cstate, *old_cstate;
old_cstate        673 drivers/gpu/drm/msm/disp/dpu1/dpu_crtc.c 	old_cstate = to_dpu_crtc_state(crtc->state);
old_cstate        674 drivers/gpu/drm/msm/disp/dpu1/dpu_crtc.c 	cstate = kmemdup(old_cstate, sizeof(*old_cstate), GFP_KERNEL);