Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/i915/display/ !
Dintel_display.c5101 const struct intel_crtc_state *master_crtc_state = in copy_bigjoiner_crtc_state_nomodeset() local
5105 master_crtc_state->hw.degamma_lut); in copy_bigjoiner_crtc_state_nomodeset()
5107 master_crtc_state->hw.gamma_lut); in copy_bigjoiner_crtc_state_nomodeset()
5109 master_crtc_state->hw.ctm); in copy_bigjoiner_crtc_state_nomodeset()
5111 slave_crtc_state->uapi.color_mgmt_changed = master_crtc_state->uapi.color_mgmt_changed; in copy_bigjoiner_crtc_state_nomodeset()
5121 const struct intel_crtc_state *master_crtc_state = in copy_bigjoiner_crtc_state_modeset() local
5125 WARN_ON(master_crtc_state->bigjoiner_pipes != in copy_bigjoiner_crtc_state_modeset()
5128 saved_state = kmemdup(master_crtc_state, sizeof(*saved_state), GFP_KERNEL); in copy_bigjoiner_crtc_state_modeset()
5145 slave_crtc_state->hw.enable = master_crtc_state->hw.enable; in copy_bigjoiner_crtc_state_modeset()
5146 slave_crtc_state->hw.active = master_crtc_state->hw.active; in copy_bigjoiner_crtc_state_modeset()
[all …]