Lines Matching refs:saved_state
12243 struct intel_crtc_state *saved_state; in clear_intel_crtc_state() local
12245 saved_state = kzalloc(sizeof(*saved_state), GFP_KERNEL); in clear_intel_crtc_state()
12246 if (!saved_state) in clear_intel_crtc_state()
12254 saved_state->scaler_state = crtc_state->scaler_state; in clear_intel_crtc_state()
12255 saved_state->shared_dpll = crtc_state->shared_dpll; in clear_intel_crtc_state()
12256 saved_state->dpll_hw_state = crtc_state->dpll_hw_state; in clear_intel_crtc_state()
12257 memcpy(saved_state->icl_port_dplls, crtc_state->icl_port_dplls, in clear_intel_crtc_state()
12258 sizeof(saved_state->icl_port_dplls)); in clear_intel_crtc_state()
12259 saved_state->crc_enabled = crtc_state->crc_enabled; in clear_intel_crtc_state()
12262 saved_state->wm = crtc_state->wm; in clear_intel_crtc_state()
12266 memcpy(&crtc_state->base + 1, &saved_state->base + 1, in clear_intel_crtc_state()
12269 kfree(saved_state); in clear_intel_crtc_state()