drm/amd/display: Fix Compiler Warning - unused func parameters

Handling unused function parameter due to cause compiler warning

Reviewed-by: Clayton King <clayton.king@amd.com>
Reviewed-by: Dillon Varone <dillon.varone@amd.com>
Signed-off-by: Gaghik Khachatrian <gaghik.khachatrian@amd.com>
Signed-off-by: Chuanyu Tseng <chuanyu.tseng@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
Gaghik Khachatrian 2026-03-11 13:23:52 -04:00 committed by Alex Deucher
parent b96150a706
commit a808615c2f

View File

@ -3141,6 +3141,9 @@ static struct surface_update_descriptor check_update_state_and_surfaces_for_stre
const int surface_count,
const struct dc_stream_update *stream_update)
{
(void)check_config;
(void)stream_update;
const struct dc_state *context = dc->current_state;
struct surface_update_descriptor overall_type = { UPDATE_TYPE_ADDR_ONLY, LOCK_DESCRIPTOR_NONE};