summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/powerplay/navi10_ppt.c
AgeCommit message (Expand)AuthorFilesLines
2019-06-21drm/amd/powerplay: add function get_current_activity_percent for navi10Kevin Wang1-0/+20
2019-06-21drm/amd/powerplay: add function get_gpu_power for navi10Kevin Wang1-0/+19
2019-06-21drm/amd/powerplay: add function unforce_dpm_levels for navi10Kevin Wang1-0/+27
2019-06-21drm/amd/powerplay: add funciton force_dpm_limit for navi10Kevin Wang1-0/+29
2019-06-21drm/amd/powerplay: add function display_configuration_changed for navi10Kevin Wang1-0/+25
2019-06-21drm/amd/powerplay: add function pre_display_config_changed for navi10Kevin Wang1-0/+22
2019-06-21drm/amd/powerplay: add function get_clock_by_type_with_latency for navi10Kevin Wang1-0/+35
2019-06-21drm/amd/powerplay: add function populate_umd_state_clk for navi10Kevin Wang1-0/+15
2019-06-21drm/amd/powerplay: add function force_clk_levels for navi10Kevin Wang1-0/+37
2019-06-21drm/amd/powerplay: add function print_clk_levels for navi10Kevin Wang1-0/+44
2019-06-21drm/amd/powerplay: add function get current clock freq interface for navi10Kevin Wang1-0/+24
2019-06-21drm/amd/powerplay/smu11: disable PLL shutdown when gfxoff enabledJack Xiao1-1/+5
2019-06-21drm/amd/powerplay: disable uclk dpm by defaulttiancyin1-2/+4
2019-06-21amd/powerplay: enable uclk dpmKenneth Feng1-1/+4
2019-06-21drm/amd/powerplay: remove uvd_gated/vce_gated from smu_power_context (v2)Hawking Zhang1-10/+4
2019-06-21drm/amd/powerplay: add new interface for vcn powergatingKenneth Feng1-0/+28
2019-06-21drm/amd/powerplay: enable vcn powergating v2Kenneth Feng1-0/+3
2019-06-21drm/amd/powerplay: don't include the smu11 driver if header in smu v11 (v2)Huang Rui1-1/+1
2019-06-21drm/amd/powerplay: introduce smu power source type to handle AC/DC source for...Huang Rui1-0/+19
2019-06-21drm/amd/powerplay: add tables_init interface for each asicHuang Rui1-0/+18
2019-06-21drm/amd/powerplay: init table_count for smu tables on asic levelHuang Rui1-0/+3
2019-06-21drm/amd/powerplay: introduce smu table id type to handle the smu table for ea...Huang Rui1-0/+29
2019-06-21drm/amd/powerplay: introduce smu feature type to handle feature mask for each...Huang Rui1-2/+61
2019-06-21drm/amd/powerplay: introduce smu clk type to handle ppclk for each asicHuang Rui1-0/+26
2019-06-21drm/amd/powerplay: enable DCEFCLK dpm supportKenneth Feng1-1/+2
2019-06-21drm/amd/amdgpu: fw version check with gfxoffKenneth Feng1-0/+11
2019-06-21drm/amd/powerplay: add allowed feature mask for navi10Kevin Wang1-2/+5
2019-06-21drm/amd/powerplay: optimization feature mask function for asicKevin Wang1-4/+18
2019-06-21drm/amd/powerplay: add smu11 smu_if_version check for navi10Kevin Wang1-0/+1
2019-06-21drm/amd/powerplay: enable power featuresKenneth Feng1-2/+2
2019-06-21drm/amd/powerplay: modify the feature mask to enable gfx/soc dpmHuang Rui1-2/+2
2019-06-21drm/amdgpu: fix the issue of checking on message mappingHuang Rui1-2/+7
2019-06-21drm/amd/powerplay: introduce the navi10 pptable implementationHuang Rui1-0/+303