Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/i915/
Dintel_display.c11523 struct intel_crtc_state *crtc_state_copy = NULL; in __intel_set_mode() local
11531 crtc_state_copy = kmalloc(sizeof(*crtc_state_copy), GFP_KERNEL); in __intel_set_mode()
11532 if (!crtc_state_copy) { in __intel_set_mode()
11628 memcpy(crtc_state_copy, intel_crtc->config, in __intel_set_mode()
11629 sizeof *crtc_state_copy); in __intel_set_mode()
11630 intel_crtc->config = crtc_state_copy; in __intel_set_mode()
11631 intel_crtc->base.state = &crtc_state_copy->base; in __intel_set_mode()
11636 kfree(crtc_state_copy); in __intel_set_mode()