summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/stackcollapse-record
diff options
context:
space:
mode:
authorMario Limonciello <mario.limonciello@amd.com>2025-11-18 07:18:10 -0600
committerAlex Deucher <alexander.deucher@amd.com>2025-11-19 17:33:58 -0500
commit2a6c826cfeedd7714611ac115371a959ead55bda (patch)
tree56d32d1eedb92e6e790d84fd407982700d7da62c /tools/perf/scripts/python/bin/stackcollapse-record
parent42408773ffcf0e9d595f2ec8a39dfb36f1fe0a14 (diff)
downloadkernel-2a6c826cfeedd7714611ac115371a959ead55bda.tar.gz
drm/amd: Skip power ungate during suspend for VPE
During the suspend sequence VPE is already going to be power gated as part of vpe_suspend(). It's unnecessary to call during calls to amdgpu_device_set_pg_state(). It actually can expose a race condition with the firmware if s0i3 sequence starts as well. Drop these calls. Cc: Peyton.Lee@amd.com Reviewed-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Mario Limonciello <mario.limonciello@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'tools/perf/scripts/python/bin/stackcollapse-record')
0 files changed, 0 insertions, 0 deletions
r class='logheader'>2016-11-16docs-rst: auto-generate PDF image filesMauro Carvalho Chehab The PDF files that contain media images were actually generated offline from their SVG or PNG source files. Sphinx can handle PNG sources automatially. So, let's just drop their PDF counterparts. For SVG, however, Sphinx doesn't produce the right tags to use the TexLive SVG support. Also, the SVG support is done via shell execution, with is not nice. So, while we don't have any support for SVG inside Sphinx core or as an extension, move the logic to build them to Makefile, producing the PDF images on runtime. NOTE: due to the way Sphinx works, the PDF images should be generated inside the Kernel source tree, as otherwise Sphinx won't find it, not obeying what's specified by "O=" makefile parameter. Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com> Signed-off-by: Jonathan Corbet <corbet@lwn.net> 2016-11-16convert some images from png to svgMauro Carvalho Chehab SVG images are nicer, as they can easily be scaled. Also, they're written in text, with makes easier to work. Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com> Signed-off-by: Jonathan Corbet <corbet@lwn.net> 2016-07-08doc_rst: rename the media Sphinx suff to Documentation/mediaMauro Carvalho Chehab The name of the subsystem is "media", and not "linux_tv". Also, as we plan to add other stuff there in the future, let's rename also the media uAPI book to media_uapi, to make it clearer. No functional changes. Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>