linux/drivers/gpu/drm/amd/display/modules/hdcp
Gaghik Khachatrian 60e8ffaf96 drm/amd/display: Fix Silence warnings
Also affects: freesync, hdcp, info_packet, power

[Why] Resolve compiler warnings by marking unused parameters explicitly.

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

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

Reviewed-by: Aric Cyr <aric.cyr@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-23 14:15:31 -04:00
..
hdcp_ddc.c drm/amd/display: fw locality check refactors 2025-11-04 11:53:19 -05:00
hdcp_log.c drm/amd/display: Refactor HDCP Status Log Format 2025-11-11 21:54:16 -05:00
hdcp_log.h drm/amd/display: add additional hdcp traces 2025-10-20 18:24:53 -04:00
hdcp_psp.c drm/amd/display: Add null pointer check in mod_hdcp_hdcp1_create_session() 2025-08-18 16:59:29 -04:00
hdcp_psp.h drm/amd/display: Fix hdcp_psp.h codestyle 2024-01-05 16:10:44 -05:00
hdcp.c drm/amd/display: add additional hdcp traces 2025-10-20 18:24:53 -04:00
hdcp.h drm/amd/display: Fix Silence warnings 2026-03-23 14:15:31 -04:00
hdcp1_execution.c drm/amd/display: add additional hdcp traces 2025-10-20 18:24:53 -04:00
hdcp1_transition.c drm/amd/display: add authentication_complete in hdcp output 2021-08-09 15:43:33 -04:00
hdcp2_execution.c drm/amd/display: fw locality check refactors 2025-11-04 11:53:19 -05:00
hdcp2_transition.c drm/amd/display: fw locality check refactors 2025-11-04 11:53:19 -05:00
Makefile