]> www.infradead.org Git - users/jedix/linux-maple.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 22:00:20 +0000 (18:00 -0400)
commitf14ee2e7a86c5e57295b48b8e198cae7189b3b93
treeb3491459b51835b326b9e7a4d3f21c8c0bdd5232
parent8246147f1fbaed522b8bcc02ca34e4260747dcfb
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>
(cherry picked from commit 249d4bc5f1935f04bb45b3b63c0f8922565124f7)
drivers/gpu/drm/amd/display/dc/bios/bios_parser.c
drivers/gpu/drm/amd/display/dc/core/dc.c