summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-09-29amdgpu/pp: rewrite fiji pwr virus upload code.amdgpu-non-dc-cleanupsDave Airlie2-9548/+1284
2017-09-29amdgpu/pp: rewrite polaris pwrvirus upload code.Dave Airlie2-9549/+1285
2017-09-29amdgpu/pp: use array_size to size the pwrvirus tables.Dave Airlie4-8/+4
2017-09-29[rfc] amdgfx/gfx: don't use static objects for ce/de meta. (v2)Dave Airlie2-4/+4
2017-09-28amdgpu/pp/vega10: mark vega10_pp_tables_initialize as static.Dave Airlie1-1/+1
2017-09-28amdgpu/pp: reduce size of vega10_fuses_defaultDave Airlie2-1249/+1238
2017-09-28drm/amdgpu: use designated initialiser for thermal_irq_src.Dave Airlie1-3/+3
2017-09-28amdgpu/pp: slim down the pwr virus tables.Dave Airlie4-20324/+20284
2017-09-28amdgpu/pp: move amdgpu_fuses_default into static const.Dave Airlie3-5/+3
2017-09-28amdgpu/pp: move PhwVega10_Magic to static const.Dave Airlie2-2/+1
2017-09-28amdgpu/pp: remove ci_smc/smumgr split.Dave Airlie4-154/+71
2017-09-28drm/amdgpu/vega10: static constify channel_numberDave Airlie1-1/+1
2017-09-28drm/amdgpu/pp: constify some powerplay tablesDave Airlie1-7/+7
2017-09-28amdgpu/powerplay: constify large structDave Airlie2-4/+4
2017-09-28amdgpu: don't ask about CHASH just default it for now.Dave Airlie1-1/+2
2017-09-28Merge branch 'drm-next-4.15' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie174-8178/+9808
2017-09-28Merge tag 'drm-intel-next-2017-09-07' of git://anongit.freedesktop.org/git/dr...Dave Airlie42-1302/+1945
2017-09-28Merge tag 'drm-misc-next-2017-09-20' of git://anongit.freedesktop.org/git/drm...Dave Airlie124-960/+4775
2017-09-26drm/amdgpu: clarify license in amdgpu_trace_points.cAlex Deucher1-0/+19
2017-09-26drm/amdgpu: Add gem_prime_mmap supportSamuel Li3-0/+36
2017-09-26drm/amd/powerplay: delete dead code in smumgrRex Zhu2-119/+0
2017-09-26drm/amd/powerplay: delete SMUM_FIELD_MASKRex Zhu1-2/+2
2017-09-26drm/amd/powerplay: delete SMUM_WAIT_INDIRECT_FIELDRex Zhu3-13/+2
2017-09-26drm/amd/powerplay: delete SMUM_READ_FIELDRex Zhu4-7/+5
2017-09-26drm/amd/powerplay: delete SMUM_SET_FIELDRex Zhu2-11/+6
2017-09-26drm/amd/powerplay: delete SMUM_READ_VFPF_INDIRECT_FIELDRex Zhu6-14/+9
2017-09-26drm/amd/powerplay: delete SMUM_WRITE_VFPF_INDIRECT_FIELDRex Zhu4-29/+23
2017-09-26drm/amd/powerplay: delete SMUM_WRITE_FIELDRex Zhu4-11/+8
2017-09-26drm/amd/powerplay: delete SMU_WRITE_INDIRECT_FIELDRex Zhu3-21/+6
2017-09-26drm/amd/powerplay: move macros to hwmgr.hRex Zhu6-22/+22
2017-09-26drm/amd/powerplay: move PHM_WAIT_VFPF_INDIRECT_FIELD to hwmgr.hRex Zhu6-23/+25
2017-09-26drm/amd/powerplay: move SMUM_WAIT_VFPF_INDIRECT_FIELD_UNEQUAL to hwmgr.hRex Zhu5-18/+22
2017-09-26drm/amd/powerplay: move SMUM_WAIT_INDIRECT_FIELD_UNEQUAL to hwmgr.hRex Zhu4-12/+16
2017-09-26drm/amd/powerplay: add new helper functions in hwmgr.hRex Zhu5-9/+50
2017-09-26drm/amd/powerplay: use SMU_IND_INDEX/DATA_11 pairRex Zhu2-3/+3
2017-09-26drm/amd/powerplay: refine powerplay code.Rex Zhu22-425/+339
2017-09-26drm/amd/powerplay: delete dead code in hwmgr.hRex Zhu1-11/+0
2017-09-26drm/amd/powerplay: refine interface in struct pp_smumgr_funcRex Zhu32-1248/+1225
2017-09-26drm/amdgpu: simplify pinning into visible VRAMChristian König1-15/+8
2017-09-26drm/amdgpu:fix firmware memoryleak(v2)Monk Liu6-0/+37
2017-09-26drm/amdgpu:fix uvd ring fini routine(v2)Monk Liu1-0/+4
2017-09-26drm/amdgpu/sriov:alloc KIQ MQD in VRAM(v2)Monk Liu1-1/+6
2017-09-26drm/amdgpu:unmap KCQ in gfx hw_fini(v2)Monk Liu2-0/+115
2017-09-26drm/amdgpu:halt when vm faultMonk Liu2-0/+13
2017-09-26drm/amdgpu: Add copy_pte_num_dw member in amdgpu_vm_pte_funcsYong Zhao7-1/+15
2017-09-26drm/amdgpu: Fix a bug in amdgpu_fill_buffer()Yong Zhao8-6/+30
2017-09-26drm/amdgpu: Correct bytes limit for SDMA 3.0 copy and fillYong Zhao1-2/+2
2017-09-26drm/amdgpu: use 2MB fragment size for GFX6,7 and 8Christian König3-3/+3
2017-09-26drm/amdgpu: Fix driver reloading failureXiangliang.Yu1-0/+2
2017-09-26drm/amd/powerplay: refine phm_register_thermal_interrupt interfaceRex Zhu1-3/+3