summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-09-29amdgpu/soc15: make the pcie index/data registers constant.Dave Airlie
2017-09-29amdgpu/pp: constify soft_dummy_pp_table.Dave Airlie
2017-09-29amdgpu/pp: use array_size to size the pwrvirus tables.Dave Airlie
2017-09-29amdgfx/gfx: don't use static objects for ce/de meta. (v2)Dave Airlie
2017-09-28drm/amdgpu: Add a new flag for SR-IOV to share memory between PF & VFHorace Chen
2017-09-28drm/amd/powerplay: export new interfaces in amd_pm_funcsRex Zhu
2017-09-28drm/amdgpu: add comments in struct amd_pm_funcs defineRex Zhu
2017-09-28drm/amd/powerplay: change dmesg log level in powerplayRex Zhu
2017-09-28drm/amdgpu: create powerplay by cgs interfaceRex Zhu
2017-09-28drm/amdgpu: add cgs interface to register pp handleRex Zhu
2017-09-28drm/amdgpu: delete pp_enable in adevRex Zhu
2017-09-28drm/amdgpu: delete dead code about fw load checkRex Zhu
2017-09-28drm/amd/powerplay: fix memory leak in powerplayRex Zhu
2017-09-28drm/amdgpu: move amdgpu_ucode_init_bo to amdgpu_device.cRex Zhu
2017-09-28drm/amdgpu: move common pm sysfs code to amdgpu_device.cRex Zhu
2017-09-28drm/amdgpu: Handle GPUVM fault stormsFelix Kuehling
2017-09-28drm/amd/chash: Fix typoFelix Kuehling
2017-09-28drm/amd/powerplay: fix spelling mistake: "dividable" -> "divisible"Colin Ian King
2017-09-28amdgpu/pp: reduce size of vega10_fuses_defaultDave Airlie
2017-09-28drm/amdgpu: use designated initialiser for thermal_irq_src.Dave Airlie
2017-09-28amdgpu/pp: slim down the pwr virus tables.Dave Airlie
2017-09-28amdgpu/pp: move amdgpu_fuses_default into static const.Dave Airlie
2017-09-28amdgpu/pp: move PhwVega10_Magic to static const.Dave Airlie
2017-09-28amdgpu/pp: remove ci_smc/smumgr split.Dave Airlie
2017-09-28drm/amdgpu/vega10: static constify channel_numberDave Airlie
2017-09-28drm/amdgpu/pp: constify some powerplay tablesDave Airlie
2017-09-28amdgpu/powerplay: constify large structDave Airlie
2017-09-28amdgpu: don't ask about CHASH just default it for now.Dave Airlie
2017-09-28drm/amdgpu: map compute rings by least recently used pipeAndres Rodriguez
2017-09-28drm/amdgpu: add option for force enable multipipe policy for computeAndres Rodriguez
2017-09-28drm/amdgpu: use multipipe compute policy on non PL11 asicsAndres Rodriguez
2017-09-28drm/amdgpu: fix vf error handlingAlex Deucher
2017-09-26drm/amdgpu: clarify license in amdgpu_trace_points.cAlex Deucher
2017-09-26drm/amdgpu: Add gem_prime_mmap supportSamuel Li
2017-09-26drm/amd/powerplay: delete dead code in smumgrRex Zhu
2017-09-26drm/amd/powerplay: delete SMUM_FIELD_MASKRex Zhu
2017-09-26drm/amd/powerplay: delete SMUM_WAIT_INDIRECT_FIELDRex Zhu
2017-09-26drm/amd/powerplay: delete SMUM_READ_FIELDRex Zhu
2017-09-26drm/amd/powerplay: delete SMUM_SET_FIELDRex Zhu
2017-09-26drm/amd/powerplay: delete SMUM_READ_VFPF_INDIRECT_FIELDRex Zhu
2017-09-26drm/amd/powerplay: delete SMUM_WRITE_VFPF_INDIRECT_FIELDRex Zhu
2017-09-26drm/amd/powerplay: delete SMUM_WRITE_FIELDRex Zhu
2017-09-26drm/amd/powerplay: delete SMU_WRITE_INDIRECT_FIELDRex Zhu
2017-09-26drm/amd/powerplay: move macros to hwmgr.hRex Zhu
2017-09-26drm/amd/powerplay: move PHM_WAIT_VFPF_INDIRECT_FIELD to hwmgr.hRex Zhu
2017-09-26drm/amd/powerplay: move SMUM_WAIT_VFPF_INDIRECT_FIELD_UNEQUAL to hwmgr.hRex Zhu
2017-09-26drm/amd/powerplay: move SMUM_WAIT_INDIRECT_FIELD_UNEQUAL to hwmgr.hRex Zhu
2017-09-26drm/amd/powerplay: add new helper functions in hwmgr.hRex Zhu
2017-09-26drm/amd/powerplay: use SMU_IND_INDEX/DATA_11 pairRex Zhu
2017-09-26drm/amd/powerplay: refine powerplay code.Rex Zhu