summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/stackcollapse-record
diff options
context:
space:
mode:
authorHawking Zhang <Hawking.Zhang@amd.com>2023-02-20 09:06:53 +0800
committerAlex Deucher <alexander.deucher@amd.com>2023-02-23 17:35:58 -0500
commitf9c35f4fffc6cb5bbb23f546f48c045aef012518 (patch)
treecec77db252d1c90fe3690cd21a09aafd8e797fbe /tools/perf/scripts/python/bin/stackcollapse-record
parent2866cc09617991cb4f9f36fbebdbba966fe5a21a (diff)
downloadkernel-f9c35f4fffc6cb5bbb23f546f48c045aef012518.tar.gz
drm/amdgpu: fix incorrect active rb bitmap for gfx11
GFX v11 changes RB_BACKEND_DISABLE related registers from per SA to global ones. The approach to query active rb bitmap needs to be changed accordingly. Query per SE setting returns wrong active RB bitmap especially in the case when some of SA are disabled. With the new approach, driver will generate the active rb bitmap based on active SA bitmap and global active RB bitmap. Signed-off-by: Hawking Zhang <Hawking.Zhang@amd.com> Reviewed-by: Likun Gao <Likun.Gao@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
8 01:18:05 +0900'>2018-07-18kbuild: Rename HOST_LOADLIBES to KBUILD_HOSTLDLIBSLaura Abbott 2018-07-18kbuild: move bin2c back to scripts/ from scripts/basic/Masahiro Yamada 2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman 2017-06-23Docs: clean up some DocBook loose endsJonathan Corbet 2017-05-16docs: remove DocBook from the building systemMauro Carvalho Chehab 2016-06-07GCC plugin infrastructureEmese Revfy 2016-02-26KEYS: Reserve an extra certificate symbol for inserting without recompilingMehmet Kayaalp 2015-09-28DocBook: Use a fixed encoding for outputBen Hutchings 2015-08-12modsign: Use extract-cert to process CONFIG_SYSTEM_TRUSTED_KEYSDavid Woodhouse 2015-08-07modsign: Extract signing cert from CONFIG_MODULE_SIG_KEY if neededDavid Woodhouse 2015-08-07MODSIGN: Use PKCS#7 messages as module signaturesDavid Howells 2015-02-17scripts/gdb: add infrastructureJan Kiszka