summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2016-10-25drm/amdgpu: refine set power state logic for dpm.Rex Zhu1-65/+15
2016-10-25drm/amdgpu: update current ps/requeset ps in adev with real ps.Rex Zhu3-2/+8
2016-10-25drm/amdgpu: add an implement for check_power_state equal for KVAlex Deucher1-0/+13
2016-10-25drm/amdgpu: add an implement for check_power_state equal for Si.Rex Zhu1-0/+52
2016-10-25drm/amdgpu: add an implement for check_power_state equal for Cz.Rex Zhu1-0/+13
2016-10-25drm/amdgpu: add an implement for check_power_state equal for CIRex Zhu1-0/+51
2016-10-25drm/amdgpu: add new callback to check power state infoRex Zhu1-0/+7
2016-10-25drm/amdgpu: check min clock set by DAL before set ps.Rex Zhu1-0/+6
2016-10-25drm/amd/amdgpu: Put in rest of wave fieldsTom St Denis2-0/+12
2016-10-25drm/amd/amdgpu: re-factor debugfs wave readerTom St Denis4-23/+58
2016-10-25drm/amd/amdgpu: Make debugfs write compliment readTom St Denis1-0/+43
2016-10-25drm/amd/amdgpu: Allow broadcast on debugfs read (v2)Tom St Denis1-2/+9
2016-10-25drm/amd/amdgpu: Fix debugfs wave readerTom St Denis1-2/+3
2016-10-25drm/amd/amdgpu: Add wave reader to debugfsTom St Denis1-0/+74
2016-10-25drm/amdgpu: rework IP block registration (v2)Alex Deucher69-1935/+924
2016-10-25drm/amdgpu/powerplay: fix spelling in amdgpu_powerplay.hAlex Deucher1-3/+3
2016-10-25drm/amdgpu/virtual_dce: move define into source fileAlex Deucher2-1/+3
2016-10-25drm/amdgpu: enable virtual dce on SIAlex Deucher1-4/+136
2016-10-25drm/amdgpu: fill in vce clock info ioctl query (v2)Alex Deucher1-0/+18
2016-10-25drm/amdgpu/powerplay: add an implementation for get_vce_clock_state (v3)Alex Deucher1-0/+16
2016-10-25drm/amdgpu/dpm: add an implementation for get_vce_clock_state (v2)Alex Deucher5-0/+15
2016-10-25drm/amdgpu/dpm: add new callback to fetch vce clock state (v2)Alex Deucher2-0/+6
2016-10-25drm/amdgpu: add info ioctl query for vce clock info (v3)Alex Deucher1-0/+20
2016-10-25drm/amdgpu: save number of vce states in dpm struct.Rex Zhu5-6/+8
2016-10-25drm/amdgpu: use same vce state definition in dpm and powerplayRex Zhu11-56/+36
2016-10-25drm/amdgpu: move dpm related definitions to amdgpu_dpm.hAlex Deucher2-448/+448
2016-10-25drm/amdgpu: move align_mask and nop into ring funcs as well (v2)Christian König14-43/+62
2016-10-25drm/amdgpu: move the ring type into the funcs structure (v2)Christian König16-43/+52
2016-10-25drm/amdgpu: move IB and frame size directly into the engine descriptionChristian König16-288/+117
2016-10-25drm/amdgpu: remove explicit NULL init for parse_csChristian König9-12/+0
2016-10-25drm/amdgpu: remove 128 NOP hack from vm_flush v2Christian König1-5/+1
2016-10-25drm/amdgpu: remove ring type check for conditional executionChristian König1-1/+1
2016-10-25drm/amdgpu: pad gfx and compute rings to 256 dwChristian König3-6/+6
2016-10-25drm/radeon: clarify why we evict vram twice on suspendAlex Deucher1-1/+4
2016-10-25drm/amdgpu: clarify why we evict vram twice on suspendAlex Deucher1-1/+4
2016-10-25drm/amdgpu: used cached gca values for vi_read_register (v2)Alex Deucher1-20/+97
2016-10-25drm/amdgpu/gfx8: use cached raster config values in csb setupAlex Deucher1-28/+2
2016-10-25drm/amdgpu/gfx8: cache rb config valuesAlex Deucher1-0/+15
2016-10-25drm/amdgpu: add additional cached gca config variablesAlex Deucher1-0/+12
2016-10-25drm/amdgpu: use amdgpu_vm_get_pd_bo in the GEM codeChristian König1-4/+3
2016-10-25drm/amdgpu: move VM defines into amdgpu_vm.hChristian König2-169/+206
2016-10-25drm/amdgpu: move fence and ring defines into amdgpu_ring.hChristian König2-146/+185
2016-10-25drm/amdgpu: move sync handling into a separate headerChristian König2-21/+57
2016-10-25drm/amdgpu: stop using a bo list entry for the VM PTsChristian König2-22/+16
2016-10-25drm/amdgpu: move PT validation back into VM code v2Christian König4-35/+60
2016-10-25drm/amdgpu: remove adev pointer from struct amdgpu_bo v2Christian König9-62/+65
2016-10-25drm/amd/amdgpu: Enable UVD PG on TongaTom St Denis1-1/+1
2016-10-25drm/amd/powerplay: Enable UVD powergating for SMU7Tom St Denis2-3/+23
2016-10-25drm/amdgpu: update the shadow PD together with the real one v2Christian König2-66/+69
2016-10-25drm/amdgpu:wptr poll address of gfx8 is neededFrank Min1-1/+4