linux/drivers/gpu/drm/amd/display/dc/dcn31
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
..
dcn31_afmt.c
dcn31_afmt.h
dcn31_apg.c drm/amd/display: Fixed Silence complier warnings in dc 2026-03-30 15:12:15 -04:00
dcn31_apg.h
dcn31_panel_cntl.c drm/amd/display: Refactor dcn31_panel_construct to avoid assert 2024-12-10 10:31:24 -05:00
dcn31_panel_cntl.h drm/amd/display: Providing a mechanism to have a custom pwm frequency 2024-05-08 14:56:57 -04:00
dcn31_vpg.c drm/amd/display: Power on VPG memory unconditionally if off 2024-03-22 15:47:41 -04:00
dcn31_vpg.h drm/amd/display: refactor vpg.h 2024-04-09 22:16:02 -04:00
Makefile drm/amd/display: Refactoring HPO 2024-07-23 17:35:45 -04:00