diff options
author | Alex Hung <alex.hung@amd.com> | 2025-04-23 10:02:11 -0600 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2025-05-07 18:14:02 -0400 |
commit | 2a24755774ef8db33139e2d9a968cc585c6488da (patch) | |
tree | fe5476d7746dfee3a0ca5690f465931ce5a65e58 /rust/helpers/bug.c | |
parent | f1c6be3999d2be2673a51a9be0caf9348e254e52 (diff) |
drm/amd/display: Remove unnecessary DC_FP_START/DC_FP_END
[WHY & HOW]
Remove the unnecessary DC_FP_START/DC_FP_END pair to reduce time in
preempt_disable. It also fixes "BUG: sleeping function called from
invalid context" error messages because of calling kzalloc with
GFP_KERNEL which can sleep.
Reviewed-by: Aurabindo Pillai <aurabindo.pillai@amd.com>
Signed-off-by: Alex Hung <alex.hung@amd.com>
Signed-off-by: Ray Wu <ray.wu@amd.com>
Tested-by: Daniel Wheeler <daniel.wheeler@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
(cherry picked from commit 94da0735b67b3ada90a3e2e017d306f070306f1d)
Diffstat (limited to 'rust/helpers/bug.c')
0 files changed, 0 insertions, 0 deletions