summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'drm-for-v4.15-part2' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2017-11-241-20/+23
|\
| * drm/amdgpu: fix rmmod KCQ disable failed errorWang Hongcheng2017-11-211-0/+3
| * drm/amd/amdgpu: Fix wave mask in amdgpu_debugfs_wave_read() (v2)Tom St Denis2017-11-131-20/+20
* | Merge tag 'drm-for-v4.15-amd-dc' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2017-11-171-16/+89
|\ \ | |/ |/|
| * Merge branch 'drm-next-4.15-dc' of git://people.freedesktop.org/~agd5f/linux ...Dave Airlie2017-10-091-16/+89
| |\
| | * drm/amd/display: Enable Vega by default.Harry Wentland2017-09-271-3/+3
| | * drm/amdgpu: disable DC on KB/ML for nowAlex Deucher2017-09-271-4/+3Star
| | * drm/amdgpu: add DCE8 APUs to dc_supported checkAlex Deucher2017-09-271-0/+3
| | * drm/amd/display: Move kms_atomic support flag to dm_early_init.Andrey Grodzovsky2017-09-271-4/+0Star
| | * drm/amdgpu: Enable DRIVER_ATOMIC flag for DAL.Andrey Grodzovsky2017-09-271-0/+3
| | * drm/amdgpu: enable dcn1.0 dc support on ravenHawking Zhang2017-09-271-0/+4
| | * drm/amd/display: Remove DCE12 guardsAlex Deucher2017-09-261-2/+0Star
| | * drm/amd/display: Enable DCE12 supportAlex Deucher2017-09-261-0/+4
| | * drm/amdgpu/virt: disable dcXiangliang Yu2017-09-261-0/+3
| | * drm/amd/dc: Add dc display driver (v2)Harry Wentland2017-09-261-15/+78
* | | drm/amdgpu:fix wb_clearMonk Liu2017-10-201-2/+2
* | | drm/amdgpu:fix vf_error_putMonk Liu2017-10-201-10/+11
* | | drm/amdgpu/sriov:now must reinit pspMonk Liu2017-10-201-0/+1
* | | drm/amdgpu: merge bios post checking functionspding2017-10-201-23/+18Star
* | | drm/amdgpu: busywait KIQ register accessing (v4)pding2017-10-191-6/+2Star
* | | drm/amdgpu:don't check soft_reset for sriovMonk Liu2017-10-191-0/+3
* | | drm/amdgpu: fix regresstion on SR-IOV gpu reset failedRex Zhu2017-10-191-8/+0Star
* | | drm/amdgpu: SR-IOV data exchange between PF&VFHorace Chen2017-10-191-0/+3
* | | drm/amdgpu: refine code delete duplicated error handlingRex Zhu2017-10-191-2/+2
* | | drm/amdgpu: implement ring set_priority for gfx_v8 compute v9Andres Rodriguez2017-10-091-0/+2
* | | drm/amdgpu: Reserve shared memory on VRAM for SR-IOVHorace Chen2017-10-091-0/+76
|/ /
* | drm/amdgpu: move amdgpu_ucode_init_bo to amdgpu_device.cRex Zhu2017-09-281-0/+8
* | drm/amdgpu: move common pm sysfs code to amdgpu_device.cRex Zhu2017-09-281-0/+6
* | drm/amdgpu: fix vf error handlingAlex Deucher2017-09-281-11/+12
|/
* drm/amdgpu/sriov:fix page fault issue of driver unloadMonk Liu2017-09-261-3/+1Star
* drm/amdgpu/sriov:move in_reset to adev and renameMonk Liu2017-09-261-2/+2
* drm/amdgpu: Add GPU reset functionality for Vega10Ken Wang2017-09-261-1/+2
* drm/amdgpu: unify the interface of amd_pm_funcsRex Zhu2017-09-191-4/+1Star
* drm/amdgpu: move hw generation check into amdgpu_doorbell_init v2Christian König2017-08-311-5/+12
* drm/amdgpu: Move VBIOS version to sysfsKent Russell2017-08-291-31/+23Star
* drm/amdgpu: Add debugfs file for VBIOS and versionKent Russell2017-08-291-0/+62
* drm/amdgpu: fix and cleanup shadow handlingChristian König2017-08-291-6/+0Star
* drm/amdgpu: add automatic per asic settings for gart_sizeAlex Deucher2017-08-291-2/+2
* drm/amd/amdgpu: expose fragment size as module parameter (v2)Roger He2017-08-171-0/+7
* drm/amdgpu: use 256 bit buffers for all wb allocations (v2)Alex Deucher2017-08-151-73/+4Star
* drm/amdgpu: make wb 256bit function names consistentAlex Deucher2017-08-151-1/+1
* drm/amdgpu: use amdgpu_bo_free_kernel more oftenChristian König2017-08-151-12/+1Star
* drm/amdgpu: use amdgpu_bo_create_kernel more oftenChristian König2017-08-151-29/+5Star
* drm/amdgpu: Enable uvd and vce gpu re-init for SRIOV gpu resetFrank Min2017-08-151-1/+2
* Merge branch 'drm-next-4.14' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie2017-08-021-62/+119
|\
| * drm/amdgpu:fix gfx fence allocate sizeMonk Liu2017-07-251-0/+32
| * drm/amdgpu: call atomfirmware get_clock_info for atomfirmware systemsAlex Deucher2017-07-141-1/+9
| * drm/amdgpu: Correctly establish the suspend/resume hook for amdkfdYong Zhao2017-07-141-0/+7
| * drm/amdgpu: change gartsize default to 256MBChristian König2017-07-141-7/+5Star
| * drm/amdgpu: add new gttsize module parameter v2Christian König2017-07-141-0/+7