]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/amd/display: Don't warn when missing DCE encoder caps
authorTimur Kristóf <timur.kristof@gmail.com>
Thu, 31 Jul 2025 09:43:50 +0000 (11:43 +0200)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 18 Aug 2025 22:00:11 +0000 (18:00 -0400)
commit8246147f1fbaed522b8bcc02ca34e4260747dcfb
tree9d70a1cb646264879d863350f86cb9d17b8ab09a
parent7d07140d37f792f01cfdb8ca9a6a792ab1d29126
drm/amd/display: Don't warn when missing DCE encoder caps

On some GPUs the VBIOS just doesn't have encoder caps,
or maybe not for every encoder.

This isn't really a problem and it's handled well,
so let's not litter the logs with it.

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 33e0227ee96e62d034781e91f215e32fd0b1d512)
drivers/gpu/drm/amd/display/dc/dce/dce_link_encoder.c