/Linux-v4.19/drivers/gpu/drm/ |
D | drm_atomic_helper.c | 1240 funcs->commit(crtc); in drm_atomic_helper_commit_modeset_enables() 1270 else if (funcs->commit) in drm_atomic_helper_commit_modeset_enables() 1271 funcs->commit(encoder); in drm_atomic_helper_commit_modeset_enables() 1415 struct drm_crtc_commit *commit = old_state->crtcs[i].commit; in drm_atomic_helper_wait_for_flip_done() local 1420 if (!crtc || !commit) in drm_atomic_helper_wait_for_flip_done() 1423 ret = wait_for_completion_timeout(&commit->flip_done, 10 * HZ); in drm_atomic_helper_wait_for_flip_done() 1576 if (old_plane_state->commit && in drm_atomic_helper_async_check() 1577 !try_wait_for_completion(&old_plane_state->commit->hw_done)) in drm_atomic_helper_async_check() 1759 struct drm_crtc_commit *commit, *stall_commit = NULL; in stall_checks() local 1766 list_for_each_entry(commit, &crtc->commit_list, commit_entry) { in stall_checks() [all …]
|
/Linux-v4.19/drivers/gpu/drm/atmel-hlcdc/ |
D | atmel_hlcdc_dc.c | 471 atmel_hlcdc_dc_atomic_complete(struct atmel_hlcdc_dc_commit *commit) in atmel_hlcdc_dc_atomic_complete() argument 473 struct drm_device *dev = commit->dev; in atmel_hlcdc_dc_atomic_complete() 475 struct drm_atomic_state *old_state = commit->state; in atmel_hlcdc_dc_atomic_complete() 489 spin_lock(&dc->commit.wait.lock); in atmel_hlcdc_dc_atomic_complete() 490 dc->commit.pending = false; in atmel_hlcdc_dc_atomic_complete() 491 wake_up_all_locked(&dc->commit.wait); in atmel_hlcdc_dc_atomic_complete() 492 spin_unlock(&dc->commit.wait.lock); in atmel_hlcdc_dc_atomic_complete() 494 kfree(commit); in atmel_hlcdc_dc_atomic_complete() 499 struct atmel_hlcdc_dc_commit *commit = in atmel_hlcdc_dc_atomic_work() local 502 atmel_hlcdc_dc_atomic_complete(commit); in atmel_hlcdc_dc_atomic_work() [all …]
|
/Linux-v4.19/scripts/ |
D | checkkconfigsymbols.py | 88 if args.commit and args.diff: 95 if args.commit or args.diff: 104 if args.commit: 123 if args.sim and not args.commit and not args.diff: 135 if args.commit or args.diff: 141 if args.commit: 142 commit_a = args.commit + "~" 143 commit_b = args.commit 197 for commit in commits: 198 commit = commit.split(" ", 1) [all …]
|
D | get_maintainer.pl | 1694 foreach my $commit (@commits) { 1695 $commit =~ s/^\^//g; 2083 my $commit = ""; 2087 $commit = $1 if ($line =~ m/$VCS_cmds{"commit_pattern"}/); 2102 if (@{$ref}[0] eq $commit && 2111 [ ($commit, $subject, $type) ]); 2257 my $commit = join(" -r ", @commits); 2269 foreach my $commit (@commits) { 2298 my $commit = join(" -r ", @commits); 2329 foreach my $commit (@commits) { [all …]
|
/Linux-v4.19/Documentation/trace/ |
D | ring-buffer-design.txt | 172 It is possible that the page swapped is the commit page and the tail page, 176 reader page commit page tail page 207 commit page - the page that last finished a write. 209 The commit page only is updated by the outermost writer in the 211 commit page. 227 +---------+ <--- given back to writer (current commit) 233 Write commit: 240 +---------+ <--- next position for write (current commit) 250 +---------+ <-- current commit 262 +---------+ <--(last full commit) [all …]
|
/Linux-v4.19/drivers/gpu/drm/sun4i/ |
D | sunxi_engine.h | 65 void (*commit)(struct sunxi_engine *engine); member 143 if (engine->ops && engine->ops->commit) in sunxi_engine_commit() 144 engine->ops->commit(engine); in sunxi_engine_commit()
|
/Linux-v4.19/drivers/gpu/drm/mediatek/ |
D | mtk_drm_drv.c | 44 private->commit.state = state; in mtk_atomic_schedule() 45 schedule_work(&private->commit.work); in mtk_atomic_schedule() 93 struct mtk_drm_private, commit.work); in mtk_atomic_work() 95 mtk_atomic_complete(private, private->commit.state); in mtk_atomic_work() 109 mutex_lock(&private->commit.lock); in mtk_atomic_commit() 110 flush_work(&private->commit.work); in mtk_atomic_commit() 114 mutex_unlock(&private->commit.lock); in mtk_atomic_commit() 125 mutex_unlock(&private->commit.lock); in mtk_atomic_commit() 458 mutex_init(&private->commit.lock); in mtk_drm_probe() 459 INIT_WORK(&private->commit.work, mtk_atomic_work); in mtk_drm_probe()
|
/Linux-v4.19/Documentation/filesystems/ |
D | xfs-delayed-logging-design.txt | 48 This relogging is also used to implement long-running, multiple-commit 68 asynchronous. That is, they don't commit to disk until either a log buffer is 170 the delayed logging tracking lock to commit the transaction. However, the 180 transaction commit while the item is locked in the transaction. Instead of 188 rewriting can all be done while the object is locked during transaction commit, 272 in transaction commit order, so when an object is relogged it is removed from 306 formatted log items and a commit record at the tail. From a recovery 317 the transaction commit record, but tracking this requires us to have a 332 workloads, just like the existing transaction commit code does. This, however, 333 requires that we strictly order the commit records in the log so that [all …]
|
/Linux-v4.19/Documentation/acpi/ |
D | linuxized-acpica.txt | 112 copy the ACPICA git repository. Each commit in the monthly release is 222 1. Cherry-pick an ACPICA commit 227 Then the gen-patch.sh command can help to cherry-pick an ACPICA commit 232 $ generate/linux/gen-patch.sh -u [commit ID] 234 Here the commit ID is the ACPICA local repository commit ID you want to 235 cherry pick. It can be omitted if the commit is "HEAD". 247 $ generate/linux/make-patches.sh -u [commit ID] 249 The commit ID should be the last ACPICA commit accepted by Linux. Usually, 250 it is the commit modifying ACPI_CA_VERSION. It can be found by executing
|
/Linux-v4.19/kernel/trace/ |
D | ring_buffer.c | 315 local_t commit; /* write committed index */ member 353 local_set(&bpage->commit, 0); in rb_init_page() 366 return (local_read(&bpage->commit) & ~RB_MISSED_FLAGS) in ring_buffer_page_len() 406 (unsigned int)offsetof(typeof(field), commit), in ring_buffer_print_page_header() 407 (unsigned int)sizeof(field.commit), in ring_buffer_print_page_header() 412 (unsigned int)offsetof(typeof(field), commit), in ring_buffer_print_page_header() 1091 local_set(&next_page->page->commit, 0); in rb_tail_page_update() 1900 return local_read(&bpage->page->commit); in rb_page_commit() 2457 local_set(&cpu_buffer->commit_page->page->commit, in rb_set_commit_to_write() 2470 local_set(&cpu_buffer->commit_page->page->commit, in rb_set_commit_to_write() [all …]
|
D | ring_buffer_benchmark.c | 17 local_t commit; member 109 unsigned long commit; in read_page() local 124 commit = local_read(&rpage->commit) & 0xfffff; in read_page() 125 for (i = 0; i < commit && !test_error ; i += inc) { in read_page()
|
/Linux-v4.19/drivers/gpu/drm/nouveau/nvkm/falcon/ |
D | msgqueue.c | 49 bool commit) in msg_queue_close() argument 53 if (commit) in msg_queue_close() 239 bool commit) in cmd_queue_close() argument 243 if (commit) in cmd_queue_close() 257 bool commit = true; in cmd_write() local 269 commit = false; in cmd_write() 272 cmd_queue_close(priv, queue, commit); in cmd_write()
|
/Linux-v4.19/drivers/tty/ |
D | tty_buffer.c | 70 restart = buf->head->commit != buf->head->read; in tty_buffer_unlock_exclusive() 103 p->commit = 0; in tty_buffer_reset() 230 buf->head->read = buf->head->commit; in tty_buffer_flush() 275 smp_store_release(&b->commit, b->used); in __tty_buffer_request_room() 407 smp_store_release(&buf->tail->commit, buf->tail->used); in tty_schedule_flip() 515 count = smp_load_acquire(&head->commit) - head->read; in flush_to_ldisc()
|
/Linux-v4.19/include/drm/ |
D | drm_atomic.h | 165 struct drm_crtc_commit *commit; member 330 static inline struct drm_crtc_commit *drm_crtc_commit_get(struct drm_crtc_commit *commit) in drm_crtc_commit_get() argument 332 kref_get(&commit->ref); in drm_crtc_commit_get() 333 return commit; in drm_crtc_commit_get() 343 static inline void drm_crtc_commit_put(struct drm_crtc_commit *commit) in drm_crtc_commit_put() argument 345 kref_put(&commit->ref, __drm_crtc_commit_free); in drm_crtc_commit_put()
|
D | drm_modeset_helper_vtables.h | 106 void (*commit)(struct drm_crtc *crtc); member 591 void (*commit)(struct drm_encoder *encoder); member
|
/Linux-v4.19/drivers/pwm/ |
D | pwm-mtk-disp.c | 45 unsigned int commit; member 127 mtk_disp_pwm_update_bits(mdp, mdp->data->commit, in mtk_disp_pwm_config() 130 mtk_disp_pwm_update_bits(mdp, mdp->data->commit, in mtk_disp_pwm_config() 276 .commit = 0x8,
|
/Linux-v4.19/drivers/gpu/drm/msm/ |
D | msm_atomic.c | 74 if (kms->funcs->commit) { in msm_atomic_commit_tail() 76 kms->funcs->commit(kms, state); in msm_atomic_commit_tail()
|
/Linux-v4.19/Documentation/process/ |
D | stable-kernel-rules.rst | 69 stable@vger.kernel.org containing the subject of the patch, the commit ID, 79 stable@vger.kernel.org. You must note the upstream commit ID in the 94 The upstream commit ID must be specified with a separate line above the commit 99 commit <sha1> upstream. 120 git cherry-pick <this commit> 133 git cherry-pick <this commit>
|
/Linux-v4.19/Documentation/vm/ |
D | overcommit-accounting.rst | 23 Don't overcommit. The total address space commit for the 75 * We account mprotect changes in commit 79 * We report the commit status in /proc
|
/Linux-v4.19/drivers/md/persistent-data/ |
D | dm-space-map.h | 47 int (*commit)(struct dm_space_map *sm); member 117 return sm->commit(sm); in dm_sm_commit()
|
/Linux-v4.19/fs/jbd2/ |
D | Makefile | 7 jbd2-objs := transaction.o commit.o recovery.o checkpoint.o revoke.o journal.o
|
/Linux-v4.19/Documentation/filesystems/ext4/ondisk/ |
D | journal.rst | 15 read-write-erases) before erasing the commit record. Should the system 17 way to the latest commit record, guaranteeing the atomicity of whatever 64 commit. If there is no commit record (or the checksums don't match), the 136 - Block commit record. This block signifies the completion of a 191 - First commit ID expected in log. 561 The commit block is a sentry that indicates that a transaction has been 562 completely written to the journal. Once this commit block reaches the 566 The commit block is described by ``struct commit_header``, which is 32 600 the entire commit block, with this field zeroed. If
|
/Linux-v4.19/Documentation/powerpc/ |
D | DAWR-POWER9.txt | 7 this commit: 9 commit 9654153158d3e0684a1bdb76dbababdb7111d5a0
|
/Linux-v4.19/Documentation/admin-guide/ |
D | bug-bisect.rst | 41 $ git bisect bad [commit] 45 $ git bisect good [commit]
|
/Linux-v4.19/Documentation/networking/ |
D | netdev-FAQ.rst | 150 simply clone the repo, and then git grep the mainline commit ID, e.g. 165 listing the upstream commit ID and why you think it should be a stable 177 scrambling to request a commit be added the day after it appears should 185 stable, then ensure you write a decent commit log that describes who 187 bug was introduced. If you do that properly, then the commit will get 192 stable that does *not* belong in the commit log, then use the three dash 203 stable@vger.kernel.org with either a commit ID or a formal patch 249 If your change is a bug fix, make sure your commit log indicates the
|