Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/i915/display/
H A Dintel_display.c4561 struct intel_crtc_state *secondary_crtc_state = in copy_joiner_crtc_state_nomodeset() local
4563 struct intel_crtc *primary_crtc = intel_primary_crtc(secondary_crtc_state); in copy_joiner_crtc_state_nomodeset()
4567 drm_property_replace_blob(&secondary_crtc_state->hw.degamma_lut, in copy_joiner_crtc_state_nomodeset()
4569 drm_property_replace_blob(&secondary_crtc_state->hw.gamma_lut, in copy_joiner_crtc_state_nomodeset()
4571 drm_property_replace_blob(&secondary_crtc_state->hw.ctm, in copy_joiner_crtc_state_nomodeset()
4574 secondary_crtc_state->uapi.color_mgmt_changed = primary_crtc_state->uapi.color_mgmt_changed; in copy_joiner_crtc_state_nomodeset()
4581 struct intel_crtc_state *secondary_crtc_state = in copy_joiner_crtc_state_modeset() local
4583 struct intel_crtc *primary_crtc = intel_primary_crtc(secondary_crtc_state); in copy_joiner_crtc_state_modeset()
4589 secondary_crtc_state->joiner_pipes); in copy_joiner_crtc_state_modeset()
4596 saved_state->uapi = secondary_crtc_state->uapi; in copy_joiner_crtc_state_modeset()
[all …]