]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
drm/amd/display: Refine error message for vblank init failure
authorRoman Li <Roman.Li@amd.com>
Thu, 21 Aug 2025 19:43:31 +0000 (15:43 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 5 Sep 2025 21:38:41 +0000 (17:38 -0400)
commit3b14fe98939b01aa72707bc3c2617de319839a65
tree70038a6f80133749760b5bae144cafc623e68233
parentf74291c1de320c3aa36f053280f30ebdc122576b
drm/amd/display: Refine error message for vblank init failure

[Why]
The error message "failed to initialize sw for display support" is used
for both DRM device and vblank initialization failures, making it difficult
to identify the specific failure during troubleshooting.

[How]
Update the vblank initialization error message to
"failed to initialize vblank for display support"
to distinguish it from the DRM device init failure.

Reviewed-by: Aurabindo Pillai <aurabindo.pillai@amd.com>
Signed-off-by: Roman Li <Roman.Li@amd.com>
Signed-off-by: Wayne Lin <wayne.lin@amd.com>
Tested-by: Dan Wheeler <daniel.wheeler@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c