Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/gpu/drm/i915/display/
Dintel_vdsc.c1205 crtc_state->bigjoiner_linked_crtc = intel_dsc_get_bigjoiner_secondary(crtc); in intel_uncompressed_joiner_get_config()
1206 drm_WARN_ON(&dev_priv->drm, !crtc_state->bigjoiner_linked_crtc); in intel_uncompressed_joiner_get_config()
1210 crtc_state->bigjoiner_linked_crtc = intel_dsc_get_bigjoiner_primary(crtc); in intel_uncompressed_joiner_get_config()
1211 drm_WARN_ON(&dev_priv->drm, !crtc_state->bigjoiner_linked_crtc); in intel_uncompressed_joiner_get_config()
1249 crtc_state->bigjoiner_linked_crtc = intel_dsc_get_bigjoiner_primary(crtc); in intel_dsc_get_config()
1251 crtc_state->bigjoiner_linked_crtc = intel_dsc_get_bigjoiner_secondary(crtc); in intel_dsc_get_config()
1253 drm_WARN_ON(&dev_priv->drm, !crtc_state->bigjoiner_linked_crtc); in intel_dsc_get_config()
Dintel_display.c2003 crtc_state->bigjoiner_linked_crtc; in intel_find_initial_plane_obj()
3509 master = crtc_state->bigjoiner_linked_crtc; in icl_ddi_bigjoiner_pre_enable()
7938 crtc_state->bigjoiner_linked_crtc); in intel_crtc_copy_uapi_to_hw_state_nomodeset()
8016 crtc_state->bigjoiner_linked_crtc = to_intel_crtc(from_crtc_state->uapi.crtc); in copy_bigjoiner_crtc_state()
8800 PIPE_CONF_CHECK_P(bigjoiner_linked_crtc); in intel_pipe_config_compare()
9084 master = new_crtc_state->bigjoiner_linked_crtc; in verify_crtc_state()
9622 crtc_state->bigjoiner_linked_crtc); in intel_bigjoiner_add_affected_planes()
9790 master = old_crtc_state->bigjoiner_linked_crtc; in intel_atomic_check_bigjoiner()
9807 new_crtc_state->bigjoiner_linked_crtc = slave; in intel_atomic_check_bigjoiner()
9834 intel_atomic_get_new_crtc_state(state, master_crtc_state->bigjoiner_linked_crtc); in kill_bigjoiner_slave()
[all …]
Dintel_atomic_plane.c403 intel_crtc_get_plane(new_crtc_state->bigjoiner_linked_crtc, in intel_plane_atomic_check()
Dintel_display_types.h1194 struct intel_crtc *bigjoiner_linked_crtc; member
Dintel_display_debugfs.c1036 crtc_state->bigjoiner_linked_crtc->base.base.id, in intel_crtc_info()
1037 crtc_state->bigjoiner_linked_crtc->base.name, in intel_crtc_info()
Dintel_ddi.c2879 if (old_crtc_state->bigjoiner_linked_crtc) { in intel_ddi_post_disable()
2883 old_crtc_state->bigjoiner_linked_crtc; in intel_ddi_post_disable()
3622 pipe_config->cpu_transcoder = (enum transcoder)pipe_config->bigjoiner_linked_crtc->pipe; in intel_ddi_get_config()