drm/amd/display: Don't treat missing command table as failure
authorNicholas Kazlauskas <nicholas.kazlauskas@amd.com>
Sat, 18 Jan 2020 20:23:49 +0000 (15:23 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 11 Feb 2020 16:49:35 +0000 (11:49 -0500)
commitbd2d7067ef78a203235981071af419223025fe77
tree595b60cc18fedb248bfd5949e63fbeb3e85977dc
parentcb8348fec250e517b5facb4cab3125ddc597f9aa
drm/amd/display: Don't treat missing command table as failure

[Why]
With the fallback case in place for command table offloading via DMCUB
it's no longer an error for the command table to be missing specific
entries.

[How]
Drop the BREAK_TO_DEBUGGER();

Signed-off-by: Nicholas Kazlauskas <nicholas.kazlauskas@amd.com>
Reviewed-by: Chris Park <Chris.Park@amd.com>
Acked-by: Rodrigo Siqueira <Rodrigo.Siqueira@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/bios/command_table2.c