summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorArchit Taneja <architt@codeaurora.org>2017-06-16 10:39:34 +0530
committerRob Clark <robdclark@gmail.com>2017-06-16 11:16:08 -0400
commitb474cbbb2bfd8d38f8bc36165567fe153d89fc9a (patch)
tree7b1b17331a315c7ed95b6d33b1b87f2bce5f7da8 /tools/perf/scripts/python
parentffe8f53f9cc73fb25c8f78d4aed7ddf285503a60 (diff)
downloadkernel-b474cbbb2bfd8d38f8bc36165567fe153d89fc9a.tar.gz
drm/msm/hdmi: 8996 PLL: Populate unprepare
Without doing anything in unprepare, the HDMI driver isn't able to switch modes successfully. Calling set_rate with a new rate results in an un-locked PLL. If we reset the PLL in unprepare, the PLL is able to lock with the new rate. Signed-off-by: Archit Taneja <architt@codeaurora.org> Signed-off-by: Rob Clark <robdclark@gmail.com>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions
>doc-rst: linux_tv: simplify referencesMauro Carvalho Chehab There are lots of internal references in the form: :ref:`foo <foo>` Simplify them to be just: :ref:`foo`. Patch generated via this small script: for j in $(find . -name '*'); do echo $j; perl -ne 'if (m/\`(\S+)\s*\<(\S+)\>\`/) { if (!($1=~'http') && $1 eq $2) { s,\s*\<(\S+)\>,,; } } print $_' <$j >a && mv a $j; done Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com> 2016-07-01doc-rst: linux_tv: Replace reference names to match ioctlsMauro Carvalho Chehab Due to a limitation at the DocBook language, the references were using lowercase and slashes, instead of the name of the ioctls. On ReST, make them identical. This will hopefully help to cleanup the code a little bit. Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com> 2016-07-01doc-rst: video: Restore the captions for the examplesMauro Carvalho Chehab There are two examples in the code, but the captions of them were lost during the ReST conversion. Manually add them again. Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com> 2016-07-01doc-rst: video: use reference for VIDIOC_ENUMINPUTMauro Carvalho Chehab Instead of using const, transform it into a reference. Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com> 2016-06-30doc-rst: linux_tv DocBook to reST migration (docs-next)Markus Heiser This is the restructuredText (reST) migration of the ``media`` DocBook-XML set from the linux_tv project. Signed-off-by: Markus Heiser <markus.heiser@darmarIT.de> Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com> xfs: don't sleep in xlog_cil_force_lsn on shutdownDave Chinner 2014-03-13Merge branch 'xfs-stack-fixes' into for-nextDave Chinner 2014-02-27xfs: always do log forces via the workqueueDave Chinner 2014-02-20Merge branch 'xfs-fixes-for-3.15' into for-nextDave Chinner 2014-02-10xfs: ensure correct log item buffer alignmentDave Chinner 2014-02-07xfs: convert xfs_log_commit_cil() to voidJie Liu