Searched refs:secondary_crtc_state (Results 1 – 2 of 2) sorted by relevance
4529 struct intel_crtc_state *secondary_crtc_state = in copy_joiner_crtc_state_nomodeset() local4531 struct intel_crtc *primary_crtc = intel_primary_crtc(secondary_crtc_state); in copy_joiner_crtc_state_nomodeset()4535 drm_property_replace_blob(&secondary_crtc_state->hw.degamma_lut, in copy_joiner_crtc_state_nomodeset()4537 drm_property_replace_blob(&secondary_crtc_state->hw.gamma_lut, in copy_joiner_crtc_state_nomodeset()4539 drm_property_replace_blob(&secondary_crtc_state->hw.ctm, in copy_joiner_crtc_state_nomodeset()4542 secondary_crtc_state->uapi.color_mgmt_changed = primary_crtc_state->uapi.color_mgmt_changed; in copy_joiner_crtc_state_nomodeset()4549 struct intel_crtc_state *secondary_crtc_state = in copy_joiner_crtc_state_modeset() local4551 struct intel_crtc *primary_crtc = intel_primary_crtc(secondary_crtc_state); in copy_joiner_crtc_state_modeset()4557 secondary_crtc_state->joiner_pipes); in copy_joiner_crtc_state_modeset()4564 saved_state->uapi = secondary_crtc_state->uapi; in copy_joiner_crtc_state_modeset()[all …]
761 struct intel_crtc_state *secondary_crtc_state; in intel_modeset_readout_hw_state() local763 secondary_crtc_state = to_intel_crtc_state(secondary_crtc->base.state); in intel_modeset_readout_hw_state()764 intel_encoder_get_config(encoder, secondary_crtc_state); in intel_modeset_readout_hw_state()