Re: [PATCH v2] drm/amd/display: add proper error message for vblank init

2025-04-05 Thread Mario Limonciello
On 3/21/2025 14:13, Saleemkhan Jamadar wrote: v1 - DRM_ERROR to dev_err (Mario) Update message to identifiy the vblank initialization fail case Signed-off-by: Saleemkhan Jamadar Reviewed-by: Rodrigo Siqueira --- drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 4 ++-- 1 file changed, 2

Re: [PATCH v2] drm/amd/display: add proper error message for vblank init

2025-03-24 Thread Mario Limonciello
On 3/24/2025 13:45, Saleemkhan Jamadar wrote: Hi Mario, Made the suggested change. Regards, Saleem I'm not sure what happened to the below text (maybe email client failure?). But in any case the change looks good to me now. You can add: Reviewed-by: Mario Limonciello When committing it.

[PATCH v2] drm/amd/display: add proper error message for vblank init

2025-03-24 Thread Saleemkhan Jamadar
Hi Mario, Made the suggested change. Regards, Saleem --2.34.1 Content-Type: text/plain; charset=UTF-8; format=fixed Content-Transfer-Encoding: 8bit v1 - DRM_ERROR to drm_err (Mario) Update message to identifiy the vblank initialization fail case Signed-off-by: Saleemkhan Jamadar

[PATCH v2] drm/amd/display: add proper error message for vblank init

2025-03-21 Thread Saleemkhan Jamadar
v1 - DRM_ERROR to dev_err (Mario) Update message to identifiy the vblank initialization fail case Signed-off-by: Saleemkhan Jamadar Reviewed-by: Rodrigo Siqueira --- drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/driver