Searched refs:old_state (Results 1 - 25 of 240) sorted by path

12345678910

/linux-master/drivers/gpu/drm/arm/
H A Dmalidp_mw.h13 struct drm_atomic_state *old_state);
H A Dmalidp_crtc.c76 struct drm_crtc_state *old_state = drm_atomic_get_old_crtc_state(state, local
83 drm_atomic_helper_disable_planes_on_crtc(old_state, false);
448 struct malidp_crtc_state *state, *old_state; local
453 old_state = to_malidp_crtc_state(crtc->state);
459 memcpy(state->gamma_coeffs, old_state->gamma_coeffs,
461 memcpy(state->coloradj_coeffs, old_state->coloradj_coeffs,
463 memcpy(&state->scaler_config, &old_state->scaler_config,
H A Dmalidp_drv.c63 struct drm_crtc_state *old_state)
79 if (!old_state->gamma_lut || (crtc->state->gamma_lut->base.id !=
80 old_state->gamma_lut->base.id))
90 struct drm_crtc_state *old_state)
106 if (!old_state->ctm || (crtc->state->ctm->base.id !=
107 old_state->ctm->base.id))
120 struct drm_crtc_state *old_state)
123 struct malidp_crtc_state *old_cs = to_malidp_crtc_state(old_state);
62 malidp_atomic_commit_update_gamma(struct drm_crtc *crtc, struct drm_crtc_state *old_state) argument
89 malidp_atomic_commit_update_coloradj(struct drm_crtc *crtc, struct drm_crtc_state *old_state) argument
119 malidp_atomic_commit_se_config(struct drm_crtc *crtc, struct drm_crtc_state *old_state) argument
H A Dmalidp_mw.c237 struct drm_atomic_state *old_state)
236 malidp_mw_atomic_commit(struct drm_device *drm, struct drm_atomic_state *old_state) argument
H A Dmalidp_planes.c784 struct drm_plane_state *old_state = drm_atomic_get_old_plane_state(state, local
826 if ((plane->state->color_encoding != old_state->color_encoding) ||
827 (plane->state->color_range != old_state->color_range))
/linux-master/drivers/gpu/drm/radeon/
H A Drv6xx_dpm.c1203 struct rv6xx_ps *old_state = rv6xx_get_ps(old_ps); local
1206 safe_voltage = (new_state->low.vddc >= old_state->low.vddc) ?
1207 new_state->low.vddc : old_state->low.vddc;
1219 struct rv6xx_ps *old_state = rv6xx_get_ps(old_ps); local
1222 old_state->low.vddc);
1233 struct rv6xx_ps *old_state = rv6xx_get_ps(old_ps); local
1236 (old_state->low.flags & ATOM_PPLIB_R600_FLAGS_BACKBIASENABLE))
1247 struct rv6xx_ps *old_state = rv6xx_get_ps(old_ps); local
1250 (old_state->low.flags & ATOM_PPLIB_R600_FLAGS_PCIEGEN2))
1309 struct rv6xx_ps *old_state local
1324 struct rv6xx_ps *old_state = rv6xx_get_ps(old_ps); local
1422 struct rv6xx_ps *old_state = rv6xx_get_ps(old_ps); local
[all...]
/linux-master/drivers/mtd/tests/
H A Dpagetest.c86 struct rnd_state old_state = rnd_state; local
106 rnd_state = old_state;
/linux-master/drivers/net/ethernet/sfc/falcon/
H A Dtenxpress.c354 struct ef4_link_state old_state = efx->link_state; local
363 return !ef4_link_state_equal(&efx->link_state, &old_state);
/linux-master/arch/mips/alchemy/common/
H A Dplatform.c32 unsigned int old_state)
38 serial8250_do_pm(port, state, old_state);
41 serial8250_do_pm(port, state, old_state);
45 serial8250_do_pm(port, state, old_state);
31 alchemy_8250_pm(struct uart_port *port, unsigned int state, unsigned int old_state) argument
/linux-master/arch/powerpc/kvm/
H A Dbook3s_hv_rm_xics.c242 union kvmppc_icp_state old_state, new_state; local
246 old_state = new_state = READ_ONCE(icp->state);
272 } while (!icp_rm_try_update(icp, old_state, new_state));
412 union kvmppc_icp_state old_state, new_state; local
445 old_state = new_state = READ_ONCE(icp->state);
469 } while (!icp_rm_try_update(icp, old_state, new_state));
490 union kvmppc_icp_state old_state, new_state; local
509 old_state = new_state = READ_ONCE(icp->state);
511 xirr = old_state.xisr | (((u32)old_state
529 union kvmppc_icp_state old_state, new_state; local
615 union kvmppc_icp_state old_state, new_state; local
[all...]
H A Dbook3s_xics.c339 union kvmppc_icp_state old_state, new_state; local
346 old_state = new_state = READ_ONCE(icp->state);
372 } while (!icp_try_update(icp, old_state, new_state, false));
516 union kvmppc_icp_state old_state, new_state; local
549 old_state = new_state = READ_ONCE(icp->state);
575 } while (!icp_try_update(icp, old_state, new_state, true));
588 union kvmppc_icp_state old_state, new_state; local
603 old_state = new_state = READ_ONCE(icp->state);
605 xirr = old_state.xisr | (((u32)old_state
622 union kvmppc_icp_state old_state, new_state; local
723 union kvmppc_icp_state old_state, new_state; local
1105 union kvmppc_icp_state old_state, new_state; local
[all...]
/linux-master/arch/powerpc/platforms/cell/spufs/
H A Dsched.c1025 enum spu_utilization_state old_state; local
1035 old_state = ctx->stats.util_state;
1043 ctx->stats.times[old_state] += delta;
1044 spu->stats.times[old_state] += delta;
1048 if (old_state == SPU_UTIL_USER)
/linux-master/drivers/acpi/
H A Dac.c265 unsigned int old_state; local
267 old_state = ac->state;
270 if (old_state != ac->state)
/linux-master/drivers/block/
H A Dpktcdvd.c1116 enum packet_data_state old_state = pkt->state; local
1119 pkt->id, pkt->sector, state_name[old_state], state_name[state]);
/linux-master/drivers/bus/mhi/ep/
H A Dsm.c62 enum mhi_state old_state; local
68 old_state = mhi_cntrl->mhi_state;
69 if (old_state == MHI_STATE_M3)
85 if (old_state == MHI_STATE_READY) {
/linux-master/drivers/dma/ti/
H A Dk3-udma.c1005 enum udma_chan_state old_state = uc->state; local
1033 uc->state = old_state;
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_vkms.c267 struct drm_atomic_state *old_state)
368 struct drm_plane_state *old_state)
373 if (!old_state->fb)
376 rbo = gem_to_amdgpu_bo(old_state->fb->obj[0]);
266 amdgpu_vkms_plane_atomic_update(struct drm_plane *plane, struct drm_atomic_state *old_state) argument
367 amdgpu_vkms_cleanup_fb(struct drm_plane *plane, struct drm_plane_state *old_state) argument
/linux-master/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm.c355 static inline bool is_dc_timing_adjust_needed(struct dm_crtc_state *old_state, argument
360 else if (amdgpu_dm_crtc_vrr_active(old_state) != amdgpu_dm_crtc_vrr_active(new_state))
4021 struct dm_atomic_state *old_state, *new_state; local
4029 old_state = to_dm_atomic_state(obj->state);
4031 if (old_state && old_state->context)
4032 new_state->context = dc_state_create_copy(old_state->context);
8278 static void amdgpu_dm_handle_vrr_transition(struct dm_crtc_state *old_state, argument
8281 bool old_vrr_active = amdgpu_dm_crtc_vrr_active(old_state);
10968 state->private_objs[j].old_state
[all...]
H A Damdgpu_dm_mst_types.c1422 struct drm_crtc_state *new_state, *old_state; local
1424 for_each_oldnew_crtc_in_state(state, crtc, old_state, new_state, i) {
1518 dm_old_crtc_state = to_dm_crtc_state(state->crtcs[ind].old_state);
H A Damdgpu_dm_plane.c937 struct drm_plane_state *old_state)
942 if (!old_state->fb)
945 rbo = gem_to_amdgpu_bo(old_state->fb->obj[0]);
1303 struct drm_plane_state *old_state = local
1319 amdgpu_dm_plane_handle_cursor_update(plane, old_state);
936 amdgpu_dm_plane_helper_cleanup_fb(struct drm_plane *plane, struct drm_plane_state *old_state) argument
/linux-master/drivers/gpu/drm/amd/display/dc/core/
H A Ddc.c1911 struct dc_state *old_state; local
2081 old_state = dc->current_state;
2084 dc_state_release(old_state);
/linux-master/drivers/gpu/drm/amd/display/dc/hwss/dcn20/
H A Ddcn20_hwseq.c1478 static void dcn20_detect_pipe_changes(struct dc_state *old_state, argument
1483 bool old_is_phantom = dc_state_get_pipe_subvp_type(old_state, old_pipe) == SUBVP_PHANTOM;
/linux-master/drivers/gpu/drm/arm/display/komeda/
H A Dkomeda_kms.c88 static void komeda_kms_commit_tail(struct drm_atomic_state *old_state) argument
90 struct drm_device *dev = old_state->dev;
93 drm_atomic_helper_commit_modeset_disables(dev, old_state);
95 drm_atomic_helper_commit_planes(dev, old_state,
98 drm_atomic_helper_commit_modeset_enables(dev, old_state);
100 komeda_kms_atomic_commit_hw_done(old_state);
102 drm_atomic_helper_wait_for_flip_done(dev, old_state);
106 drm_atomic_helper_cleanup_planes(dev, old_state);
H A Dkomeda_pipeline.h557 struct drm_atomic_state *old_state);
559 struct drm_atomic_state *old_state);
H A Dkomeda_pipeline_state.c1288 struct drm_atomic_state *old_state)
1296 old = komeda_pipeline_get_old_state(pipe, old_state);
1333 struct drm_atomic_state *old_state)
1341 old = komeda_pipeline_get_old_state(pipe, old_state);
1287 komeda_pipeline_disable(struct komeda_pipeline *pipe, struct drm_atomic_state *old_state) argument
1332 komeda_pipeline_update(struct komeda_pipeline *pipe, struct drm_atomic_state *old_state) argument

Completed in 626 milliseconds

12345678910