HomeSort by: relevance | last modified time | path
    Searched refs:old_crtc_state (Results 1 - 25 of 43) sorted by relevancy

1 2

  /src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_audio.h 21 const struct intel_crtc_state *old_crtc_state,
intel_atomic_plane.h 41 int intel_plane_atomic_check_with_state(const struct intel_crtc_state *old_crtc_state,
47 int intel_plane_atomic_calc_changes(const struct intel_crtc_state *old_crtc_state,
intel_dpio_phy.h 48 const struct intel_crtc_state *old_crtc_state);
58 const struct intel_crtc_state *old_crtc_state);
intel_psr.h 25 const struct intel_crtc_state *old_crtc_state);
intel_atomic_plane.c 227 int intel_plane_atomic_check_with_state(const struct intel_crtc_state *old_crtc_state,
271 return intel_plane_atomic_calc_changes(old_crtc_state, new_crtc_state,
297 const struct intel_crtc_state *old_crtc_state; local in function:intel_plane_atomic_check
304 old_crtc_state = intel_atomic_get_old_crtc_state(state, crtc);
307 return intel_plane_atomic_check_with_state(old_crtc_state,
379 struct intel_crtc_state *old_crtc_state = local in function:skl_update_planes_on_crtc
388 memcpy(entries_y, old_crtc_state->wm.skl.plane_ddb_y,
389 sizeof(old_crtc_state->wm.skl.plane_ddb_y));
390 memcpy(entries_uv, old_crtc_state->wm.skl.plane_ddb_uv,
391 sizeof(old_crtc_state->wm.skl.plane_ddb_uv))
    [all...]
intel_crt.c 213 const struct intel_crtc_state *old_crtc_state,
216 intel_crt_set_dpms(encoder, old_crtc_state, DRM_MODE_DPMS_OFF);
220 const struct intel_crtc_state *old_crtc_state,
226 const struct intel_crtc_state *old_crtc_state,
229 intel_disable_crt(encoder, old_crtc_state, old_conn_state);
233 const struct intel_crtc_state *old_crtc_state,
238 WARN_ON(!old_crtc_state->has_pch_encoder);
244 const struct intel_crtc_state *old_crtc_state,
249 intel_crtc_vblank_off(old_crtc_state);
251 intel_disable_pipe(old_crtc_state);
    [all...]
intel_ddi.h 25 const struct intel_crtc_state *old_crtc_state,
intel_dp_mst.c 322 const struct intel_crtc_state *old_crtc_state,
340 if (old_crtc_state->has_audio)
342 old_crtc_state, old_conn_state);
346 const struct intel_crtc_state *old_crtc_state,
361 !intel_dp_mst_is_master_trans(old_crtc_state));
363 intel_crtc_vblank_off(old_crtc_state);
365 intel_disable_pipe(old_crtc_state);
369 val = I915_READ(TRANS_DDI_FUNC_CTL(old_crtc_state->cpu_transcoder));
371 I915_WRITE(TRANS_DDI_FUNC_CTL(old_crtc_state->cpu_transcoder), val);
380 intel_ddi_disable_transcoder_func(old_crtc_state);
    [all...]
intel_audio.c 317 const struct intel_crtc_state *old_crtc_state,
477 const struct intel_crtc_state *old_crtc_state,
481 enum transcoder cpu_transcoder = old_crtc_state->cpu_transcoder;
495 if (intel_crtc_has_dp_encoder(old_crtc_state))
559 const struct intel_crtc_state *old_crtc_state,
563 struct intel_crtc *crtc = to_intel_crtc(old_crtc_state->uapi.crtc);
593 if (intel_crtc_has_dp_encoder(old_crtc_state))
749 * @old_crtc_state: pointer to the old crtc state.
756 const struct intel_crtc_state *old_crtc_state,
761 struct intel_crtc *crtc = to_intel_crtc(old_crtc_state->uapi.crtc)
    [all...]
intel_ddi.c 3738 const struct intel_crtc_state *old_crtc_state,
3744 bool is_mst = intel_crtc_has_type(old_crtc_state,
3756 enum transcoder cpu_transcoder = old_crtc_state->cpu_transcoder;
3765 intel_ddi_disable_pipe_clock(old_crtc_state);
3768 intel_disable_ddi_buf(encoder, old_crtc_state);
3776 intel_ddi_disable_pipe_clock(old_crtc_state);
3787 tgl_clear_psr2_transcoder_exitline(old_crtc_state);
3791 const struct intel_crtc_state *old_crtc_state,
3799 old_crtc_state, old_conn_state);
3801 intel_ddi_disable_pipe_clock(old_crtc_state);
    [all...]
intel_display.h 460 #define for_each_oldnew_intel_crtc_in_state(__state, crtc, old_crtc_state, new_crtc_state, __i) \
464 (old_crtc_state) = to_intel_crtc_state((__state)->base.crtcs[__i].old_state), \
469 #define for_each_oldnew_intel_crtc_in_state_reverse(__state, crtc, old_crtc_state, new_crtc_state, __i) \
473 (old_crtc_state) = to_intel_crtc_state((__state)->base.crtcs[__i].old_state), \
511 void intel_disable_pipe(const struct intel_crtc_state *old_crtc_state);
604 void skl_scaler_disable(const struct intel_crtc_state *old_crtc_state);
605 void ilk_pfit_disable(const struct intel_crtc_state *old_crtc_state);
intel_bw.c 395 struct intel_crtc_state *new_crtc_state, *old_crtc_state; local in function:intel_bw_atomic_check
406 for_each_oldnew_intel_crtc_in_state(state, crtc, old_crtc_state,
409 intel_bw_crtc_data_rate(old_crtc_state);
413 intel_bw_crtc_num_active_planes(old_crtc_state);
intel_display.c 1090 intel_wait_for_pipe_off(const struct intel_crtc_state *old_crtc_state)
1092 struct intel_crtc *crtc = to_intel_crtc(old_crtc_state->uapi.crtc);
1096 enum transcoder cpu_transcoder = old_crtc_state->cpu_transcoder;
1895 void intel_disable_pipe(const struct intel_crtc_state *old_crtc_state)
1897 struct intel_crtc *crtc = to_intel_crtc(old_crtc_state->uapi.crtc);
1899 enum transcoder cpu_transcoder = old_crtc_state->cpu_transcoder;
1923 if (old_crtc_state->double_wide)
1932 intel_wait_for_pipe_off(old_crtc_state);
6151 void skl_scaler_disable(const struct intel_crtc_state *old_crtc_state)
6153 struct intel_crtc *crtc = to_intel_crtc(old_crtc_state->uapi.crtc)
6397 const struct intel_crtc_state *old_crtc_state = local in function:intel_post_plane_update
6430 const struct intel_crtc_state *old_crtc_state = local in function:intel_pre_plane_update
6686 const struct intel_crtc_state *old_crtc_state = local in function:intel_encoders_disable
6708 const struct intel_crtc_state *old_crtc_state = local in function:intel_encoders_post_disable
6729 const struct intel_crtc_state *old_crtc_state = local in function:intel_encoders_post_pll_disable
7046 const struct intel_crtc_state *old_crtc_state = local in function:ilk_crtc_disable
7440 struct intel_crtc_state *old_crtc_state = local in function:i9xx_crtc_disable
12406 const struct intel_crtc_state *old_crtc_state = local in function:c8_planes_changed
14297 struct intel_crtc_state *old_crtc_state, *new_crtc_state; local in function:intel_modeset_checks
14416 struct intel_crtc_state *old_crtc_state, *new_crtc_state; local in function:intel_atomic_check_planes
14588 struct intel_crtc_state *old_crtc_state, *new_crtc_state; local in function:intel_atomic_check
14954 struct intel_crtc_state *new_crtc_state, *old_crtc_state; local in function:intel_commit_modeset_disables
15000 struct intel_crtc_state *old_crtc_state, *new_crtc_state; local in function:intel_commit_modeset_enables
15048 struct intel_crtc_state *old_crtc_state = local in function:intel_post_crtc_enable_updates
15127 struct intel_crtc_state *old_crtc_state, *new_crtc_state; local in function:skl_commit_modeset_enables
15334 struct intel_crtc_state *new_crtc_state, *old_crtc_state; local in function:intel_atomic_commit_tail
    [all...]
intel_color.c 1035 const struct intel_crtc_state *old_crtc_state = local in function:intel_can_preload_luts
1038 return !old_crtc_state->hw.gamma_lut &&
1039 !old_crtc_state->hw.degamma_lut;
1047 const struct intel_crtc_state *old_crtc_state = local in function:chv_can_preload_luts
1055 if (old_crtc_state->cgm_mode || new_crtc_state->cgm_mode)
1058 return !old_crtc_state->hw.gamma_lut;
1066 const struct intel_crtc_state *old_crtc_state = local in function:glk_can_preload_luts
1075 return !old_crtc_state->csc_enable &&
1076 !old_crtc_state->hw.gamma_lut;
1116 const struct intel_crtc_state *old_crtc_state local in function:intel_color_add_affected_planes
    [all...]
intel_lvds.c 333 const struct intel_crtc_state *old_crtc_state,
348 const struct intel_crtc_state *old_crtc_state,
354 intel_disable_lvds(encoder, old_crtc_state, old_conn_state);
358 const struct intel_crtc_state *old_crtc_state,
365 const struct intel_crtc_state *old_crtc_state,
368 intel_disable_lvds(encoder, old_crtc_state, old_conn_state);
intel_vdsc.c 1025 void intel_dsc_disable(const struct intel_crtc_state *old_crtc_state)
1027 struct intel_crtc *crtc = to_intel_crtc(old_crtc_state->uapi.crtc);
1033 if (!old_crtc_state->dsc.compression_enable)
1036 if (!is_pipe_dsc(old_crtc_state)) {
1057 intel_dsc_power_domain(old_crtc_state));
intel_atomic.c 228 const struct intel_crtc_state *old_crtc_state = to_intel_crtc_state(crtc->state); local in function:intel_crtc_duplicate_state
231 crtc_state = kmemdup(old_crtc_state, sizeof(*crtc_state), GFP_KERNEL);
  /src/sys/external/bsd/drm2/dist/include/drm/
drm_modeset_helper_vtables.h 379 struct drm_crtc_state *old_crtc_state);
403 struct drm_crtc_state *old_crtc_state);
422 * Drivers can use the @old_crtc_state input parameter if the operations
429 struct drm_crtc_state *old_crtc_state);
447 * parameter @old_crtc_state which could be used to access the old
454 struct drm_crtc_state *old_crtc_state);
drm_atomic_helper.h 95 void drm_atomic_helper_commit_planes_on_crtc(struct drm_crtc_state *old_crtc_state);
97 drm_atomic_helper_disable_planes_on_crtc(struct drm_crtc_state *old_crtc_state,
drm_atomic.h 759 * @old_crtc_state: &struct drm_crtc_state iteration cursor for the old state
767 #define for_each_oldnew_crtc_in_state(__state, crtc, old_crtc_state, new_crtc_state, __i) \
774 (old_crtc_state) = (__state)->crtcs[__i].old_state, \
775 (void)(old_crtc_state) /* Only to avoid unused-but-set-variable warning */, \
782 * @old_crtc_state: &struct drm_crtc_state iteration cursor for the old state
789 #define for_each_old_crtc_in_state(__state, crtc, old_crtc_state, __i) \
795 (old_crtc_state) = (__state)->crtcs[__i].old_state, 1))
  /src/sys/external/bsd/drm2/dist/drm/
drm_atomic_helper.c 611 struct drm_crtc_state *old_crtc_state, *new_crtc_state; local in function:drm_atomic_helper_check_modeset
617 for_each_oldnew_crtc_in_state(state, crtc, old_crtc_state, new_crtc_state, i) {
623 if (!drm_mode_equal(&old_crtc_state->mode, &new_crtc_state->mode)) {
629 if (old_crtc_state->enable != new_crtc_state->enable) {
645 if (old_crtc_state->active != new_crtc_state->active) {
704 for_each_oldnew_crtc_in_state(state, crtc, old_crtc_state, new_crtc_state, i) {
991 struct drm_crtc_state *old_crtc_state, *new_crtc_state; local in function:disable_outputs
1004 old_crtc_state = drm_atomic_get_old_crtc_state(old_state, old_conn_state->crtc);
1013 if (!crtc_needs_disable(old_crtc_state, new_crtc_state) ||
1052 for_each_oldnew_crtc_in_state(old_state, crtc, old_crtc_state, new_crtc_state, i)
1300 struct drm_crtc_state *old_crtc_state; local in function:drm_atomic_helper_commit_modeset_enables
2059 struct drm_crtc_state *old_crtc_state, *new_crtc_state; local in function:drm_atomic_helper_setup_commit
2162 struct drm_crtc_state *old_crtc_state; local in function:drm_atomic_helper_wait_for_dependencies
2293 struct drm_crtc_state *old_crtc_state, *new_crtc_state; local in function:drm_atomic_helper_commit_hw_done
2338 struct drm_crtc_state *old_crtc_state; local in function:drm_atomic_helper_commit_cleanup_done
2475 struct drm_crtc_state *old_crtc_state, *new_crtc_state; local in function:drm_atomic_helper_commit_planes
2746 struct drm_crtc_state *old_crtc_state, *new_crtc_state; local in function:drm_atomic_helper_swap_state
    [all...]
drm_self_refresh_helper.c 157 struct drm_crtc_state *old_crtc_state; local in function:drm_self_refresh_helper_update_avg_times
160 for_each_old_crtc_in_state(state, crtc, old_crtc_state, i) {
165 if (old_crtc_state->self_refresh_active ==
drm_blend.c 505 struct drm_crtc_state *old_crtc_state, *new_crtc_state; local in function:drm_atomic_normalize_zpos
520 for_each_oldnew_crtc_in_state(state, crtc, old_crtc_state, new_crtc_state, i) {
521 if (old_crtc_state->plane_mask != new_crtc_state->plane_mask ||
drm_atomic.c 333 static int drm_atomic_crtc_check(const struct drm_crtc_state *old_crtc_state,
380 !new_crtc_state->active && !old_crtc_state->active) {
1115 const struct drm_crtc_state *old_crtc_state = local in function:drm_atomic_add_affected_planes
1124 drm_for_each_plane_mask(plane, state->dev, old_crtc_state->plane_mask) {
1154 struct drm_crtc_state *old_crtc_state; local in function:drm_atomic_check_only
1171 for_each_oldnew_crtc_in_state(state, crtc, old_crtc_state, new_crtc_state, i) {
1172 ret = drm_atomic_crtc_check(old_crtc_state, new_crtc_state);
  /src/sys/external/bsd/drm2/dist/drm/vmwgfx/
vmwgfx_kms.h 480 struct drm_crtc_state *old_crtc_state);
482 struct drm_crtc_state *old_crtc_state);

Completed in 39 milliseconds

1 2