summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
AgeCommit message (Expand)AuthorLines
2017-03-16drm/amdgpu: fix the clearing wb sizeHuang Rui-2/+2
2017-03-15drm/amd/amdgpu: Fix debugfs reg read/write address widthTom St Denis-2/+2
2017-03-08drm/amd/amdgpu: fix console deadlock if late init failedJim Qu-1/+4
2017-02-17drm/amd/amdgpu: post card if there is real hw resetting performedJim Qu-9/+13
2017-02-01Merge branch 'drm-next-4.11' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie-12/+64
2017-02-01Merge tag 'drm-misc-next-2017-01-30' of git://anongit.freedesktop.org/git/drm...Dave Airlie-20/+0
2017-01-27drm/amdgpu: add new virtual display IDYintian Tao-1/+2
2017-01-27drm/amdgpu: fix reboot failure issue for virtualizationXiangliang Yu-0/+6
2017-01-27drm/amd/amdgpu: Add PCI info to gca_config debugfsTom St Denis-1/+7
2017-01-27drm/amdgpu: do not reset gpu for virtualizationXiangliang Yu-0/+3
2017-01-27drm/amdgpu: request/release full gpu access if device is vfXiangliang Yu-1/+9
2017-01-27drm/amdgpu/virt: use kiq to access registers (v2)Xiangliang Yu-0/+10
2017-01-27drm/amdgpu:invoke CSA functions (v2)Monk Liu-0/+12
2017-01-27drm/amdgpu: introduce an interface to get clock gating status dynamicallyHuang Rui-0/+12
2017-01-27drm/amdgpu/virt: rename fieldes of virtualization structureXiangliang Yu-1/+1
2017-01-27drm/amdgpu: PCI I/O bar can be disabledAmber Lin-2/+2
2017-01-27drm/amdgpu: Remove checking for atombiosNils Wallménius-7/+1
2017-01-27drm/amd/amdgpu: Remove drm_debugfs_remove_files() callNoralf Trønnes-20/+0
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