Skip to content

Commit 6d9240c

Browse files
Dmytro Laktyushkinalexdeucher
authored andcommitted
drm/amd/display: set dcn315 lb bpp to 48
[Why & How] Fix a typo for dcn315 line buffer bpp. Reviewed-by: Jun Lei <Jun.Lei@amd.com> Acked-by: Qingqing Zhuo <qingqing.zhuo@amd.com> Signed-off-by: Dmytro Laktyushkin <Dmytro.Laktyushkin@amd.com> Tested-by: Daniel Wheeler <daniel.wheeler@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com> Cc: stable@vger.kernel.org
1 parent c8b5a95 commit 6d9240c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/gpu/drm/amd/display/dc/dml/dcn31/dcn31_fpu.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ struct _vcs_dpi_ip_params_st dcn3_15_ip = {
222222
.maximum_dsc_bits_per_component = 10,
223223
.dsc422_native_support = false,
224224
.is_line_buffer_bpp_fixed = true,
225-
.line_buffer_fixed_bpp = 49,
225+
.line_buffer_fixed_bpp = 48,
226226
.line_buffer_size_bits = 789504,
227227
.max_line_buffer_lines = 12,
228228
.writeback_interface_buffer_size_kbytes = 90,

0 commit comments

Comments
 (0)