]> git.baikalelectronics.ru Git - kernel.git/commit
drm/amd/display: Remove unused flag from stream state
authorMikita Lipski <mikita.lipski@amd.com>
Tue, 27 Oct 2020 19:52:43 +0000 (15:52 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 15 Apr 2021 20:31:44 +0000 (16:31 -0400)
commit7b14124fdc64472124e7cd009edd2ac8700d328f
tree05949393a6cd92761b91cebd163c20d72709d098
parent97338fea0425c5880b6bbbf886e17c0be63b8e68
drm/amd/display: Remove unused flag from stream state

[why & how]
Removing unused DSC flag which is incorrect and is not used.
We are only using stream->timing.flags.DSC for DSC's current
state. Stream state as an input parameter and should not contain
any past status flags.

Signed-off-by: Mikita Lipski <mikita.lipski@amd.com>
Acked-by: Bindu Ramamurthy <bindur12@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/dc_stream.h