linux/drivers/gpu/drm/amd/display/dc/basics
Gaghik Khachatrian f82480fafe drm/amd/display: Fixed Silence complier warnings in dc
[Why]
Resolve compiler warnings by marking unused parameters explicitly.

[How]
In .c and .h function definitions, keep parameter names
in signatures and add a line with `(void)param;` in function body

Preserved function signatures and avoids breaking code paths that
may reference the parameter under conditional compilation.

Reviewed-by: Dillon Varone <dillon.varone@amd.com>
Reviewed-by: Austin Zheng <austin.zheng@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>
2026-03-30 15:12:15 -04:00
..
bw_fixed.c drm/amd/display: Move bw_fixed from DML folder 2023-10-09 16:48:37 -04:00
calcs_logger.h drm/amd/display: Move dce_calcs from DML folder 2023-10-09 16:48:22 -04:00
conversion.c drm/amd/display: Add dpp_get_gamut_remap functions 2024-01-22 17:13:26 -05:00
conversion.h drm/amd/display: Add dpp_get_gamut_remap functions 2024-01-22 17:13:26 -05:00
custom_float.c drm/amd/display: Move custom_float from DML folder 2023-10-09 16:48:31 -04:00
dc_common.c drm/amd/display: Fix BT2020 YCbCr limited/full range input 2025-02-19 15:14:10 -05:00
dc_common.h Revert "drm/amd/display: Unblank hubp based on plane visibility" 2021-02-18 16:43:10 -05:00
dce_calcs.c drm/amd/display: Fix Silence signed/unsighed mismatch warning in dc 2026-03-30 14:55:17 -04:00
fixpt31_32.c drm/amd/display: Fixed Silence complier warnings in dc 2026-03-30 15:12:15 -04:00
logger.h drm/amd/display: add performance trace macro to dc 2017-10-21 16:50:00 -04:00
Makefile drm/amd/display: Move bw_fixed from DML folder 2023-10-09 16:48:37 -04:00
vector.c drm/amd/display: Fixed Silence complier warnings in dc 2026-03-30 15:12:15 -04:00