Searched refs:commit (Results 151 - 160 of 160) sorted by relevance

1234567

/linux-master/drivers/gpu/drm/i915/display/
H A Dintel_display.c739 struct drm_crtc_commit *commit; local
741 commit = list_first_entry_or_null(&crtc->commit_list,
743 cleanup_done = commit ?
744 try_wait_for_completion(&commit->cleanup_done) : true;
6023 * may be involved in the initial commit due to
6318 * after the first userspace/client initiated commit.
6707 /* Perform vblank evasion around commit operation */
7048 * The commit's FB prepare hook already ensured that FB obj is pinned and the
H A Dintel_ddi.c4513 if (conn_state->commit &&
4514 !try_wait_for_completion(&conn_state->commit->hw_done))
/linux-master/drivers/staging/media/atomisp/pci/
H A Dsh_css_params.c1887 /* Now commit all changes to the SP */
1956 /* now commit to ddr */
3066 bool commit,
3085 if (!commit) {
3064 sh_css_param_update_isp_params(struct ia_css_pipe *curr_pipe, struct ia_css_isp_parameters *params, bool commit, struct ia_css_pipe *pipe_in) argument
/linux-master/drivers/scsi/aacraid/
H A Daachba.c264 module_param_named(commit, aac_commit, int, S_IRUGO|S_IWUSR);
265 MODULE_PARM_DESC(commit, "Control whether a COMMIT_CONFIG is issued to the"
356 * Query config status, and commit the configuration if needed.
/linux-master/drivers/gpu/drm/vc4/
H A Dvc4_hdmi.c378 if (conn_state->commit &&
379 !try_wait_for_completion(&conn_state->commit->hw_done)) {
/linux-master/net/ipv4/
H A Dtcp_output.c2373 goto commit;
2393 commit:
/linux-master/drivers/gpu/drm/gma500/
H A Dpsb_intel_sdvo.c1767 .commit = gma_encoder_commit,
/linux-master/drivers/gpu/drm/radeon/
H A Datombios_crtc.c2220 .commit = atombios_crtc_commit,
/linux-master/net/netfilter/
H A Dnf_tables_api.c2076 /* should be NULL either via abort or via successful commit */
7209 * from the second phase of the commit protocol.
9992 * to prevent expensive synchronize_rcu() in commit phase.
10088 WARN_ONCE(1, "table=%s not expected in commit list", table->name);
10120 if (!set->ops->commit || set->dead)
10123 set->ops->commit(set);
10353 if (te->set->ops->commit &&
10372 if (te->set->ops->commit &&
10762 /* else, commit mutex has to be released by commit o
[all...]
/linux-master/drivers/gpu/drm/display/
H A Ddrm_dp_mst_topology.c4499 drm_crtc_commit_get(crtc_state->commit);
4510 * prepare new MST state for commit
4519 * This function also prepares the new MST state for commit by performing some state preparation
4521 * determined at commit-time) from the previous state.

Completed in 310 milliseconds

1234567