linux/drivers/gpu/drm/amd/display/dc/dccg
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
..
dcn20 drm/amd/display: Enable dcn42 DC clk_mgr 2026-03-11 13:58:06 -04:00
dcn21 drm/amd/display: Check for S0i3 to be done before DCCG init on DCN21 2026-03-11 13:56:57 -04:00
dcn30 Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
dcn31 drm/amd/display: Fixed Silence complier warnings in dc 2026-03-30 15:12:15 -04:00
dcn32 drm/amd/display: Fixed Silence complier warnings in dc 2026-03-30 15:12:15 -04:00
dcn35 drm/amd/display: Fixed Silence complier warnings in dc 2026-03-30 15:12:15 -04:00
dcn42 drm/amd/display: Fixed Silence complier warnings in dc 2026-03-30 15:12:15 -04:00
dcn201 Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
dcn301 drm/amd/display: Add missing DCCG register entries for DCN20-DCN316 2026-03-11 10:56:04 -04:00
dcn302
dcn303
dcn314 drm/amd/display: Add missing DCCG register entries for DCN20-DCN316 2026-03-11 10:56:04 -04:00
dcn401 drm/amd/display: Fixed Silence complier warnings in dc 2026-03-30 15:12:15 -04:00
Makefile drm/amd/display: Enable dcn42 DC 2026-02-23 14:28:33 -05:00