RE: [PATCH RESEND] drm/amdgpu: Remove redundant reference of header file

2022-08-01 Thread Chen, Guchun
Reviewed-by: Guchun Chen Regards, Guchun -Original Message- From: Ma, Jun Sent: Tuesday, August 2, 2022 11:17 AM To: amd-gfx@lists.freedesktop.org; Deucher, Alexander Cc: Ma, Jun ; Chen, Guchun ; Zhang, Hawking Subject: [PATCH RESEND] drm/amdgpu: Remove redundant reference of

[PATCH RESEND] drm/amdgpu: Remove redundant reference of header file

2022-08-01 Thread Ma Jun
Remove redundant reference of header file dev_printk.h Signed-off-by: Ma Jun --- drivers/gpu/drm/amd/amdgpu/psp_v13_0.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/gpu/drm/amd/amdgpu/psp_v13_0.c b/drivers/gpu/drm/amd/amdgpu/psp_v13_0.c index c9821f89eeed..c39e8b333181 100644 ---

[PATCH AUTOSEL 5.15 1/8] drm/amdgpu: Remove one duplicated ef removal

2022-08-01 Thread Sasha Levin
From: xinhui pan [ Upstream commit e1aadbab445b06e072013a1365fd0cf2aa25e843 ] That has been done in BO release notify. Bug: https://gitlab.freedesktop.org/drm/amd/-/issues/2074 Signed-off-by: xinhui pan Acked-by: Christian König Reviewed-by: Felix Kuehling Signed-off-by: Alex Deucher

[PATCH AUTOSEL 5.18 02/10] drm/amdgpu: Remove one duplicated ef removal

2022-08-01 Thread Sasha Levin
From: xinhui pan [ Upstream commit e1aadbab445b06e072013a1365fd0cf2aa25e843 ] That has been done in BO release notify. Bug: https://gitlab.freedesktop.org/drm/amd/-/issues/2074 Signed-off-by: xinhui pan Acked-by: Christian König Reviewed-by: Felix Kuehling Signed-off-by: Alex Deucher

Re: [PATCHv2 -next] drm/amdgpu: double free error and freeing uninitialized null pointer

2022-08-01 Thread André Almeida
Às 00:46 de 30/07/22, Sebin Sebastian escreveu: > Fix a double free and an uninitialized pointer read error. Both tmp and > new are pointing at same address and both are freed which leads to > double free. Adding a check to verify if new and tmp are free in the > error_free label fixes the double

[bug report] drm/amd/display: Add SubVP required code

2022-08-01 Thread Dan Carpenter
Hello Alvin Lee, The patch 85f4bc0c333c: "drm/amd/display: Add SubVP required code" from May 2, 2022, leads to the following Smatch static checker warning: drivers/gpu/drm/amd/amdgpu/../display/dc/clk_mgr/dcn32/dcn32_clk_mgr_smu_msg.c:103 dcn32_smu_send_cab_for_uclk_message()

Re: [PATCH 1/3] drm/amd/display: Fix merge conflict resolution in amdgpu_dm_plane.c

2022-08-01 Thread Simon Ser
Acked-by: Simon Ser CC amd-gfx On Monday, August 1st, 2022 at 15:52, Imre Deak wrote: > The API change introduced in > > commit 30c637151cfa ("drm/plane-helper: Export individual helpers") > > was missed in the conflict resolution of > > commit d93a13bd75b9 ("Merge remote-tracking branch

[PATCH] drm/amd/display: Drop XFCEnabled parameter from CalculatePrefetchSchedule

2022-08-01 Thread Maíra Canal
The XFCEnabled parameter from the CalculatePrefetchSchedule function is not used and is only mentioned in a couple of comments. Therefore, remove the argument and the comments. Signed-off-by: Maíra Canal --- .../dc/dml/dcn21/display_mode_vba_21.c| 21 +++ 1 file changed,