]> Gentwo Git Trees - linux/.git/commit
drm/amd/display: Don't print errors for nonexistent connectors
authorTimur Kristóf <timur.kristof@gmail.com>
Thu, 31 Jul 2025 09:43:51 +0000 (11:43 +0200)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 18 Aug 2025 21:04:22 +0000 (17:04 -0400)
commit249d4bc5f1935f04bb45b3b63c0f8922565124f7
treeaaa128674135068109495552af717e7977bc27a4
parent33e0227ee96e62d034781e91f215e32fd0b1d512
drm/amd/display: Don't print errors for nonexistent connectors

When getting the number of connectors, the VBIOS reports
the number of valid indices, but it doesn't say which indices
are valid, and not every valid index has an actual connector.
If we don't find a connector on an index, that is not an error.

Considering these are not actual errors, don't litter the logs.

Fixes: 60df5628144b ("drm/amd/display: handle invalid connector indices")
Signed-off-by: Timur Kristóf <timur.kristof@gmail.com>
Acked-by: Alex Deucher <alexander.deucher@amd.com>
Reviewed-by: Rodrigo Siqueira <siqueira@igalia.com>
Reviewed-by: Alex Hung <alex.hung@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/bios/bios_parser.c
drivers/gpu/drm/amd/display/dc/core/dc.c