summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2016-10-25drm/amdgpu:new ids flag for preemptMonk Liu2-0/+3
2016-10-25drm/amdgpu: mark symbols static where possibleBaoyou Xie1-2/+2
2016-10-25drm/amdgpu: change function declarations and add missing header dependenciesBaoyou Xie8-7/+11
2016-10-25drm/amdgpu: s/amdgpuCrtc/amdgpu_crtc/ in pageflip codeAlex Deucher1-6/+6
2016-10-25drm/amdgpu/atom: remove a bunch of unused functionsAlex Deucher2-92/+0
2016-10-25drm/amdgpu: consolidate atom scratch reg handling for hangsAlex Deucher4-28/+20
2016-10-25drm/amdgpu: use amdgpu_bo_[create|free]_kernel for wbAlex Deucher1-30/+7
2016-10-25drm/amdgpu: add VCE VM session trackingChristian König3-0/+92
2016-10-25drm/amdgpu: improve parse_cs handling a bitChristian König3-4/+11
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