Home
last modified time | relevance | path

Searched refs:new_context (Results 1 – 6 of 6) sorted by relevance

/linux/arch/csky/mm/
H A Dasid.c79 static u64 new_context(struct asid_info *info, atomic64_t *pasid, in new_context() function
147 asid = new_context(info, pasid, mm); in asid_new_context()
/linux/arch/arm/mm/
H A Dcontext.c189 static u64 new_context(struct mm_struct *mm, unsigned int cpu) in new_context() function
261 asid = new_context(mm, cpu); in check_and_switch_context()
/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc.c3636 * new_context and new_update_type back to the caller. The function also backs in update_planes_and_stream_state()
3648 * @new_context: [out] new context allocated and validated if update type is in update_planes_and_stream_state()
3651 * Return: true if a valid update is populated into new_context, false in update_planes_and_stream_state()
3659 struct dc_state **new_context) in update_planes_and_stream_state()
3810 *new_context = context; in commit_planes_do_stream_update()
5356 struct dc_state *new_context, struct dc_stream_state *stream) in update_planes_and_stream_v2()
5370 dc->current_state = new_context; in update_planes_and_stream_v2()
5375 pipe_ctx = &new_context->res_ctx.pipe_ctx[i]; in commit_planes_and_stream_update_on_current_context()
5399 struct dc_state *new_context, in commit_planes_and_stream_update_on_current_context()
5408 create_minimal_transition_state(dc, new_context, in commit_planes_and_stream_update_with_new_context()
3582 update_planes_and_stream_state(struct dc * dc,struct dc_surface_update * srf_updates,int surface_count,struct dc_stream_state * stream,struct dc_stream_update * stream_update,enum surface_update_type * new_update_type,struct dc_state ** new_context) update_planes_and_stream_state() argument
4831 swap_and_release_current_context(struct dc * dc,struct dc_state * new_context,struct dc_stream_state * stream) swap_and_release_current_context() argument
4874 commit_minimal_transition_based_on_new_context(struct dc * dc,struct dc_state * new_context,struct dc_stream_state * stream,struct dc_stream_update * stream_update,struct dc_surface_update * srf_updates,int surface_count) commit_minimal_transition_based_on_new_context() argument
4908 commit_minimal_transition_based_on_current_context(struct dc * dc,struct dc_state * new_context,struct dc_stream_state * stream) commit_minimal_transition_based_on_current_context() argument
4982 commit_minimal_transition_state_in_dc_update(struct dc * dc,struct dc_state * new_context,struct dc_stream_state * stream,struct dc_surface_update * srf_updates,int surface_count) commit_minimal_transition_state_in_dc_update() argument
5410 commit_planes_and_stream_update_with_new_context(struct dc * dc,struct dc_surface_update * srf_updates,int surface_count,struct dc_stream_state * stream,struct dc_stream_update * stream_update,enum surface_update_type update_type,struct dc_state * new_context) commit_planes_and_stream_update_with_new_context() argument
5476 struct dc_state *new_context; update_planes_and_stream_v3() local
7285 struct dc_state *new_context; global() member
[all...]
/linux/drivers/net/ethernet/intel/i40e/
H A Di40e_lan_hmc.h56 u8 new_context; member
H A Di40e_lan_hmc.c672 {I40E_HMC_STORE(i40e_hmc_obj_txq, new_context), 1, 30 },
H A Di40e_main.c3470 tx_ctx.new_context = 1; in i40e_configure_tx_ring()