Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

drm/amd/display: Don't set DSC for phantom pipes

[Description]
Don't set DSC bit for phantom pipes, not
required since phantom pipe don't have
any actual output

Reviewed-by: Jun Lei <Jun.Lei@amd.com>
Acked-by: Brian Chang <Brian.Chang@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>

authored by

Alvin Lee and committed by
Alex Deucher
31ec699a 19f7b833

+1
+1
drivers/gpu/drm/amd/display/dc/dml/dcn32/dcn32_fpu.c
··· 493 493 phantom_stream->timing.v_front_porch + 494 494 phantom_stream->timing.v_sync_width + 495 495 phantom_bp; 496 + phantom_stream->timing.flags.DSC = 0; // Don't need DSC for phantom timing 496 497 } 497 498 498 499 /**