summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu
Commit message (Expand)AuthorAgeFilesLines
* Backmerge tag 'v4.9-rc4' into drm-nextDave Airlie2016-11-0718-53/+75
|\
| * Merge branch 'drm-fixes-staging' of ssh://people.freedesktop.org/~/linux into...Dave Airlie2016-11-0117-53/+70
| |\
| | * drm/amdgpu/si_dpm: workaround for SI kickersAlex Deucher2016-10-271-16/+43
| | * drm/amdgpu: fix s3 resume back, uvd dpm randomly can't disable.Rex Zhu2016-10-261-1/+1
| | * drm/amdgpu/vce3: only enable 3 rings on new enough firmware (v2)Alex Deucher2016-10-251-0/+6
| | * drm/amdgpu: fix fence slab teardownGrazvydas Ignotas2016-10-241-0/+1
| | * drm/amdgpu: fix a vm_flush fence leakGrazvydas Ignotas2016-10-241-0/+1
| | * drm/amdgpu/dpm: flush any thermal work on finiAlex Deucher2016-10-243-0/+6
| | * drm/amdgpu: cancel reset work on finiAlex Deucher2016-10-241-0/+2
| | * drm/amdgpu: avoid drm error log during S3 on RHEL7.3jimqu2016-10-211-1/+2
| | * drm/amdgpu: explicitly set pg_flags for STAlex Deucher2016-10-211-1/+1
| | * drm/amdgpu/st: move ATC CG golden init from gfx to mcAlex Deucher2016-10-212-1/+1
| | * drm/amd/amdgpu: expose max engine and memory clock for powerplay enabled caseEvan Quan2016-10-211-4/+2
| | * drm/amdgpu: move atom scratch register save/restore to common codeAlex Deucher2016-10-215-25/+4
| | * drm/amdgpu: drop atom scratch save/restore in gpu resetAlex Deucher2016-10-211-4/+0
| * | drm/drivers: add support for using the arch wc mapping API.Dave Airlie2016-10-261-0/+5
| |/
* | Merge tag 'topic/drm-misc-2016-10-27' of git://anongit.freedesktop.org/git/dr...Dave Airlie2016-10-2832-267/+270
|\ \
| * | dma-buf: Rename struct fence to dma_fenceChris Wilson2016-10-2529-262/+265
* | | 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/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-256-1/+7
* | | 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
OpenPOWER on IntegriCloud