File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
drivers/gpu/drm/amd/display/dc/dcn30 Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -718,7 +718,7 @@ bool dpp3_program_blnd_lut(
718
718
next_mode = LUT_RAM_B ;
719
719
720
720
dpp3_power_on_blnd_lut (dpp_base , true);
721
- dpp3_configure_blnd_lut (dpp_base , next_mode == LUT_RAM_A ? true:false );
721
+ dpp3_configure_blnd_lut (dpp_base , next_mode == LUT_RAM_A );
722
722
723
723
if (next_mode == LUT_RAM_A )
724
724
dpp3_program_blnd_luta_settings (dpp_base , params );
@@ -1136,7 +1136,7 @@ bool dpp3_program_shaper(
1136
1136
else
1137
1137
next_mode = LUT_RAM_A ;
1138
1138
1139
- dpp3_configure_shaper_lut (dpp_base , next_mode == LUT_RAM_A ? true:false );
1139
+ dpp3_configure_shaper_lut (dpp_base , next_mode == LUT_RAM_A );
1140
1140
1141
1141
if (next_mode == LUT_RAM_A )
1142
1142
dpp3_program_shaper_luta_settings (dpp_base , params );
You can’t perform that action at this time.
0 commit comments