linux/drivers/gpu/drm/amd/display
Maíra Canal cf51c8bc5c drm/amd/display: Remove unused dcn316_smu_set_voltage_via_phyclk function
Remove dcn316_smu_set_voltage_via_phyclk function, which is not used in the
codebase.

This was pointed by clang with the following warning:

drivers/gpu/drm/amd/amdgpu/../display/dc/clk_mgr/dcn316/dcn316_smu.c:171:5:
warning: no previous prototype for function
'dcn316_smu_set_voltage_via_phyclk' [-Wmissing-prototypes]
int dcn316_smu_set_voltage_via_phyclk(struct clk_mgr_internal *clk_mgr, int
requested_phyclk_khz)
    ^

Signed-off-by: Maíra Canal <maira.canal@usp.br>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
2022-02-23 14:03:20 -05:00
..
amdgpu_dm drm/amdgpu: derive GTT display support from DM 2022-02-23 14:02:51 -05:00
dc drm/amd/display: Remove unused dcn316_smu_set_voltage_via_phyclk function 2022-02-23 14:03:20 -05:00
dmub drm/amd/display: Remove unused temp variable 2022-02-23 14:03:20 -05:00
include drm/amd/display: Add DCN315 family information 2022-02-18 14:07:00 -05:00
modules Merge tag 'amd-drm-next-5.18-2022-02-11-1' of https://gitlab.freedesktop.org/agd5f/linux into drm-next 2022-02-14 10:31:51 +10:00
Kconfig drm/amdgpu/display: fix dependencies for DRM_AMD_DC_SI 2021-10-05 10:55:41 -04:00
Makefile
TODO