set_gfx_cgpg 484 drivers/gpu/drm/amd/powerplay/inc/amdgpu_smu.h int (*set_gfx_cgpg)(struct smu_context *smu, bool enable); set_gfx_cgpg 566 drivers/gpu/drm/amd/powerplay/inc/amdgpu_smu.h ((smu)->funcs->set_gfx_cgpg ? (smu)->funcs->set_gfx_cgpg((smu), (enabled)) : 0) set_gfx_cgpg 391 drivers/gpu/drm/amd/powerplay/smu_v12_0.c .set_gfx_cgpg = smu_v12_0_set_gfx_cgpg,