linux/drivers/gpu/drm/amd/display/dc/dio/dcn10
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
..
dcn10_dio.c drm/amd/display: Migrate DIO registers access from hwseq to dio component. 2026-02-03 16:43:03 -05:00
dcn10_dio.h drm/amd/display: Migrate DIO registers access from hwseq to dio component. 2026-02-03 16:43:03 -05:00
dcn10_link_encoder.c drm/amd/display: refactor HPD to increase flexibility 2025-12-08 13:56:40 -05:00
dcn10_link_encoder.h drm/amd/display: refactor HPD to increase flexibility 2025-12-08 13:56:40 -05:00
dcn10_stream_encoder.c drm/amd/display: Fixed Silence complier warnings in dc 2026-03-30 15:12:15 -04:00
dcn10_stream_encoder.h drm/amd/display: Enable dcn42 DC 2026-02-23 14:28:33 -05:00