]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/amd/display: Skip backend validation for virtual monitors
authorChiawen Huang <chiawen.huang@amd.com>
Fri, 25 Apr 2025 03:45:36 +0000 (11:45 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 16 May 2025 17:38:44 +0000 (13:38 -0400)
commiteee5e5b35821a09567b21f092324d3aee78bdd44
tree4066eb472df9979c9263a892329d7f092900b118
parent40bae1aea03d7aaa1148f652ce460e5ae931d098
drm/amd/display: Skip backend validation for virtual monitors

[Why&How]
Virtual monitors are now being validated during set_mode.
Virtual monitors should not undergo backend validation,
as the backend is intended only for physical monitors.
Virtual sinks have no real backend part information and
should be excluded from this validation.

Reviewed-by: Aric Cyr <aric.cyr@amd.com>
Signed-off-by: Chiawen Huang <chiawen.huang@amd.com>
Signed-off-by: Tom Chung <chiahsuan.chung@amd.com>
Tested-by: Daniel Wheeler <daniel.wheeler@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/core/dc.c