Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

drm/amd/pm: Drop unused ppt callback from SMUv12

SMU message related ppt callbacks are not used. Drop from SMUv12.

Signed-off-by: Lijo Lazar <lijo.lazar@amd.com>
Reviewed-by: Asad Kamal <asad.kamal@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>

authored by

Lijo Lazar and committed by
Alex Deucher
c3c61d11 8376acce

-2
-2
drivers/gpu/drm/amd/pm/swsmu/smu12/renoir_ppt.c
··· 1459 1459 .check_fw_status = smu_v12_0_check_fw_status, 1460 1460 .check_fw_version = smu_v12_0_check_fw_version, 1461 1461 .powergate_sdma = smu_v12_0_powergate_sdma, 1462 - .send_smc_msg_with_param = smu_cmn_send_smc_msg_with_param, 1463 - .send_smc_msg = smu_cmn_send_smc_msg, 1464 1462 .set_gfx_cgpg = smu_v12_0_set_gfx_cgpg, 1465 1463 .gfx_off_control = smu_v12_0_gfx_off_control, 1466 1464 .get_gfx_off_status = smu_v12_0_get_gfxoff_status,