Files
linux/drivers/gpu/drm
Tianci Yin b1bcdd409d drm/amd/display: Disable migration to ensure consistency of per-CPU variable
[why]
Since the variable fpu_recursion_depth is per-CPU type, it has one copy
on each CPU, thread migration causes data consistency issue, then the
call trace shows up. And preemption disabling can't prevent migration.

[how]
Disable migration to ensure consistency of fpu_recursion_depth.

Reviewed-by: Aurabindo Pillai <aurabindo.pillai@amd.com>
Signed-off-by: Tianci Yin <tianci.yin@amd.com>
Tested-by: Daniel Wheeler <daniel.wheeler@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
2023-04-26 22:36:53 -04:00
..
2023-04-06 01:30:12 +03:00
2023-03-14 17:07:48 +01:00
2023-03-29 16:00:23 +02:00
2023-03-14 17:07:48 +01:00
2023-03-14 17:07:48 +01:00
2023-03-29 16:00:23 +02:00
2023-03-22 10:24:47 +01:00
2023-03-29 16:00:23 +02:00
2023-02-20 14:56:52 +01:00