From: Alex Hung Date: Tue, 11 Feb 2025 20:43:48 +0000 (-0700) Subject: drm/amd/display: update incorrect cursor buffer size X-Git-Tag: v6.15-rc1~120^2~12^2~195 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d8075f5a6d9d5e387967a65b583c5ec63bba5008;p=thirdparty%2Fkernel%2Flinux.git drm/amd/display: update incorrect cursor buffer size [WHAT & HOW] Fix the incorrect value of the cursor_buffer_size. Signed-off-by: Alex Hung Reviewed-by: Zaeem Mohamed Tested-by: Daniel Wheeler Signed-off-by: Alex Deucher --- diff --git a/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/dml2_core_dcn4.c b/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/dml2_core_dcn4.c index 0f4ada64461e0..bb863c8c6b39c 100644 --- a/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/dml2_core_dcn4.c +++ b/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/dml2_core_dcn4.c @@ -44,7 +44,7 @@ struct dml2_core_ip_params core_dcn4_ip_caps_base = { .dppclk_delay_scl_lb_only = 16, .dppclk_delay_cnvc_formatter = 28, .dppclk_delay_cnvc_cursor = 6, - .cursor_buffer_size = 42, + .cursor_buffer_size = 24, .cursor_chunk_size = 2, .dispclk_delay_subtotal = 125, .max_inter_dcn_tile_repeaters = 8,