summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'topic/drm-misc-2016-10-27' of git://anongit.freedesktop.org/git/dr...Dave Airlie2016-10-2836-337/+345
|\
| * dma-buf: Rename struct fence to dma_fenceChris Wilson2016-10-2533-332/+340
* | drm/amdgpu: turn on/off uvd clock when dpm enable/disable on CIRex Zhu2016-10-271-4/+16
* | drm/amdgpu: disable dpm before turn off clock when vce idle.Rex Zhu2016-10-271-4/+3
* | drm/amdgpu: enable uvd bypass mode for CI/VI.Rex Zhu2016-10-273-8/+44
* | drm/amdgpu: just not load smc firmware if smu is already runningRex Zhu2016-10-271-2/+5
* | drm/amdgpu: when suspend, set boot state instand of disable dpm.Rex Zhu2016-10-272-4/+15
* | drm/amdgpu: use failed label to handle context init failureHuang Rui2016-10-271-9/+9
* | drm/amdgpu: add amdgpu_ttm_bo_eviction_valuable callbackChristian König2016-10-251-1/+25
* | drm/ttm: make eviction decision a driver callback v2Christian König2016-10-251-0/+1
* | drm/amd/powerplay: fix spelling mistake and add KERN_WARNING to printksColin Ian King2016-10-254-8/+8
* | drm/amdgpu:new ids flag for preemptMonk Liu2016-10-251-0/+2
* | drm/amdgpu: mark symbols static where possibleBaoyou Xie2016-10-251-2/+2
* | drm/amdgpu: change function declarations and add missing header dependenciesBaoyou Xie2016-10-258-7/+11
* | drm/amdgpu: s/amdgpuCrtc/amdgpu_crtc/ in pageflip codeAlex Deucher2016-10-251-6/+6
* | drm/amdgpu/atom: remove a bunch of unused functionsAlex Deucher2016-10-252-92/+0
* | drm/amdgpu: consolidate atom scratch reg handling for hangsAlex Deucher2016-10-254-28/+20
* | drm/amdgpu: use amdgpu_bo_[create|free]_kernel for wbAlex Deucher2016-10-251-30/+7
* | drm/amdgpu: add VCE VM session trackingChristian König2016-10-253-0/+92
* | drm/amdgpu: improve parse_cs handling a bitChristian König2016-10-253-4/+11
* | drm/amdgpu: refine set power state logic for dpm.Rex Zhu2016-10-251-65/+15
* | drm/amdgpu: update current ps/requeset ps in adev with real ps.Rex Zhu2016-10-253-2/+8
* | drm/amdgpu: add an implement for check_power_state equal for KVAlex Deucher2016-10-251-0/+13
* | drm/amdgpu: add an implement for check_power_state equal for Si.Rex Zhu2016-10-251-0/+52
* | drm/amdgpu: add an implement for check_power_state equal for Cz.Rex Zhu2016-10-251-0/+13
* | drm/amdgpu: add an implement for check_power_state equal for CIRex Zhu2016-10-251-0/+51
* | drm/amdgpu: add new callback to check power state infoRex Zhu2016-10-251-0/+7
* | drm/amdgpu: check min clock set by DAL before set ps.Rex Zhu2016-10-251-0/+6
* | drm/amd/amdgpu: Put in rest of wave fieldsTom St Denis2016-10-252-0/+12
* | drm/amd/amdgpu: re-factor debugfs wave readerTom St Denis2016-10-254-23/+58
* | drm/amd/amdgpu: Make debugfs write compliment readTom St Denis2016-10-251-0/+43
* | drm/amd/amdgpu: Allow broadcast on debugfs read (v2)Tom St Denis2016-10-251-2/+9
* | drm/amd/amdgpu: Fix debugfs wave readerTom St Denis2016-10-251-2/+3
* | drm/amd/amdgpu: Add wave reader to debugfsTom St Denis2016-10-251-0/+74
* | drm/amdgpu: rework IP block registration (v2)Alex Deucher2016-10-2569-1935/+924
* | drm/amdgpu/powerplay: fix spelling in amdgpu_powerplay.hAlex Deucher2016-10-251-3/+3
* | drm/amdgpu/virtual_dce: move define into source fileAlex Deucher2016-10-252-1/+3
* | drm/amdgpu: enable virtual dce on SIAlex Deucher2016-10-251-4/+136
* | drm/amdgpu: fill in vce clock info ioctl query (v2)Alex Deucher2016-10-251-0/+18
* | drm/amdgpu/powerplay: add an implementation for get_vce_clock_state (v3)Alex Deucher2016-10-251-0/+16
* | drm/amdgpu/dpm: add an implementation for get_vce_clock_state (v2)Alex Deucher2016-10-255-0/+15
* | drm/amdgpu/dpm: add new callback to fetch vce clock state (v2)Alex Deucher2016-10-252-0/+6
* | drm/amdgpu: save number of vce states in dpm struct.Rex Zhu2016-10-255-6/+8
* | drm/amdgpu: use same vce state definition in dpm and powerplayRex Zhu2016-10-2511-56/+36
* | drm/amdgpu: move dpm related definitions to amdgpu_dpm.hAlex Deucher2016-10-252-448/+448
* | drm/amdgpu: move align_mask and nop into ring funcs as well (v2)Christian König2016-10-2514-43/+62
* | drm/amdgpu: move the ring type into the funcs structure (v2)Christian König2016-10-2516-43/+52
* | drm/amdgpu: move IB and frame size directly into the engine descriptionChristian König2016-10-2516-288/+117
* | drm/amdgpu: remove explicit NULL init for parse_csChristian König2016-10-259-12/+0
* | drm/amdgpu: remove 128 NOP hack from vm_flush v2Christian König2016-10-251-5/+1