summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorGaghik Khachatrian <gaghik.khachatrian@amd.com>2026-03-07 18:37:04 -0500
committerAlex Deucher <alexander.deucher@amd.com>2026-03-30 15:12:41 -0400
commitc3f327a9a306444cd91b904d7fcdba9406017390 (patch)
tree9b9213a298f70b125827acf67709c95a235ed571 /tools/perf/scripts/python
parentf82480fafedf622541276d48a3b4fed20ce5d866 (diff)
drm/amd/display: Fix Compiler warnings in dmub
[Why] Resolve compiler warnings by marking unused parameters explicitly. [How] In .c and .h files, 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>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions