Skip to content

Commit d8075f5

Browse files
Alex Hungalexdeucher
authored andcommitted
drm/amd/display: update incorrect cursor buffer size
[WHAT & HOW] Fix the incorrect value of the cursor_buffer_size. Signed-off-by: Alex Hung <alex.hung@amd.com> Reviewed-by: Zaeem Mohamed <zaeem.mohamed@amd.com> Tested-by: Daniel Wheeler <daniel.wheeler@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
1 parent 6deeefb commit d8075f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/dml2_core_dcn4.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ struct dml2_core_ip_params core_dcn4_ip_caps_base = {
4444
.dppclk_delay_scl_lb_only = 16,
4545
.dppclk_delay_cnvc_formatter = 28,
4646
.dppclk_delay_cnvc_cursor = 6,
47-
.cursor_buffer_size = 42,
47+
.cursor_buffer_size = 24,
4848
.cursor_chunk_size = 2,
4949
.dispclk_delay_subtotal = 125,
5050
.max_inter_dcn_tile_repeaters = 8,

0 commit comments

Comments
 (0)