| /src/sys/external/bsd/drm2/dist/drm/ |
| drm_blend.c | 505 struct drm_crtc_state *old_crtc_state, *new_crtc_state; local 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 1300 struct drm_crtc_state *new_crtc_state; local [all...] |
| drm_atomic_helper.c | 410 struct drm_crtc_state *new_crtc_state; local 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 863 struct drm_crtc_state *new_crtc_state; local 991 struct drm_crtc_state *old_crtc_state, *new_crtc_state; local 1115 struct drm_crtc_state *new_crtc_state; local 1178 struct drm_crtc_state *new_crtc_state; local 1301 struct drm_crtc_state *new_crtc_state; local 1441 struct drm_crtc_state *old_crtc_state __unused, *new_crtc_state; local 1614 struct drm_crtc_state *new_crtc_state; local 1994 struct drm_crtc_state *new_crtc_state; local 2059 struct drm_crtc_state *old_crtc_state, *new_crtc_state; local 2254 struct drm_crtc_state *new_crtc_state; local 2293 struct drm_crtc_state *old_crtc_state, *new_crtc_state; local 2475 struct drm_crtc_state *old_crtc_state, *new_crtc_state; local 2579 struct drm_crtc_state *new_crtc_state = local 2746 struct drm_crtc_state *old_crtc_state, *new_crtc_state; local [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 381 struct intel_crtc_state *new_crtc_state = local 411 struct intel_crtc_state *new_crtc_state = local [all...] |
| intel_bw.c | 395 struct intel_crtc_state *new_crtc_state, *old_crtc_state; local 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 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 339 new_crtc_state->shared_dpll = NULL; 3114 struct intel_crtc_state *new_crtc_state = local 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 6432 const struct intel_crtc_state *new_crtc_state = local 6520 const struct intel_crtc_state *new_crtc_state = local 6779 const struct intel_crtc_state *new_crtc_state = local 6923 const struct intel_crtc_state *new_crtc_state = local 7313 const struct intel_crtc_state *new_crtc_state = local 7377 const struct intel_crtc_state *new_crtc_state = local 14218 struct intel_crtc_state *new_crtc_state; local 14297 struct intel_crtc_state *old_crtc_state, *new_crtc_state; local 14416 struct intel_crtc_state *old_crtc_state, *new_crtc_state; local 14494 const struct intel_crtc_state *new_crtc_state; local 14588 struct intel_crtc_state *old_crtc_state, *new_crtc_state; local 14954 struct intel_crtc_state *new_crtc_state, *old_crtc_state; local 15000 struct intel_crtc_state *old_crtc_state, *new_crtc_state; local 15046 struct intel_crtc_state *new_crtc_state = local 15127 struct intel_crtc_state *old_crtc_state, *new_crtc_state; local 15334 struct intel_crtc_state *new_crtc_state, *old_crtc_state; local 15585 struct intel_crtc_state *new_crtc_state; local 16012 struct intel_crtc_state *new_crtc_state; local [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 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 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; 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 [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 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 2284 struct drm_crtc_state *new_crtc_state; local 2310 struct drm_crtc_state *new_crtc_state; local [all...] |
| /src/sys/external/bsd/drm2/dist/drm/vmwgfx/ |
| vmwgfx_kms.c | 1609 struct drm_crtc_state *old_crtc_state, *new_crtc_state; local 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 5277 const struct intel_crtc_state *new_crtc_state; local 5489 struct intel_crtc_state *new_crtc_state = local 5525 struct intel_crtc_state *new_crtc_state; local [all...] |