Re: [PATCH v2 02/20] drm/tegra: Don't register DP AUX channels before connectors

2021-03-28 Thread Thierry Reding
On Fri, Mar 26, 2021 at 04:37:49PM -0400, Lyude Paul wrote: > As pointed out by the documentation for drm_dp_aux_register(), > drm_dp_aux_init() should be used in situations where the AUX channel for a > display driver can potentially be registered before it's respective DRM > driver. This is the c

RE: [PATCH] drm/amdgpu: Reset error code for 'no handler' case

2021-03-28 Thread Chen, Guchun
[AMD Public Use] Reviewed-and-tested-by: Guchun Chen guchun.c...@amd.com Regards, Guchun From: Lazar, Lijo Sent: Monday, March 29, 2021 12:04 PM To: amd-gfx@lists.freedesktop.org Cc: Zhang, Hawking ; Xu, Feifei ; Chen, Guchun Subject: [PATCH] drm/amdgpu: Reset err

[PATCH] drm/amdgpu: Reset error code for 'no handler' case

2021-03-28 Thread Lazar, Lijo
[AMD Public Use] If reset handler is not implemented, reset error before proceeding. Fixes issue with the following trace - [ 106.508592] amdgpu :b1:00.0: amdgpu: ASIC reset failed with error, -38 for drm dev, :b1:00.0 [ 106.508972] amdgpu :b1:00.0: amdgpu: GPU reset succeeded, try

RE: [PATCH] drm/amd/amdgpu: set MP1 state to UNLOAD before reload its FW for vega20

2021-03-28 Thread Chen, Guchun
[AMD Public Use] It's better to add below error info in commit message for audience's understanding. [ 121.642772] [drm] reserve 0x40 from 0x87fec0 for PSP TMR [ 123.801051] [drm] failed to load ucode id (24) [ 123.801055] [drm] psp command (0x6) failed and response status is (0x0) [

RE: [PATCH] drm/amdgpu/vangogh: don't check for dpm in is_dpm_running when in suspend

2021-03-28 Thread Quan, Evan
[AMD Public Use] Acked-by: Evan Quan > -Original Message- > From: amd-gfx On Behalf Of Alex > Deucher > Sent: Saturday, March 27, 2021 4:58 AM > To: amd-gfx@lists.freedesktop.org > Cc: Deucher, Alexander > Subject: [PATCH] drm/amdgpu/vangogh: don't check for dpm in > is_dpm_running whe

[PATCH 1/1] drm/amd/display: Remove duplicated header file inclusion

2021-03-28 Thread Zhen Lei
The header file is included in the following common section and can be removed here. Signed-off-by: Zhen Lei --- drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c b/drivers/gpu/drm/amd/display/

[PATCH] amd: display: dc: struct dc_state is declared twice

2021-03-28 Thread Wan Jiabing
struct dc_state has been declared at 273rd line. Remove the duplicate. Delete duplicate blank lines. Signed-off-by: Wan Jiabing --- drivers/gpu/drm/amd/display/dc/dc.h | 10 -- 1 file changed, 10 deletions(-) diff --git a/drivers/gpu/drm/amd/display/dc/dc.h b/drivers/gpu/drm/amd/displa

[PATCH 1/1] drm/amd/display: Remove duplicated header file inclusion

2021-03-28 Thread Zhen Lei
The header file "dce110/dce110_resource.h" is already included above and can be removed here. Signed-off-by: Zhen Lei --- drivers/gpu/drm/amd/display/dc/dcn21/dcn21_resource.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/gpu/drm/amd/display/dc/dcn21/dcn21_resource.c b/drivers/gpu/