summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
AgeCommit message (Expand)AuthorFilesLines
2017-03-15drm/amd/amdgpu: Fix debugfs reg read/write address widthTom St Denis1-2/+2
2017-03-09drm/amd/amdgpu: fix console deadlock if late init failedJim Qu1-1/+4
2017-02-18drm/amd/amdgpu: post card if there is real hw resetting performedJim Qu1-9/+13
2017-02-01Merge branch 'drm-next-4.11' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie1-12/+64
2017-02-01Merge tag 'drm-misc-next-2017-01-30' of git://anongit.freedesktop.org/git/drm...Dave Airlie1-20/+0
2017-01-27drm/amdgpu: add new virtual display IDYintian Tao1-1/+2
2017-01-27drm/amdgpu: fix reboot failure issue for virtualizationXiangliang Yu1-0/+6
2017-01-27drm/amd/amdgpu: Add PCI info to gca_config debugfsTom St Denis1-1/+7
2017-01-27drm/amdgpu: do not reset gpu for virtualizationXiangliang Yu1-0/+3
2017-01-27drm/amdgpu: request/release full gpu access if device is vfXiangliang Yu1-1/+9
2017-01-27drm/amdgpu/virt: use kiq to access registers (v2)Xiangliang Yu1-0/+10
2017-01-27drm/amdgpu:invoke CSA functions (v2)Monk Liu1-0/+12
2017-01-27drm/amdgpu: introduce an interface to get clock gating status dynamicallyHuang Rui1-0/+12
2017-01-27drm/amdgpu/virt: rename fieldes of virtualization structureXiangliang Yu1-1/+1
2017-01-27drm/amdgpu: PCI I/O bar can be disabledAmber Lin1-2/+2
2017-01-27drm/amdgpu: Remove checking for atombiosNils Wallménius1-7/+1
2017-01-27drm/amd/amdgpu: Remove drm_debugfs_remove_files() callNoralf Trønnes1-20/+0
2017-01-07drm/amd/amdgpu: add Polaris12 support (v3)Junwei Zhang1-0/+2
2016-12-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-10/+10
2016-12-13Merge tag 'drm-for-v4.10' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-179/+376
2016-12-09Merge tag 'drm-misc-next-2016-12-08' of git://anongit.freedesktop.org/git/drm...Dave Airlie1-6/+0
2016-12-08drm/amd/amdgpu: Add debugfs support for reading GPRs (v2)Tom St Denis1-0/+67
2016-12-07drm/amdgpu: just suspend the hw on pci shutdownAlex Deucher1-1/+1
2016-12-07drm/amdgpu: no need to ungate uvd/vce clock when fini.Rex Zhu1-7/+13
2016-12-06Merge remote-tracking branch 'airlied/drm-next' into drm-misc-nextDaniel Vetter1-22/+9
2016-12-06drm/amdgpu: don't add files at control minor debugfs directoryNicolai Stange1-6/+0
2016-12-06Merge branch 'drm-next-4.10' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie1-2/+2
2016-12-05Backmerge tag 'v4.9-rc8' into drm-nextDave Airlie1-20/+7
2016-12-05don't open-code file_inode()Al Viro1-10/+10
2016-11-15drm/amdgpu:fix vpost_needed routineMonk Liu1-20/+7
2016-11-11drm/amdgpu: fix logic error for checking amdgpu_vram_page_splitjimqu1-2/+2
2016-11-07Backmerge tag 'v4.9-rc4' into drm-nextDave Airlie1-5/+4
2016-10-28Merge tag 'topic/drm-misc-2016-10-27' of git://anongit.freedesktop.org/git/dr...Dave Airlie1-7/+7
2016-10-25drm/amdgpu: use amdgpu_bo_[create|free]_kernel for wbAlex Deucher1-30/+7
2016-10-25drm/amd/amdgpu: re-factor debugfs wave readerTom St Denis1-23/+6
2016-10-25drm/amd/amdgpu: Make debugfs write compliment readTom St Denis1-0/+43
2016-10-25drm/amd/amdgpu: Allow broadcast on debugfs read (v2)Tom St Denis1-2/+9
2016-10-25drm/amd/amdgpu: Fix debugfs wave readerTom St Denis1-2/+3
2016-10-25drm/amd/amdgpu: Add wave reader to debugfsTom St Denis1-0/+74
2016-10-25drm/amdgpu: rework IP block registration (v2)Alex Deucher1-122/+138
2016-10-25drm/amdgpu: clarify why we evict vram twice on suspendAlex Deucher1-1/+4
2016-10-25drm/amdgpu: add VRAM manager v2Christian König1-0/+7
2016-10-25drm/amdgpu: add AMDGPU_GEM_CREATE_VRAM_CONTIGUOUS flag v3Christian König1-1/+2
2016-10-25drm/amd/amdgpu: For virtual display, enable multi crtcs. (v3)Emily Deng1-5/+23
2016-10-25drm/amdgpu: rename amdgpu_whether_enable_virtual_displayAlex Deucher1-2/+2
2016-10-25dma-buf: Rename struct fence to dma_fenceChris Wilson1-7/+7
2016-10-21drm/amdgpu: move atom scratch register save/restore to common codeAlex Deucher1-1/+4
2016-10-21drm/amdgpu: drop atom scratch save/restore in gpu resetAlex Deucher1-4/+0
2016-10-18Merge tag 'drm-fixes-for-v4.9-rc2' of git://people.freedesktop.org/~airlied/l...Linus Torvalds1-17/+52
2016-10-14drm/amdgpu: disable smu hw first on tear downAlex Deucher1-0/+24