summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
AgeCommit message (Expand)AuthorFilesLines
2016-09-22drm/amdgpu: mark symbols static where possibleBaoyou Xie1-1/+1
2016-09-22drm/amdgpu:determine if vPost is needed indeedMonk Liu1-4/+44
2016-09-19drm/amdgpu:changes of virtualization cases probe (v3)Monk Liu1-18/+15
2016-09-19drm/amdgpu: Use kmalloc_array() in amdgpu_debugfs_gca_config_read()Markus Elfring1-1/+1
2016-09-19drm/amd/amdgpu: Hook up read_sensor() to debugfs (v2)Tom St Denis1-0/+31
2016-09-19Revert "drm/amdgpu: skip suspend/resume on DRM_SWITCH_POWER_DYNAMIC_OFF"Alex Deucher1-4/+2
2016-09-16drm/amdgpu: not set cg for vce/uvd in late init.Rex Zhu1-0/+3
2016-09-13drm/amd/amdgpu: S4 issue for amdgpu (v2)jimqu1-6/+14
2016-09-02drm/amdgpu: skip suspend/resume on DRM_SWITCH_POWER_DYNAMIC_OFFAlex Deucher1-2/+4
2016-08-31drm/amdgpu: add gart recovery by gtt list V2Chunming Zhou1-0/+5
2016-08-31drm/amdgpu: link all gtt when binding them V2Chunming Zhou1-0/+4
2016-08-31drm/amdgpu: Add SI Family informationKen Wang1-0/+1
2016-08-31drm/amdgpu: add si specific logic into the device initialize function v3Ken Wang1-5/+17
2016-08-31drm/amdgpu: add si ip blocks setup v3Ken Wang1-0/+14
2016-08-31drm/amdgpu: introduce pcie port read/write entryHuang Rui1-0/+2
2016-08-31drm/amd/amdgpu: debugfs SMC addresses are byte addressesTom St Denis1-2/+2
2016-08-31drm/amdgpu: throttle buffer migrations at CS using a fixed MBps limit (v2)Marek Olšák1-0/+10
2016-08-25drm/amdgpu: rename suspend_kms and resume_kmsAlex Deucher1-6/+6
2016-08-22drm/amdgpu: recover vram bo from shadow after gpu reset V2Chunming Zhou1-0/+62
2016-08-22drm/amdgpu: link all shadow bo V2Chunming Zhou1-0/+3
2016-08-19drm/amdgpu: add need backup function V2Chunming Zhou1-0/+8
2016-08-17drm/amd/amdgpu: Add more debugfs config dataTom St Denis1-1/+5
2016-08-16drm/amd/amdgpu: Add more config data for debugfsTom St Denis1-1/+6
2016-08-10drm/amdgpu: Change the virtual_display type from int to char*.Emily Deng1-1/+28
2016-08-08drm/amdgpu: Set ip_blocks according variable amdgpu_virtual_display.Emily Deng1-0/+2
2016-08-08drm/amdgpu: enable VCE soft resetChunming Zhou1-1/+0
2016-08-08drm/amdgpu: irq resume should be immediately after gpu resumeChunming Zhou1-1/+1
2016-08-08drm/amd/amdgpu: add pm lock to debugfs mmio entryTom St Denis1-2/+12
2016-08-08drm/amdgpu: implement UVD6 check/pre/post_soft_resetChunming Zhou1-1/+0
2016-08-08drm/amdgpu: implement vi ih check/pre/post_soft_resetChunming Zhou1-1/+0
2016-08-08drm/amdgpu: implement sdma3 check/pre/post_soft_resetChunming Zhou1-1/+0
2016-08-08drm/amdgpu: implement gfx8 post_soft_resetChunming Zhou1-1/+0
2016-08-08drm/amdgpu: add amdgpu soft resetChunming Zhou1-18/+86
2016-08-08drm/amdgpu: add pre_soft_reset ip funcChunming Zhou1-0/+17
2016-08-08drm/amdgpu: add check_soft_reset ip funcChunming Zhou1-0/+23
2016-07-29drm/amdgpu: Disable RPM helpers while reprobing connectors on resumeLyude1-0/+16
2016-07-15Merge tag 'topic/drm-misc-2016-07-14' of git://anongit.freedesktop.org/drm-in...Dave Airlie1-0/+1
2016-07-07drm/amdgpu: add read/write function for GC CAC programmingRex Zhu1-0/+4
2016-07-07drm/amdgpu: clean up ring_backup code, no need moreChunming Zhou1-27/+2
2016-07-07drm/amdgpu: ib test first after gpu resetChunming Zhou1-10/+10
2016-07-07drm/amdgpu: recovery hw jobs when gpu reset V3Chunming Zhou1-1/+3
2016-07-07drm/amdgpu: force completion for gpu resetChunming Zhou1-2/+3
2016-07-07drm/amdgpu: block ttm first before parking schedulerChunming Zhou1-2/+3
2016-07-07drm/amdgpu: remove evict vramChunming Zhou1-3/+0
2016-07-07drm/amd/amdgpu: Add bank selection for MMIO debugfs (v3)Tom St Denis1-3/+32
2016-07-07drm/amd/amdgpu: Add gca config debug entry (v4)Tom St Denis1-0/+70
2016-07-07drm/amdgpu: stop/resume fb access when gpu reset V3Chunming Zhou1-0/+7
2016-07-07drm/amdgpu: save/restore bios scratch when gpu resetChunming Zhou1-1/+4
2016-07-07drm/amdgpu: skip invalid ip blocks in ip helpersAlex Deucher1-0/+8
2016-07-07drm/amdgpu: add missing breaksAlex Deucher1-0/+2