diff options
| author | Harry Wentland <[email protected]> | 2019-01-30 20:45:18 +0000 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2019-03-06 20:31:20 +0000 |
| commit | 59d3191f14dc18881fec1172c7096b7863622803 (patch) | |
| tree | 7a2bcd619ed03ab60ed6a9cca2a255ee06de77e3 /drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c | |
| parent | drm/amdgpu: clear PDs/PTs only after initializing them (diff) | |
| download | kernel-59d3191f14dc18881fec1172c7096b7863622803.tar.gz kernel-59d3191f14dc18881fec1172c7096b7863622803.zip | |
drm/amd/display: don't call dm_pp_ function from an fpu block
Powerplay functions called from dm_pp_* functions tend to do a
mutex_lock which isn't safe to do inside a kernel_fpu_begin/end block as
those will disable/enable preemption.
Rearrange the dm_pp_get_clock_levels_by_type_with_voltage calls to make
sure they happen outside of kernel_fpu_begin/end.
Cc: [email protected]
Acked-by: Alex Deucher <[email protected]>
Signed-off-by: Harry Wentland <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c')
0 files changed, 0 insertions, 0 deletions
