summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'drm-misc-next-2016-12-08' of git://anongit.freedesktop.org/git/drm...Dave Airlie2016-12-091-6/+0
|\
| * Merge remote-tracking branch 'airlied/drm-next' into drm-misc-nextDaniel Vetter2016-12-061-22/+9
| |\
| * | drm/amdgpu: don't add files at control minor debugfs directoryNicolai Stange2016-12-061-6/+0
* | | drm/amd/amdgpu: Add debugfs support for reading GPRs (v2)Tom St Denis2016-12-081-0/+67
* | | drm/amdgpu: no need to ungate uvd/vce clock when fini.Rex Zhu2016-12-061-7/+13
| |/ |/|
* | Merge branch 'drm-next-4.10' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie2016-12-061-2/+2
|\ \
| * | drm/amdgpu: fix logic error for checking amdgpu_vram_page_splitjimqu2016-11-111-2/+2
| |/
* | Backmerge tag 'v4.9-rc8' into drm-nextDave Airlie2016-12-051-20/+7
|\ \ | |/ |/|
| * drm/amdgpu:fix vpost_needed routineMonk Liu2016-11-151-20/+7
* | Backmerge tag 'v4.9-rc4' into drm-nextDave Airlie2016-11-071-5/+4
|\|
| * drm/amdgpu: move atom scratch register save/restore to common codeAlex Deucher2016-10-211-1/+4
| * drm/amdgpu: drop atom scratch save/restore in gpu resetAlex Deucher2016-10-211-4/+0
* | Merge tag 'topic/drm-misc-2016-10-27' of git://anongit.freedesktop.org/git/dr...Dave Airlie2016-10-281-7/+7
|\ \
| * | dma-buf: Rename struct fence to dma_fenceChris Wilson2016-10-251-7/+7
| |/
* | drm/amdgpu: use amdgpu_bo_[create|free]_kernel for wbAlex Deucher2016-10-251-30/+7
* | drm/amd/amdgpu: re-factor debugfs wave readerTom St Denis2016-10-251-23/+6
* | 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-251-122/+138
* | drm/amdgpu: clarify why we evict vram twice on suspendAlex Deucher2016-10-251-1/+4
* | drm/amdgpu: add VRAM manager v2Christian König2016-10-251-0/+7
* | drm/amdgpu: add AMDGPU_GEM_CREATE_VRAM_CONTIGUOUS flag v3Christian König2016-10-251-1/+2
* | drm/amd/amdgpu: For virtual display, enable multi crtcs. (v3)Emily Deng2016-10-251-5/+23
* | drm/amdgpu: rename amdgpu_whether_enable_virtual_displayAlex Deucher2016-10-251-2/+2
|/
* Merge tag 'drm-fixes-for-v4.9-rc2' of git://people.freedesktop.org/~airlied/l...Linus Torvalds2016-10-181-17/+52
|\
| * drm/amdgpu: disable smu hw first on tear downAlex Deucher2016-10-141-0/+24
| * drm/amdgpu: fix amdgpu_need_full_reset (v2)Alex Deucher2016-10-141-7/+16
| * drm/amdgpu: clarify UVD/VCE special handling for CGAlex Deucher2016-10-121-9/+11
| * drm/amd/amdgpu: enable clockgating only after late initArindam Nath2016-10-121-7/+7
* | Merge tag 'drm-for-v4.9' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2016-10-111-61/+416
|\|
| * drm/amdgpu: also track late init stateGrazvydas Ignotas2016-10-061-0/+4
| * drm/amdgpu: mark symbols static where possibleBaoyou Xie2016-09-221-1/+1
| * drm/amdgpu:determine if vPost is needed indeedMonk Liu2016-09-221-4/+44
| * drm/amdgpu:changes of virtualization cases probe (v3)Monk Liu2016-09-191-18/+15
| * drm/amdgpu: Use kmalloc_array() in amdgpu_debugfs_gca_config_read()Markus Elfring2016-09-191-1/+1
| * drm/amd/amdgpu: Hook up read_sensor() to debugfs (v2)Tom St Denis2016-09-191-0/+31
| * Revert "drm/amdgpu: skip suspend/resume on DRM_SWITCH_POWER_DYNAMIC_OFF"Alex Deucher2016-09-191-4/+2
| * drm/amdgpu: not set cg for vce/uvd in late init.Rex Zhu2016-09-161-0/+3
| * drm/amd/amdgpu: S4 issue for amdgpu (v2)jimqu2016-09-121-6/+14
| * drm/amdgpu: skip suspend/resume on DRM_SWITCH_POWER_DYNAMIC_OFFAlex Deucher2016-09-021-2/+4
| * drm/amdgpu: add gart recovery by gtt list V2Chunming Zhou2016-08-311-0/+5
| * drm/amdgpu: link all gtt when binding them V2Chunming Zhou2016-08-311-0/+4
| * drm/amdgpu: Add SI Family informationKen Wang2016-08-311-0/+1
| * drm/amdgpu: add si specific logic into the device initialize function v3Ken Wang2016-08-311-5/+17
| * drm/amdgpu: add si ip blocks setup v3Ken Wang2016-08-311-0/+14
| * drm/amdgpu: introduce pcie port read/write entryHuang Rui2016-08-311-0/+2
| * drm/amd/amdgpu: debugfs SMC addresses are byte addressesTom St Denis2016-08-301-2/+2
| * drm/amdgpu: throttle buffer migrations at CS using a fixed MBps limit (v2)Marek Olšák2016-08-301-0/+10
OpenPOWER on IntegriCloud