summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/netdev-times-report
diff options
context:
space:
mode:
authorLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>2018-02-23 15:35:00 -0500
committerMauro Carvalho Chehab <mchehab+samsung@kernel.org>2018-05-04 07:59:16 -0400
commit02b902fcf64a9b2c0ed1cf74528344afca619f2c (patch)
tree74a921c1ad0d5565ad98ea9a3c09f7ebfeeb9343 /tools/perf/scripts/python/bin/netdev-times-report
parentc8c310c99e2d79e3381b33ac4300d6777ddaaa7e (diff)
downloadkernel-02b902fcf64a9b2c0ed1cf74528344afca619f2c.tar.gz
media: v4l: vsp1: Move DRM atomic commit pipeline setup to separate function
The DRM pipeline setup code used at atomic commit time is similar to the setup code used when enabling the pipeline. Move it to a separate function in order to share it. Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> Reviewed-by: Kieran Bingham <kieran.bingham+renesas@ideasonboard.com> Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/bin/netdev-times-report')
0 files changed, 0 insertions, 0 deletions
s: Pass a folio to make_empty_dir()Matthew Wilcox (Oracle) 2025-04-28f2fs: Use a folio in f2fs_init_inode_metadata()Matthew Wilcox (Oracle) 2025-04-28f2fs: Use a folio in make_empty_dir()Matthew Wilcox (Oracle) 2025-04-28f2fs: Use a folio in f2fs_add_regular_entry()Matthew Wilcox (Oracle) 2025-04-28f2fs: Use a folio in f2fs_readdir()Matthew Wilcox (Oracle) 2025-04-28f2fs: Use a folio in f2fs_delete_entry()Matthew Wilcox (Oracle) 2025-04-28f2fs: Use a folio in find_in_level()Matthew Wilcox (Oracle) 2025-04-12f2fs: support to disable linear lookup fallbackChao Yu 2025-03-11f2fs: do sanity check on inode footer in f2fs_get_inode_page()Chao Yu 2025-01-08f2fs: Introduce linear search for dentriesDaniel Lee 2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro 2024-09-06f2fs: get rid of page->indexChao Yu 2024-09-06f2fs: convert f2fs_clear_page_cache_dirty_tag() to use folioChao Yu 2024-08-05f2fs: prevent possible int overflow in dir_block_index()Nikita Zhandarovich 2024-06-07f2fs: Reuse generic_ci_match for ci comparisonsGabriel Krisman Bertazi 2024-06-07f2fs: Simplify the handling of cached casefolded namesGabriel Krisman Bertazi 2024-02-27f2fs: fix to create selinux label during whiteout initializationChao Yu 2024-02-05f2fs: support printk_ratelimited() in f2fs_printk()Chao Yu 2023-10-18f2fs: convert to new timestamp accessorsJeff Layton 2023-07-24f2fs: convert to ctime accessor functionsJeff Layton 2023-06-30f2fs: fix deadlock in i_xattr_sem and inode page lockJaegeuk Kim 2023-04-17f2fs: remove folio_detach_private() in .invalidate_folio and .release_folioChao Yu 2023-04-10f2fs: use common implementation of file typeWeizhao Ouyang 2023-03-29f2fs: convert to use bitmap APIYangtao Li 2023-01-11f2fs: merge f2fs_show_injection_info() into time_to_inject()Yangtao Li 2022-11-28f2fs: change type for 'sbi->readdir_ra'Yuwei Guan 2022-11-11f2fs: optimize iteration over sparse directoriesChao Yu 2022-10-04f2fs: support recording errors into superblockChao Yu 2022-05-17f2fs: don't use casefolded comparison for "." and ".."Eric Biggers