Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/i915/display/
Dintel_modeset_verify.c169 struct intel_crtc *primary_crtc; in verify_crtc_state() local
196 primary_crtc = intel_primary_crtc(sw_crtc_state); in verify_crtc_state()
198 for_each_encoder_on_crtc(dev, &primary_crtc->base, encoder) { in verify_crtc_state()
208 I915_STATE_WARN(i915, active && primary_crtc->pipe != pipe, in verify_crtc_state()
Dintel_vdsc.h26 struct intel_crtc *intel_dsc_get_bigjoiner_secondary(const struct intel_crtc *primary_crtc);
Dintel_modeset_setup.c253 struct intel_crtc *primary_crtc; in get_joiner_secondary_pipes() local
256 for_each_intel_crtc_in_pipe_mask(&i915->drm, primary_crtc, primary_pipes_mask) { in get_joiner_secondary_pipes()
258 to_intel_crtc_state(primary_crtc->base.state); in get_joiner_secondary_pipes()
Dintel_display.c808 struct intel_crtc *primary_crtc; in intel_get_crtc_new_encoder() local
812 primary_crtc = intel_primary_crtc(crtc_state); in intel_get_crtc_new_encoder()
815 if (connector_state->crtc != &primary_crtc->base) in intel_get_crtc_new_encoder()
824 num_encoders, pipe_name(primary_crtc->pipe)); in intel_get_crtc_new_encoder()
4531 struct intel_crtc *primary_crtc = intel_primary_crtc(secondary_crtc_state); in copy_joiner_crtc_state_nomodeset() local
4533 intel_atomic_get_new_crtc_state(state, primary_crtc); in copy_joiner_crtc_state_nomodeset()
4551 struct intel_crtc *primary_crtc = intel_primary_crtc(secondary_crtc_state); in copy_joiner_crtc_state_modeset() local
4553 intel_atomic_get_new_crtc_state(state, primary_crtc); in copy_joiner_crtc_state_modeset()
5999 struct intel_crtc *primary_crtc) in intel_atomic_check_joiner() argument
6003 intel_atomic_get_new_crtc_state(state, primary_crtc); in intel_atomic_check_joiner()
[all …]
Dintel_atomic_plane.c726 struct intel_crtc *primary_crtc = in intel_plane_atomic_check() local
729 intel_crtc_get_plane(primary_crtc, plane->id); in intel_plane_atomic_check()