summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
AgeCommit message (Expand)AuthorLines
2017-01-06drm/amd/amdgpu: add Polaris12 support (v3)Junwei Zhang-0/+2
2016-12-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-10/+10
2016-12-13Merge tag 'drm-for-v4.10' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds-179/+376
2016-12-09Merge tag 'drm-misc-next-2016-12-08' of git://anongit.freedesktop.org/git/drm...Dave Airlie-6/+0
2016-12-08drm/amd/amdgpu: Add debugfs support for reading GPRs (v2)Tom St Denis-0/+67
2016-12-07drm/amdgpu: just suspend the hw on pci shutdownAlex Deucher-1/+1
2016-12-06drm/amdgpu: no need to ungate uvd/vce clock when fini.Rex Zhu-7/+13
2016-12-06Merge remote-tracking branch 'airlied/drm-next' into drm-misc-nextDaniel Vetter-22/+9
2016-12-06drm/amdgpu: don't add files at control minor debugfs directoryNicolai Stange-6/+0
2016-12-06Merge branch 'drm-next-4.10' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie-2/+2
2016-12-05Backmerge tag 'v4.9-rc8' into drm-nextDave Airlie-20/+7
2016-12-04don't open-code file_inode()Al Viro-10/+10
2016-11-15drm/amdgpu:fix vpost_needed routineMonk Liu-20/+7
2016-11-11drm/amdgpu: fix logic error for checking amdgpu_vram_page_splitjimqu-2/+2
2016-11-07Backmerge tag 'v4.9-rc4' into drm-nextDave Airlie-5/+4
2016-10-28Merge tag 'topic/drm-misc-2016-10-27' of git://anongit.freedesktop.org/git/dr...Dave Airlie-7/+7
2016-10-25drm/amdgpu: use amdgpu_bo_[create|free]_kernel for wbAlex Deucher-30/+7
2016-10-25drm/amd/amdgpu: re-factor debugfs wave readerTom St Denis-23/+6
2016-10-25drm/amd/amdgpu: Make debugfs write compliment readTom St Denis-0/+43
2016-10-25drm/amd/amdgpu: Allow broadcast on debugfs read (v2)Tom St Denis-2/+9
2016-10-25drm/amd/amdgpu: Fix debugfs wave readerTom St Denis-2/+3
2016-10-25drm/amd/amdgpu: Add wave reader to debugfsTom St Denis-0/+74
2016-10-25drm/amdgpu: rework IP block registration (v2)Alex Deucher-122/+138
2016-10-25drm/amdgpu: clarify why we evict vram twice on suspendAlex Deucher-1/+4
2016-10-25drm/amdgpu: add VRAM manager v2Christian König-0/+7
2016-10-25drm/amdgpu: add AMDGPU_GEM_CREATE_VRAM_CONTIGUOUS flag v3Christian König-1/+2
2016-10-25drm/amd/amdgpu: For virtual display, enable multi crtcs. (v3)Emily Deng-5/+23
2016-10-25drm/amdgpu: rename amdgpu_whether_enable_virtual_displayAlex Deucher-2/+2
2016-10-25dma-buf: Rename struct fence to dma_fenceChris Wilson-7/+7
2016-10-21drm/amdgpu: move atom scratch register save/restore to common codeAlex Deucher-1/+4
2016-10-21drm/amdgpu: drop atom scratch save/restore in gpu resetAlex Deucher-4/+0
2016-10-18Merge tag 'drm-fixes-for-v4.9-rc2' of git://people.freedesktop.org/~airlied/l...Linus Torvalds-17/+52
2016-10-14drm/amdgpu: disable smu hw first on tear downAlex Deucher-0/+24
2016-10-14drm/amdgpu: fix amdgpu_need_full_reset (v2)Alex Deucher-7/+16
2016-10-12drm/amdgpu: clarify UVD/VCE special handling for CGAlex Deucher-9/+11
2016-10-12drm/amd/amdgpu: enable clockgating only after late initArindam Nath-7/+7
2016-10-11Merge tag 'drm-for-v4.9' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds-61/+416
2016-10-06drm/amdgpu: also track late init stateGrazvydas Ignotas-0/+4
2016-09-27drm/amdgpu: disable CRTCs before teardownGrazvydas Ignotas-1/+1
2016-09-22drm/amdgpu: mark symbols static where possibleBaoyou Xie-1/+1
2016-09-22drm/amdgpu:determine if vPost is needed indeedMonk Liu-4/+44
2016-09-19drm/amdgpu:changes of virtualization cases probe (v3)Monk Liu-18/+15
2016-09-19drm/amdgpu: Use kmalloc_array() in amdgpu_debugfs_gca_config_read()Markus Elfring-1/+1
2016-09-19drm/amd/amdgpu: Hook up read_sensor() to debugfs (v2)Tom St Denis-0/+31
2016-09-19Revert "drm/amdgpu: skip suspend/resume on DRM_SWITCH_POWER_DYNAMIC_OFF"Alex Deucher-4/+2
2016-09-16drm/amdgpu: not set cg for vce/uvd in late init.Rex Zhu-0/+3
2016-09-12drm/amd/amdgpu: S4 issue for amdgpu (v2)jimqu-6/+14
2016-09-02drm/amdgpu: skip suspend/resume on DRM_SWITCH_POWER_DYNAMIC_OFFAlex Deucher-2/+4
2016-08-31drm/amdgpu: add gart recovery by gtt list V2Chunming Zhou-0/+5
2016-08-31drm/amdgpu: link all gtt when binding them V2Chunming Zhou-0/+4