Re: [PATCH v2] drm/amdgpu: correct the amdgpu runtime dereference usage count

2023-11-16 Thread Deucher, Alexander
: [PATCH v2] drm/amdgpu: correct the amdgpu runtime dereference usage count Fix the amdgpu runpm dereference usage count. Signed-off-by: Prike Liang --- v2: remove goto clause and return directly(Alex) drivers/gpu/drm/amd/amdgpu/amdgpu_display.c | 9 +++-- 1 file changed, 3 insertions(+), 6

[PATCH v2] drm/amdgpu: correct the amdgpu runtime dereference usage count

2023-11-16 Thread Prike Liang
Fix the amdgpu runpm dereference usage count. Signed-off-by: Prike Liang --- v2: remove goto clause and return directly(Alex) drivers/gpu/drm/amd/amdgpu/amdgpu_display.c | 9 +++-- 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_display.c