summaryrefslogtreecommitdiff
path: root/kernel/ksysfs.c
diff options
context:
space:
mode:
authorEric Huang <JinhuiEric.Huang@amd.com>2020-02-26 14:13:51 -0500
committerAlex Deucher <alexander.deucher@amd.com>2020-02-28 16:59:20 -0500
commitf2cc50cefd0f209b4ee87206660d2554a7be7ae0 (patch)
tree4dedc2432bd19e9bd2c664ffa8c131c471a1208d /kernel/ksysfs.c
parentfd7d08bad7a4f255330422a11c7da9a9b8683eff (diff)
drm/amdkfd: change SDMA MQD memory type
SDMA MQD memory type is NC that causes MQD data overwritten accidentally by an old stable cache line. Changing it to UC default for GART will fix the issue. The mqd_gfx9 parameter is meant for control stacks that are allocated together with user mode queue MQDs. Setting mqd_gfx9 to true maps the control stack pages as NC. Here it was accidentally applied to SDMA MQDs, which are allocated together with the HIQ MQD. Setting the mqd_gfx9 to false avoids that. Signed-off-by: Eric Huang <jinhuieric.huang@amd.com> Acked-by: Yong Zhao <Yong.Zhao@amd.com> Reviewed-by: Felix Kuehling <Felix.Kuehling@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'kernel/ksysfs.c')
0 files changed, 0 insertions, 0 deletions