summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | 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
| |/ / /
* | | / drm/amdgpu: just suspend the hw on pci shutdownAlex Deucher2016-12-071-1/+1
| |_|/ |/| |
* | | drm/amdgpu:fix vpost_needed routineMonk Liu2016-11-151-20/+7
| |/ |/|
* | 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 '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
| * drm/amdgpu: rename suspend_kms and resume_kmsAlex Deucher2016-08-251-6/+6
| * drm/amdgpu: recover vram bo from shadow after gpu reset V2Chunming Zhou2016-08-221-0/+62
| * drm/amdgpu: link all shadow bo V2Chunming Zhou2016-08-221-0/+3
| * drm/amdgpu: add need backup function V2Chunming Zhou2016-08-191-0/+8
| * drm/amd/amdgpu: Add more debugfs config dataTom St Denis2016-08-171-1/+5
| * drm/amd/amdgpu: Add more config data for debugfsTom St Denis2016-08-161-1/+6
| * drm/amdgpu: Change the virtual_display type from int to char*.Emily Deng2016-08-101-1/+28
| * drm/amdgpu: Set ip_blocks according variable amdgpu_virtual_display.Emily Deng2016-08-081-0/+2
| * drm/amdgpu: enable VCE soft resetChunming Zhou2016-08-081-1/+0
| * drm/amdgpu: irq resume should be immediately after gpu resumeChunming Zhou2016-08-081-1/+1
OpenPOWER on IntegriCloud