summaryrefslogtreecommitdiff
path: root/scripts/basic
diff options
context:
space:
mode:
authorNicolai Hähnle <nicolai.haehnle@amd.com>2019-07-16 13:11:22 -0500
committerAlex Deucher <alexander.deucher@amd.com>2019-07-16 14:49:57 -0500
commit08473888e09b0136ceb4d65784b02b537d977a2a (patch)
tree29f01c6dc00d3d8e5b8266d489b5cd56765aa88c /scripts/basic
parent597292eb73eefe4e48f9f72640955813d59b733a (diff)
downloadkernel-08473888e09b0136ceb4d65784b02b537d977a2a.tar.gz
drm/amdgpu/gfx10: set SH_MEM_CONFIG.INITIAL_INST_PREFETCH
Prefetch mode 0 is not supported and can lead to hangs with certain very specific code patterns. Set a sound prefetch mode for all VMIDs rather than forcing all shaders to set the prefetch mode at the beginning. Reduce code duplication a bit while we're at it. Note that the 64-bit address mode enum and the retry all enum are both 0, so the only functional change is in the INITIAL_INST_PREFETCH field. Signed-off-by: Nicolai Hähnle <nicolai.haehnle@amd.com> Reviewed-by: Marek Olšák <marek.olsak@amd.com> Acked-by: Felix Kuehling <Felix.Kuehling@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'scripts/basic')
0 files changed, 0 insertions, 0 deletions
2 12:55:07 -0800'>2020-12-22kasan: decode stack frame only with KASAN_STACK_ENABLEAndrey Konovalov 2020-12-22kasan: rename report and tags filesAndrey Konovalov 2020-12-22kasan: rename KASAN_SHADOW_* to KASAN_GRANULE_*Andrey Konovalov 2020-12-22kasan: drop unnecessary GPL text from comment headersAndrey Konovalov 2020-12-15kasan: print workqueue stackWalter Wu 2020-10-13mm: kasan: do not panic if both panic_on_warn and kasan_multishot setDavid Gow 2020-10-13KUnit: KASAN IntegrationPatricia Alfonso 2020-08-07kasan: record and print the free trackWalter Wu 2020-08-07rcu: kasan: record and print call_rcu() call stackWalter Wu 2020-06-02kasan: move kasan_report() into report.cAndrey Konovalov 2020-04-07kasan: unset panic_on_warn before calling panic()Kees Cook 2020-04-02kasan: detect negative size in memory operation functionWalter Wu 2019-12-31x86/kasan: Print original address on #GPJann Horn 2019-09-24kasan: add memory corruption identification for software tag-based modeWalter Wu 2019-07-12mm/kasan: print frame description for stack bugsMarco Elver 2019-05-06Merge branch 'core-stacktrace-for-linus' of git://git.kernel.org/pub/scm/linu...Linus Torvalds 2019-04-29mm/kasan: Simplify stacktrace handlingThomas Gleixner 2019-04-03x86/uaccess, kasan: Fix KASAN vs SMAPPeter Zijlstra 2018-12-28kasan: add SPDX-License-Identifier mark to source filesAndrey Konovalov 2018-12-28kasan: add bug reporting routines for tag-based modeAndrey Konovalov 2018-12-28kasan: split out generic_report.c from report.cAndrey Konovalov