HomeSort by: relevance | last modified time | path
    Searched defs:new_crtc_state (Results 1 - 13 of 13) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/
drm_blend.c 505 struct drm_crtc_state *old_crtc_state, *new_crtc_state; local in function:drm_atomic_normalize_zpos
515 new_crtc_state = drm_atomic_get_new_crtc_state(state, crtc);
516 new_crtc_state->zpos_changed = true;
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 ||
522 new_crtc_state->zpos_changed) {
524 new_crtc_state);
drm_atomic.c 334 const struct drm_crtc_state *new_crtc_state)
336 struct drm_crtc *crtc = new_crtc_state->crtc;
346 if (new_crtc_state->active && !new_crtc_state->enable) {
356 WARN_ON(new_crtc_state->enable && !new_crtc_state->mode_blob)) {
363 WARN_ON(!new_crtc_state->enable && new_crtc_state->mode_blob)) {
379 if (new_crtc_state->event &&
380 !new_crtc_state->active && !old_crtc_state->active)
1155 struct drm_crtc_state *new_crtc_state; local in function:drm_atomic_check_only
1300 struct drm_crtc_state *new_crtc_state; local in function:update_output_state
    [all...]
drm_atomic_helper.c 410 struct drm_crtc_state *new_crtc_state; local in function:mode_fixup
416 for_each_new_crtc_in_state(state, crtc, new_crtc_state, i) {
417 if (!new_crtc_state->mode_changed &&
418 !new_crtc_state->connectors_changed)
421 drm_mode_copy(&new_crtc_state->adjusted_mode, &new_crtc_state->mode);
434 new_crtc_state =
446 &new_crtc_state->mode,
447 &new_crtc_state->adjusted_mode);
454 ret = funcs->atomic_check(encoder, new_crtc_state,
611 struct drm_crtc_state *old_crtc_state, *new_crtc_state; local in function:drm_atomic_helper_check_modeset
863 struct drm_crtc_state *new_crtc_state; local in function:drm_atomic_helper_check_planes
991 struct drm_crtc_state *old_crtc_state, *new_crtc_state; local in function:disable_outputs
1115 struct drm_crtc_state *new_crtc_state; local in function:drm_atomic_helper_update_legacy_modeset_state
1178 struct drm_crtc_state *new_crtc_state; local in function:crtc_set_mode
1301 struct drm_crtc_state *new_crtc_state; local in function:drm_atomic_helper_commit_modeset_enables
1441 struct drm_crtc_state *old_crtc_state __unused, *new_crtc_state; local in function:drm_atomic_helper_wait_for_vblanks
1614 struct drm_crtc_state *new_crtc_state; local in function:commit_tail
1994 struct drm_crtc_state *new_crtc_state; local in function:crtc_or_fake_commit
2059 struct drm_crtc_state *old_crtc_state, *new_crtc_state; local in function:drm_atomic_helper_setup_commit
2254 struct drm_crtc_state *new_crtc_state; local in function:drm_atomic_helper_fake_vblank
2293 struct drm_crtc_state *old_crtc_state, *new_crtc_state; local in function:drm_atomic_helper_commit_hw_done
2475 struct drm_crtc_state *old_crtc_state, *new_crtc_state; local in function:drm_atomic_helper_commit_planes
2579 struct drm_crtc_state *new_crtc_state = local in function:drm_atomic_helper_commit_planes_on_crtc
2746 struct drm_crtc_state *old_crtc_state, *new_crtc_state; local in function:drm_atomic_helper_swap_state
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_atomic_plane.c 228 struct intel_crtc_state *new_crtc_state,
239 new_crtc_state->active_planes &= ~BIT(plane->id);
240 new_crtc_state->nv12_planes &= ~BIT(plane->id);
241 new_crtc_state->c8_planes &= ~BIT(plane->id);
242 new_crtc_state->data_rate[plane->id] = 0;
243 new_crtc_state->min_cdclk[plane->id] = 0;
249 ret = plane->check_plane(new_crtc_state, new_plane_state);
255 new_crtc_state->active_planes |= BIT(plane->id);
259 new_crtc_state->nv12_planes |= BIT(plane->id);
263 new_crtc_state->c8_planes |= BIT(plane->id)
298 struct intel_crtc_state *new_crtc_state; local in function:intel_plane_atomic_check
381 struct intel_crtc_state *new_crtc_state = local in function:skl_update_planes_on_crtc
411 struct intel_crtc_state *new_crtc_state = local in function:i9xx_update_planes_on_crtc
    [all...]
intel_bw.c 395 struct intel_crtc_state *new_crtc_state, *old_crtc_state; local in function:intel_bw_atomic_check
407 new_crtc_state, i) {
411 intel_bw_crtc_data_rate(new_crtc_state);
415 intel_bw_crtc_num_active_planes(new_crtc_state);
intel_tv.c 1831 struct drm_crtc_state *new_crtc_state; local in function:intel_tv_atomic_check
1839 new_crtc_state = drm_atomic_get_new_crtc_state(state, new_state->crtc);
1848 new_crtc_state->connectors_changed = true;
intel_dpll_mgr.c 336 struct intel_crtc_state *new_crtc_state = local in function:intel_put_dpll
339 new_crtc_state->shared_dpll = NULL;
3114 struct intel_crtc_state *new_crtc_state = local in function:icl_put_dplls
3118 new_crtc_state->shared_dpll = NULL;
3124 &new_crtc_state->icl_port_dplls[id];
intel_display.c 1837 static void intel_enable_pipe(const struct intel_crtc_state *new_crtc_state)
1839 struct intel_crtc *crtc = to_intel_crtc(new_crtc_state->uapi.crtc);
1841 enum transcoder cpu_transcoder = new_crtc_state->cpu_transcoder;
1856 if (intel_crtc_has_type(new_crtc_state, INTEL_OUTPUT_DSI))
1861 if (new_crtc_state->has_pch_encoder) {
1891 if (intel_crtc_max_vblank_count(new_crtc_state) == 0)
6292 const struct intel_crtc_state *new_crtc_state)
6294 struct intel_crtc *crtc = to_intel_crtc(new_crtc_state->uapi.crtc);
6300 if (needs_modeset(new_crtc_state))
6310 (new_crtc_state->uapi.color_mgmt_changed |
6399 const struct intel_crtc_state *new_crtc_state = local in function:intel_post_plane_update
6432 const struct intel_crtc_state *new_crtc_state = local in function:intel_pre_plane_update
6520 const struct intel_crtc_state *new_crtc_state = local in function:intel_crtc_disable_planes
6779 const struct intel_crtc_state *new_crtc_state = local in function:ilk_crtc_enable
6923 const struct intel_crtc_state *new_crtc_state = local in function:hsw_crtc_enable
7313 const struct intel_crtc_state *new_crtc_state = local in function:valleyview_crtc_enable
7377 const struct intel_crtc_state *new_crtc_state = local in function:i9xx_crtc_enable
14218 struct intel_crtc_state *new_crtc_state; local in function:intel_modeset_clear_plls
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
14494 const struct intel_crtc_state *new_crtc_state; local in function:intel_cpu_transcoders_need_modeset
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
15046 struct intel_crtc_state *new_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
15585 struct intel_crtc_state *new_crtc_state; local in function:intel_atomic_commit
16012 struct intel_crtc_state *new_crtc_state; local in function:intel_legacy_cursor_update
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/display/amdgpu_dm/
amdgpu_dm_mst_types.c 307 struct drm_crtc_state *new_crtc_state; local in function:dm_dp_mst_atomic_check
318 new_crtc_state = drm_atomic_get_new_crtc_state(state, new_conn_state->crtc);
319 if (!new_crtc_state ||
320 !drm_atomic_crtc_needs_modeset(new_crtc_state) ||
321 new_crtc_state->enable)
amdgpu_dm.c 1618 struct drm_crtc_state *new_crtc_state; local in function:dm_resume
1686 for_each_new_crtc_in_state(dm->cached_state, crtc, new_crtc_state, i)
1687 new_crtc_state->active_changed = true;
1694 for_each_new_crtc_in_state(dm->cached_state, crtc, new_crtc_state, i) {
1695 dm_new_crtc_state = to_dm_crtc_state(new_crtc_state);
4726 struct drm_crtc_state *new_crtc_state; local in function:amdgpu_dm_connector_atomic_check
4739 new_crtc_state = drm_atomic_get_crtc_state(state, crtc);
4740 if (IS_ERR(new_crtc_state))
4741 return PTR_ERR(new_crtc_state);
4754 new_crtc_state->mode_changed
6382 struct drm_crtc_state *new_crtc_state; local in function:amdgpu_dm_commit_planes
6639 struct drm_crtc_state *new_crtc_state; local in function:amdgpu_dm_commit_audio
6725 struct drm_crtc_state *old_crtc_state, *new_crtc_state; local in function:amdgpu_dm_enable_crtc_interrupts
6784 struct drm_crtc_state *old_crtc_state, *new_crtc_state; local in function:amdgpu_dm_atomic_commit
6840 struct drm_crtc_state *old_crtc_state, *new_crtc_state; local in function:amdgpu_dm_atomic_commit_tail
7564 struct drm_crtc_state *new_crtc_state; local in function:should_reset_plane
7635 struct drm_crtc_state *old_crtc_state, *new_crtc_state; local in function:dm_update_plane_state
7780 struct drm_crtc_state *new_crtc_state, *old_crtc_state; local in function:dm_determine_update_type_for_commit
7983 struct drm_crtc_state *old_crtc_state, *new_crtc_state; local in function:amdgpu_dm_atomic_check
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv50/
nouveau_dispnv50_disp.c 1955 struct drm_crtc_state *new_crtc_state, *old_crtc_state; local in function:nv50_disp_atomic_commit_tail
1976 for_each_oldnew_crtc_in_state(state, crtc, old_crtc_state, new_crtc_state, i) {
1977 struct nv50_head_atom *asyh = nv50_head_atom(new_crtc_state);
1983 if (old_crtc_state->active && !new_crtc_state->active) {
2059 for_each_oldnew_crtc_in_state(state, crtc, old_crtc_state, new_crtc_state, i) {
2060 struct nv50_head_atom *asyh = nv50_head_atom(new_crtc_state);
2071 if (new_crtc_state->active) {
2076 if (new_crtc_state->event)
2135 for_each_new_crtc_in_state(state, crtc, new_crtc_state, i) {
2136 if (new_crtc_state->event)
2254 struct drm_crtc_state *old_crtc_state, *new_crtc_state; local in function:nv50_disp_outp_atomic_check_clr
2284 struct drm_crtc_state *new_crtc_state; local in function:nv50_disp_outp_atomic_check_set
2310 struct drm_crtc_state *new_crtc_state; local in function:nv50_disp_atomic_check
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/vmwgfx/
vmwgfx_kms.c 1609 struct drm_crtc_state *old_crtc_state, *new_crtc_state; local in function:vmw_kms_check_topology
1650 new_crtc_state, i) {
1656 if (!du->pref_active && new_crtc_state->enable) {
  /src/sys/external/bsd/drm2/dist/drm/i915/
intel_pm.c 1431 static int g4x_compute_intermediate_wm(struct intel_crtc_state *new_crtc_state)
1433 struct intel_crtc *crtc = to_intel_crtc(new_crtc_state->uapi.crtc);
1434 struct g4x_wm_state *intermediate = &new_crtc_state->wm.g4x.intermediate;
1435 const struct g4x_wm_state *optimal = &new_crtc_state->wm.g4x.optimal;
1437 to_intel_atomic_state(new_crtc_state->uapi.state);
1443 if (!new_crtc_state->hw.active || drm_atomic_crtc_needs_modeset(&new_crtc_state->uapi)) {
1452 !new_crtc_state->disable_cxsr;
1454 !new_crtc_state->disable_cxsr;
1502 new_crtc_state->wm.need_postvbl_update = true
5246 struct intel_crtc_state *new_crtc_state; local in function:skl_compute_ddb
5277 const struct intel_crtc_state *new_crtc_state; local in function:skl_print_wm_changes
5489 struct intel_crtc_state *new_crtc_state = local in function:skl_wm_add_affected_planes
5525 struct intel_crtc_state *new_crtc_state; local in function:skl_compute_wm
    [all...]

Completed in 222 milliseconds