summaryrefslogtreecommitdiff
path: root/tools/include/uapi/linux/vhost.h
diff options
context:
space:
mode:
authorStanimir Varbanov <stanimir.varbanov@linaro.org>2020-06-16 14:14:22 +0200
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>2020-09-01 14:13:29 +0200
commit69ff4b2caa95e1051f07d94de583ae15753ae081 (patch)
tree74d767cb0ffcdef61b7960a76a69cca25a2d9a13 /tools/include/uapi/linux/vhost.h
parent4ad1b0d410c88c7c8e8fd1298c9d2293b651e35c (diff)
downloadkernel-69ff4b2caa95e1051f07d94de583ae15753ae081.tar.gz
media: venus: venc: Add support for constant quality control
Adds implementation of V4L2_CID_MPEG_VIDEO_CONSTANT_QUALITY v4l control when the bitrate mode is CQ. Signed-off-by: Stanimir Varbanov <stanimir.varbanov@linaro.org> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Diffstat (limited to 'tools/include/uapi/linux/vhost.h')
0 files changed, 0 insertions, 0 deletions
Dobriyan 2016-12-12proc: kmalloc struct pde_openerAlexey Dobriyan 2016-12-12proc: fix type of struct pde_opener::closing fieldAlexey Dobriyan 2016-12-12proc: just list_del() struct pde_openerAlexey Dobriyan 2016-12-09vfs: remove ".readlink = generic_readlink" assignmentsMiklos Szeredi 2016-09-27fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani 2016-09-27fs: proc: Delete inode time initializations in proc_alloc_inode()Deepa Dinamani 2016-07-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds 2016-06-23vfs: Generalize filesystem nodev handling.Eric W. Biederman 2016-06-23proc: Convert proc_mount to use mount_ns.Eric W. Biederman 2016-06-23mnt: Refactor fs_fully_visible into mount_too_revealingEric W. Biederman 2016-01-14kmemcg: account certain kmem allocations to memcgVladimir Davydov 2015-12-30switch ->get_link() to delayed_call, kill ->put_link()Al Viro 2015-12-08replace ->follow_link() with new method that could stay in RCU modeAl Viro 2015-07-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds 2015-07-01proc: Allow creating permanently empty directories that serve as mount pointsEric W. Biederman 2015-05-11switch ->put_link() from dentry to inodeAl Viro 2015-05-10don't pass nameidata to ->follow_link()Al Viro 2015-05-10new ->follow_link() and ->put_link() calling conventionsAl Viro 2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells 2015-02-22procfs: fix race between symlink removals and traversalsAl Viro 2015-02-12fs: proc: use PDE() to get proc_dir_entryAlexander Kuleshov 2014-12-10kill proc_ns completelyAl Viro 2014-12-10take the targets of /proc/*/ns/* symlinks to separate fsAl Viro 2014-12-04copy address of proc_ns_ops into ns_commonAl Viro 2014-12-04make proc_ns_operations work with struct ns_common * instead of void *Al Viro