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 <[email protected]> Acked-by: Qingqing Zhuo <[email protected]> Signed-off-by: Dmytro Laktyushkin <[email protected]> Tested-by: Daniel Wheeler <[email protected]> Signed-off-by: Alex Deucher <[email protected]> Cc: [email protected]
1 parent c8b5a95 commit 6d9240c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)