Home
last modified time | relevance | path

Searched refs:commit (Results 1 – 25 of 328) sorted by relevance

12345678910>>...14

/linux/drivers/gpu/drm/i915/display/
H A Dintel_global_state.c22 commit = kzalloc(sizeof(*commit), GFP_KERNEL); in commit_new()
23 if (!commit) in commit_new()
29 return commit; in commit_new()
37 kfree(commit); in __commit_free()
42 if (commit) in commit_get()
45 return commit; in commit_get()
50 if (commit) in commit_put()
328 if (!commit) in intel_atomic_global_state_setup_commit()
335 commit = commit_get(old_obj_state->commit); in intel_atomic_global_state_setup_commit()
338 new_obj_state->commit = commit; in intel_atomic_global_state_setup_commit()
[all …]
H A Dintel_drrs.c354 struct drm_crtc_commit *commit; in intel_drrs_debugfs_ctl_set() local
367 commit = crtc_state->uapi.commit; in intel_drrs_debugfs_ctl_set()
368 if (commit) { in intel_drrs_debugfs_ctl_set()
369 ret = wait_for_completion_interruptible(&commit->hw_done); in intel_drrs_debugfs_ctl_set()
/linux/drivers/gpu/drm/
H A Ddrm_atomic_helper.c2288 commit = kzalloc(sizeof(*commit), GFP_KERNEL); in drm_atomic_helper_setup_commit()
2294 new_crtc_state->commit = commit; in drm_atomic_helper_setup_commit()
2317 commit->event = kzalloc(sizeof(*commit->event), in drm_atomic_helper_setup_commit()
2331 state->crtcs[i].commit = commit; in drm_atomic_helper_setup_commit()
2354 new_conn_state->commit = drm_crtc_commit_get(commit); in drm_atomic_helper_setup_commit()
2499 commit = new_crtc_state->commit; in drm_atomic_helper_commit_hw_done()
2511 old_crtc_state->commit = drm_crtc_commit_get(commit); in drm_atomic_helper_commit_hw_done()
2544 commit = old_crtc_state->commit; in drm_atomic_helper_commit_cleanup_done()
3040 commit = old_crtc_state->commit; in drm_atomic_helper_swap_state()
3051 commit = old_conn_state->commit; in drm_atomic_helper_swap_state()
[all …]
H A Ddrm_atomic_state_helper.c152 state->commit = NULL; in __drm_atomic_helper_crtc_duplicate_state()
195 if (state->commit) { in __drm_atomic_helper_crtc_destroy_state()
206 drm_crtc_commit_put(state->commit); in __drm_atomic_helper_crtc_destroy_state()
208 kfree(state->commit->event); in __drm_atomic_helper_crtc_destroy_state()
209 state->commit->event = NULL; in __drm_atomic_helper_crtc_destroy_state()
211 drm_crtc_commit_put(state->commit); in __drm_atomic_helper_crtc_destroy_state()
353 state->commit = NULL; in __drm_atomic_helper_plane_duplicate_state()
398 if (state->commit) in __drm_atomic_helper_plane_destroy_state()
399 drm_crtc_commit_put(state->commit); in __drm_atomic_helper_plane_destroy_state()
638 state->commit = NULL; in __drm_atomic_helper_connector_duplicate_state()
[all …]
/linux/Documentation/devicetree/bindings/riscv/
H A Dextensions.yaml425 in commit 2e5236 ("Ztso is now ratified.") of the
431 instructions, as ratified in commit 56ed795 ("Update
437 instructions, as ratified in commit 56ed795 ("Update
485 instructions, as ratified in commit 56ed795 ("Update
509 instructions, as ratified in commit 56ed795 ("Update
515 instructions, as ratified in commit 56ed795 ("Update
533 instructions, as ratified in commit 56ed795 ("Update
545 instructions, as ratified in commit 56ed795 ("Update
551 instructions, as ratified in commit 56ed795 ("Update
557 instructions, as ratified in commit 56ed795 ("Update
[all …]
/linux/scripts/
H A Dcheckkconfigsymbols.py87 if args.commit and args.diff:
94 if args.commit or args.diff:
103 if args.commit:
137 if args.commit or args.diff:
143 if args.commit:
144 commit_a = args.commit + "~"
145 commit_b = args.commit
199 for commit in commits:
200 commit = commit.split(" ", 1)
201 print("\t- %s (\"%s\")" % (yel(commit[0]), commit[1]))
[all …]
H A Dchecktransupdate.py42 def get_latest_commit_from(file_path, commit): argument
83 def pretty_output(commit): argument
91 def valid_commit(commit): argument
93 msg = pretty_output(commit)
125 for commit in commits:
126 if valid_commit(commit):
127 logging.info("commit %s", pretty_output(commit))
/linux/Documentation/trace/
H A Dring-buffer-design.rst230 commit page
235 commit page.
257 Write commit::
274 +---------+ <-- current commit
290 |commit |
310 The commit page points to the page that has the last full commit.
322 commit page
328 head page commit page |
368 is still on that page. If the read meets the last commit (real commit
665 reader page commit page
[all …]
/linux/drivers/interconnect/qcom/
H A Dbcm-voter.c128 u32 addr, bool commit, bool wait) in tcs_cmd_gen() argument
147 cmd->data = BCM_TCS_CMD(commit, valid, vote_x, vote_y); in tcs_cmd_gen()
162 bool commit, wait; in tcs_list_gen() local
168 commit = false; in tcs_list_gen()
172 commit = true; in tcs_list_gen()
176 wait = commit && (voter->tcs_wait & BIT(bucket)); in tcs_list_gen()
179 bcm->vote_y[bucket], bcm->addr, commit, wait); in tcs_list_gen()
189 if (!commit) { in tcs_list_gen()
/linux/drivers/gpu/drm/xe/display/
H A Dxe_display.c295 struct drm_crtc_commit *commit; in xe_display_flush_cleanup_work() local
298 commit = list_first_entry_or_null(&crtc->base.commit_list, in xe_display_flush_cleanup_work()
300 if (commit) in xe_display_flush_cleanup_work()
301 drm_crtc_commit_get(commit); in xe_display_flush_cleanup_work()
304 if (commit) { in xe_display_flush_cleanup_work()
305 wait_for_completion(&commit->cleanup_done); in xe_display_flush_cleanup_work()
306 drm_crtc_commit_put(commit); in xe_display_flush_cleanup_work()
/linux/Documentation/filesystems/ext4/
H A Djournal.rst35 affected metadata in fast commit space that is shared with JBD2.
36 Once the fast commit area fills in or if fast commit is not possible
37 or if JBD2 commit timer goes off, Ext4 performs a traditional full commit.
75 commit. If there is no commit record (or the checksums don't match), the
202 - First commit ID expected in log.
261 - Number of fast commit blocks in the journal.
622 the entire commit block, with this field zeroed. If
651 - Fast commit area header
681 - Unused bytes in the fast commit area.
684 - Mark the end of a fast commit
[all …]
/linux/Documentation/filesystems/
H A Djournalling.rst66 A jbd2_journal_flush() may be called at any time to commit and
107 journal commit callback for this purpose.
109 With journal commit callbacks you can ask the journalling layer to call
114 called after each transaction commit. You can also use
143 fast commit.
145 `journal->j_fc_replay_cb`: Replay function called for replay of fast commit
150 :c:func:`jbd2_fc_begin_commit()`. Once a fast commit is done, the client
153 commit immediately after stopping the fast commit it can do so by calling
156 perform the full traditional commit.
158 JBD2 helper functions to manage fast commit buffers. File system can use
[all …]
/linux/tools/testing/selftests/bpf/
H A DREADME.rst148 __ https://github.com/llvm/llvm-project/commit/ddf1864ace484035e3cde5e83b3a31ac81e059c6
198 __ https://github.com/llvm/llvm-project/commit/3cb7e7bf959dcd3b8080986c62e10a75c7af43f0
237 __ https://github.com/llvm/llvm-project/commit/1959ead525b8830cc8a345f45e1c3ef9902d3229
254 .. _0: https://github.com/llvm/llvm-project/commit/6b01b465388b204d543da3cf49efd6080db094a9
255 .. _1: https://github.com/llvm/llvm-project/commit/072cde03aaa13a2c57acf62d79876bf79aa1919f
256 .. _2: https://github.com/llvm/llvm-project/commit/00602ee7ef0bf6c68d690a2bd729c12b95c95c99
257 .. _3: https://github.com/llvm/llvm-project/commit/6d218b4adb093ff2e9764febbbc89f429412006c
267 __ https://github.com/llvm/llvm-project/commit/a7137b238a07d9399d3ae96c0b461571bd5aa8b2
281 __ https://github.com/llvm/llvm-project/commit/886f9ff53155075bd5f1e994f17b85d1e1b7470c
307 __ https://github.com/llvm/llvm-project/commit/968292cb93198442138128d850fd54dc7edc0035
[all …]
/linux/drivers/net/ethernet/meta/fbnic/
H A Dfbnic_devlink.c25 if (strlen(fw_ver->commit) > 0) { in fbnic_version_running_put()
30 fw_ver->commit); in fbnic_version_running_put()
50 if (strlen(fw_ver->commit) > 0) { in fbnic_version_stored_put()
55 fw_ver->commit); in fbnic_version_stored_put()
/linux/drivers/gpu/drm/sun4i/
H A Dsunxi_engine.h63 void (*commit)(struct sunxi_engine *engine, member
158 if (engine->ops && engine->ops->commit) in sunxi_engine_commit()
159 engine->ops->commit(engine, crtc, state); in sunxi_engine_commit()
/linux/Documentation/arch/riscv/
H A Dhwprobe.rst75 defined by commit cd20cee ("FMIN/FMAX now implement
95 ratified in commit 3dd606f ("Create cmobase-v1.0.pdf") of riscv-CMOs.
167 defined in the RISC-V Vector manual starting from commit e2ccd0548d6c
175 defined in the RISC-V ISA manual starting from commit 056b6ff467c7
179 defined in the RISC-V ISA manual starting from commit 5618fb5a216b
184 from commit 5059e0ca641c ("update to ratified").
188 manual starting from commit 95cf1f9 ("Add changes requested by Ved
192 supported as defined in the RISC-V ISA manual starting from commit
211 supported as defined in the RISC-V ISA manual starting from commit
235 supported as defined in the RISC-V ISA manual starting from commit
[all …]
/linux/Documentation/maintainer/
H A Dconfigure-git.rst33 Creating commit links to lore.kernel.org
40 reference back to the lore archive so that people that browse the commit
54 test -x "$GIT_DIR/hooks/commit-msg" &&
55 exec "$GIT_DIR/hooks/commit-msg" ${1+"$@"}
/linux/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_crc.c258 struct drm_crtc_commit *commit; in amdgpu_dm_crtc_set_crc_source() local
278 commit = list_first_entry_or_null(&crtc->commit_list, in amdgpu_dm_crtc_set_crc_source()
280 if (commit) in amdgpu_dm_crtc_set_crc_source()
281 drm_crtc_commit_get(commit); in amdgpu_dm_crtc_set_crc_source()
284 if (commit) { in amdgpu_dm_crtc_set_crc_source()
293 &commit->hw_done, 10 * HZ); in amdgpu_dm_crtc_set_crc_source()
406 if (commit) in amdgpu_dm_crtc_set_crc_source()
407 drm_crtc_commit_put(commit); in amdgpu_dm_crtc_set_crc_source()
/linux/Documentation/driver-api/acpi/
H A Dlinuxized-acpica.rst127 copy the ACPICA git repository. Each commit in the monthly release is
239 1. Cherry-pick an ACPICA commit
244 Then the gen-patch.sh command can help to cherry-pick an ACPICA commit
249 $ generate/linux/gen-patch.sh -u [commit ID]
251 Here the commit ID is the ACPICA local repository commit ID you want to
252 cherry pick. It can be omitted if the commit is "HEAD".
264 $ generate/linux/make-patches.sh -u [commit ID]
266 The commit ID should be the last ACPICA commit accepted by Linux. Usually,
267 it is the commit modifying ACPI_CA_VERSION. It can be found by executing
/linux/kernel/trace/
H A Dring_buffer.c627 long commit, write; in verify_event() local
636 commit = local_read(&page->page->commit); in verify_event()
2944 unsigned long commit; in rb_iter_head_event() local
4659 if (commit == reader) in rb_per_cpu_empty()
4666 if (commit != head) in rb_per_cpu_empty()
5090 unsigned commit; in ring_buffer_iter_empty() local
6430 unsigned int commit; in ring_buffer_read_page() local
6525 if (rpos >= commit) in ring_buffer_read_page()
6565 commit = local_read(&bpage->commit); in ring_buffer_read_page()
6586 memset(&bpage->data[commit], 0, buffer->subbuf_size - commit); in ring_buffer_read_page()
[all …]
H A Dring_buffer_benchmark.c17 local_t commit; member
110 unsigned long commit; in read_page() local
126 commit = local_read(&rpage->commit) & 0xfffff; in read_page()
127 for (i = 0; i < commit && !test_error ; i += inc) { in read_page()
/linux/include/soc/qcom/
H A Dtcs.h73 #define BCM_TCS_CMD(commit, valid, vote_x, vote_y) \ argument
74 (((commit) << BCM_TCS_CMD_COMMIT_SHFT) | \
/linux/Documentation/filesystems/xfs/
H A Dxfs-delayed-logging-design.rst280 after the commit completes. Once the commit completes, we can sleep waiting for
680 commit the checkpoint.
847 transaction commit code.
914 3. Checkpoint commit ordering
929 the transaction commit side.
993 6. Transaction commit
996 Write commit LSN into transaction
1006 Write commit LSN into log item
1038 6. Transaction commit
1054 sequence commit records
[all …]
/linux/drivers/tty/
H A Dtty_buffer.c73 bool restart = buf->head->commit != buf->head->read; in tty_buffer_unlock_exclusive()
107 p->commit = 0; in tty_buffer_reset()
237 buf->head->read = buf->head->commit; in tty_buffer_flush()
283 smp_store_release(&b->commit, b->used); in __tty_buffer_request_room()
415 count = smp_load_acquire(&head->commit) - head->lookahead; in lookahead_bufs()
486 count = smp_load_acquire(&head->commit) - head->read; in flush_to_ldisc()
516 smp_store_release(&tail->commit, tail->used); in tty_flip_buffer_commit()
/linux/drivers/gpu/drm/ci/xfails/
H A Dmsm-sdm845-skips.txt5 # https://gitlab.freedesktop.org/gfx-ci/linux/-/commit/4b49f902ec6f2bb382cbbf489870573f4b43371e
6 # https://gitlab.freedesktop.org/gfx-ci/linux/-/commit/38cdf4c5559771e2474ae0fecef8469f65147bc1

12345678910>>...14