drm/amd/display: Don't check output BPP for phantom
authorAlvin Lee <Alvin.Lee2@amd.com>
Tue, 1 Nov 2022 20:10:49 +0000 (16:10 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 15 Nov 2022 18:35:14 +0000 (13:35 -0500)
commitd73aec401fd884a6abe20858cbe95892f796b8d2
tree2663c49e968d26a9dbb0b935071b0d107c4bbf5f
parent655435df0936ce2fda0d5ced7e50101179a3acfd
drm/amd/display: Don't check output BPP for phantom

[Description]
- If we're enabling phantom pipe for a high
  link rate display we could
  fail DML on the phantom pipe since it's
  set to virtual signal
- Therefore don't consider Output BPP for
  phantom pipe

Reviewed-by: Dillon Varone <Dillon.Varone@amd.com>
Acked-by: Tom Chung <chiahsuan.chung@amd.com>
Signed-off-by: Alvin Lee <Alvin.Lee2@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/dml/dcn32/display_mode_vba_32.c