]> www.infradead.org Git - users/dwmw2/linux.git/commit
drm/amd/display: remove redundant is_dsc_possible check
authorBhavin Sharma <bhavin.sharma@siliconsignals.io>
Thu, 14 Nov 2024 15:11:11 +0000 (20:41 +0530)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 20 Nov 2024 14:38:16 +0000 (09:38 -0500)
commit6104112693011990a19d971c4c419de6c29adc54
tree2e6d3df23afbba0fcaaaa769440c746917a83933
parent6ecccc093ec439c04d62b40bda76240389d104a8
drm/amd/display: remove redundant is_dsc_possible check

Since is_dsc_possible is already checked just above, there's no need to
check it again before filling out the DSC settings.

Signed-off-by: Bhavin Sharma <bhavin.sharma@siliconsignals.io>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/dsc/dc_dsc.c