summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2019-07-17drm/amd/powerplay: fix memory allocation failure check V2Evan Quan-2/+2
2019-07-17drm/amdgpu: Fix silent amdgpu_bo_move failuresFelix Kuehling-3/+37
2019-07-17drm/amdgpu: drop dead headerAlex Deucher-33/+0
2019-07-16drm/amd/powerplay: Use proper enums in vega20_print_clk_levelsNathan Chancellor-3/+3
2019-07-16drm/amdgpu/gfx10: set SH_MEM_CONFIG.INITIAL_INST_PREFETCHNicolai Hähnle-17/+10
2019-07-16drm/amd/powerplay: enable fw ctf,apcc dfll and gfx ssKenneth Feng-6/+5
2019-07-16drm/amdgpu: check kdb_bin_size to exclude kdb loading sequenceHawking Zhang-1/+1
2019-07-16drm/amdgpu: Fix unaligned memory copiesFelix Kuehling-0/+2
2019-07-16drm/amdgpu: replace simple_strtol() by kstrtou32()Wang Xiayang-1/+2
2019-07-16drm/amdgpu: remove memset after kzallocFuqian Huang-8/+0
2019-07-16drm/amd/amdgpu: hide #warning for missing DC configArnd Bergmann-6/+0
2019-07-16drm/amdgpu: Fix Vega20 Perf counter for pcie_bwKent Russell-2/+8
2019-07-16drm/amd/amdgpu: Add missing select_me_pipe_q() for gfx10Tom St Denis-0/+7
2019-07-16drm/amd/amdgpu: Add VMID to SRBM debugfs bank selectionTom St Denis-13/+14
2019-07-16drm/amdgpu: extend AMDGPU_CTX_PRIORITY_NORMAL commentEmil Velikov-1/+6
2019-07-16drm/amd/powerplay: add helper of smu_clk_dpm_is_enabled for smuKevin Wang-23/+41
2019-07-16drm/amd/powerplay: fix save dpm level error for smuKevin Wang-4/+3
2019-07-16drm/amd/powerplay: avoid double check feature enabledKevin Wang-15/+8
2019-07-16drm/amd/powerplay: add standard profile dpm support for smuKevin Wang-1/+1
2019-07-16drm/amd/powerplay: add socclk profile dpm support.Kevin Wang-0/+6
2019-07-16drm/amdkfd: Consistently apply noretry settingFelix Kuehling-17/+20
2019-07-16drm/amd/display: return 'NULL' instead of 'false' from dcn20_acquire_idle_pip...Arnd Bergmann-1/+1
2019-07-16drm/amd/display: Support clang option for stack alignmentArnd Bergmann-5/+19
2019-07-12drm/amd/powerplay: add pstate mclk(uclk) support for navi10Kevin Wang-1/+8
2019-07-12drm/amd/powerplay: fix smu clock type change miss errorKevin Wang-2/+2
2019-07-12drm/amdgpu: support key database loading for navi10Hawking Zhang-1/+70
2019-07-12drm/amdgpu: switch to macro for psp bootloader commandHawking Zhang-4/+10
2019-07-11drm/amdgpu: Print out voltage in DM_PPLIBPaul Menzel-1/+2
2019-07-11drm/amd/display: Add drm_audio_component support to amdgpu_dmNicholas Kazlauskas-0/+248
2019-07-11drm/amd/display: Expose audio inst from DC to DMNicholas Kazlauskas-0/+4
2019-07-11drm/amdkfd: fix cp hang in evictionEric Huang-7/+9
2019-07-11drm/amdgpu: enable IP discovery by default on naviAlex Deucher-1/+2
2019-07-11drm/amdgpu/discovery: fix DCE_HWIP mapping error in hw_id_map arraytiancyin-1/+1
2019-07-11drm/amd/powerplay: bug fix for sysfsKenneth Feng-2/+2
2019-07-11drm/amd/powerplay: increase the SMU msg response waiting timeEvan Quan-1/+1
2019-07-11drm/amdgpu: Fix potential integer overflowsFelix Kuehling-4/+5
2019-07-09drm/amdgpu/psp: add a mutex to protect access to the psp ringAlex Deucher-2/+16
2019-07-09drm/amdgpu/navi10: add uclk activity sensorAlex Deucher-2/+14
2019-07-09drm/amdgpu: properly guard the generic discovery codeAlex Deucher-2/+2
2019-07-09drm/amdgpu: add missing documentation on new module parametersAlex Deucher-0/+13
2019-07-09drm/amdgpu: don't invalidate caches in RELEASE_MEM, only do the writebackMarek Olšák-5/+1
2019-07-08drm/amd/display: avoid 64-bit divisionArnd Bergmann-3/+3
2019-07-08drm/amdgpu/psp11: simplify the ucode register logicAlex Deucher-2/+2
2019-07-08drm/amdgpu: properly guard DC support in navi codeAlex Deucher-0/+4
2019-07-08drm/amd/powerplay: vega20: fix uninitialized variable useArnd Bergmann-1/+4
2019-07-08drm/amd/display: dcn20: include linux/delay.hArnd Bergmann-0/+1
2019-07-08amdgpu: make pmu support optionalArnd Bergmann-3/+7
2019-07-08drm/amd/powerplay: Zero initialize current_rpm in vega20_get_fan_speed_percentNathan Chancellor-2/+1
2019-07-08drm/amd/powerplay: Zero initialize freq in smu_v11_0_get_current_clk_freqNathan Chancellor-1/+1
2019-07-08drm/amd/powerplay: Use memset to initialize metrics structsNathan Chancellor-2/+6