diff options
author | Harry Wentland <[email protected]> | 2019-01-30 15:45:18 -0500 |
---|---|---|
committer | Alex Deucher <[email protected]> | 2019-03-06 15:31:20 -0500 |
commit | 59d3191f14dc18881fec1172c7096b7863622803 (patch) | |
tree | 7a2bcd619ed03ab60ed6a9cca2a255ee06de77e3 /tools/perf/scripts/python/exported-sql-viewer.py | |
parent | 1e2930374f565312e726f86150d9d1484f81c4d9 (diff) |
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 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions