diff options
author | Jean Delvare <[email protected]> | 2020-09-28 11:10:37 +0200 |
---|---|---|
committer | Alex Deucher <[email protected]> | 2020-09-29 16:11:45 -0400 |
commit | 3514521ccbd25ef3bd47b3c2abc28befbea8cdb1 (patch) | |
tree | 5d9b01b02f75071c9349d6268a4e09e37cc88cb0 /tools/perf/scripts/python | |
parent | faf0389f1e4004be84ede2d603d3f150d3cdfa99 (diff) |
drm/amdgpu: restore proper ref count in amdgpu_display_crtc_set_config
A recent attempt to fix a ref count leak in
amdgpu_display_crtc_set_config() turned out to be doing too much and
"fixed" an intended decrease as if it were a leak. Undo that part to
restore the proper balance. This is the very nature of this function
to increase or decrease the power reference count depending on the
situation.
Consequences of this bug is that the power reference would
eventually get down to 0 while the display was still in use,
resulting in that display switching off unexpectedly.
Signed-off-by: Jean Delvare <[email protected]>
Fixes: e008fa6fb415 ("drm/amdgpu: fix ref count leak in amdgpu_display_crtc_set_config")
Cc: [email protected]
Cc: Navid Emamdoost <[email protected]>
Cc: Alex Deucher <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions