summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'drm-fixes-for-v4.14-rc8' of git://people.freedesktop.org/~airlied/...Linus Torvalds2017-11-032-6/+10
|\
| * drm/amdgpu: allow harvesting check for Polaris VCELeo Liu2017-11-011-6/+6
| * drm/amdgpu: return -ENOENT from uvd 6.0 early init for harvestingLeo Liu2017-11-011-0/+4
* | Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-11-0211-0/+11
|\ \ | |/ |/|
| * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-0211-0/+11
* | drm/amd/amdgpu: Remove workaround check for UVD6 on APUsTom St Denis2017-10-251-11/+5
* | drm/amd/powerplay: fix uninitialized variableRex Zhu2017-10-211-3/+3
|/
* Revert "drm/amdgpu: discard commands of killed processes"Alex Deucher2017-10-181-19/+4
* drm/amdgpu: fix placement flags in amdgpu_ttm_bindChristian König2017-10-121-1/+1
* Merge branch 'drm-fixes-4.14' of git://people.freedesktop.org/~agd5f/linux in...Dave Airlie2017-09-281-1/+188
|\
| * drm/amdgpu: revert tile table update for olandJean Delvare2017-09-141-1/+188
* | drm/amdkfd: Print event limit messages only once per processFelix Kuehling2017-09-202-1/+5
* | drm/amdkfd: Fix kernel-queue wrapping bugsYong Zhao2017-09-201-3/+15
* | drm/amdkfd: Fix incorrect destroy_mqd parameterFelix Kuehling2017-09-201-1/+1
* | drm/amdkfd: check for null dev to avoid a null pointer dereferenceColin Ian King2017-09-081-0/+2
* | Merge tag 'drm-amdkfd-next-2017-09-02' of git://people.freedesktop.org/~gabba...Dave Airlie2017-09-182-2/+1
|\ \
| * | drm/amdkfd: pass queue's mqd when destroying mqdOded Gabbay2017-09-021-1/+1
| * | drm/amdkfd: remove memset before memcpyHimanshu Jha2017-08-301-1/+0
* | | Merge tag 'drm-fixes-for-v4.14-rc1' of git://people.freedesktop.org/~airlied/...Linus Torvalds2017-09-1526-158/+233
|\ \ \ | | |/ | |/|
| * | Merge branch 'drm-next-4.14' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie2017-09-1326-158/+233
| |\ \ | | |/ | |/|
| | * drm/amdgpu: revert "fix deadlock of reservation between cs and gpu reset v2"Christian König2017-09-121-4/+0
| | * drm/amdgpu: remove duplicate return statementColin Ian King2017-08-241-1/+0
| | * drm/amdgpu: check memory allocation failureChristophe JAILLET2017-08-241-0/+3
| | * drm/amd/amdgpu: fix BANK_SELECT on Vega10 (v2)Roger He2017-08-242-6/+4
| | * drm/amdgpu: inline amdgpu_ttm_do_bind againChristian König2017-08-241-27/+18
| | * drm/amdgpu: fix amdgpu_ttm_bindChristian König2017-08-243-19/+30
| | * drm/amdgpu: remove the GART copy hackChristian König2017-08-241-17/+5
| | * drm/amdgpu: set sched_hw_submission higher for KIQ (v3)Alex Deucher2017-08-241-4/+12
| | * drm/amdgpu: move default gart size setting into gmc modulesAlex Deucher2017-08-246-57/+74
| | * drm/amdgpu: refine default gart sizeAlex Deucher2017-08-242-7/+33
| | * drm/amd/powerplay: ACG frequency added in PPTableEvan Quan2017-08-242-5/+12
| | * drm/amdgpu: discard commands of killed processesChristian König2017-08-241-4/+19
| | * drm/amdgpu: fix and cleanup shadow handlingChristian König2017-08-243-37/+23
| | * drm/amdgpu: add automatic per asic settings for gart_sizeAlex Deucher2017-08-244-6/+20
| | * drm/amdgpu/gfx8: fix spelling typo in mqd allocationAlex Deucher2017-08-242-8/+8
| | * drm/amd/powerplay: unhalt mec after loadingEvan Quan2017-08-231-1/+2
| | * drm/amdgpu/virtual_dce: Virtual display doesn't support disable vblank immedi...Emily Deng2017-08-231-2/+3
| | * drm/amdgpu: Fix huge page updates with CPUFelix Kuehling2017-08-231-1/+15
* | | lib/interval_tree: fast overlap detectionDavidlohr Bueso2017-09-083-8/+9
* | | Merge tag 'gcc-plugins-v4.14-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-09-071-4/+4
|\ \ \
| * | | drm/amd/powerplay: rv: Use designated initializersKees Cook2017-07-281-4/+4
* | | | Merge tag 'drm-for-v4.14' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2017-09-03158-4394/+6494
|\ \ \ \ | | |/ / | |/| |
| * | | drm/syncobj: Rename fence_get to find_fenceJason Ekstrand2017-08-291-1/+1
| | |/ | |/|
| * | Merge tag 'drm-amdkfd-next-2017-08-18' of git://people.freedesktop.org/~gabba...Dave Airlie2017-08-2134-1246/+1234
| |\ \
| | * | drm/amdkfd: Implement image tiling mode support v2Yong Zhao2017-08-151-0/+43
| | * | drm/amdgpu: Add kgd kfd interface get_tile_config() v2Yong Zhao2017-08-153-0/+66
| | * | drm/amdkfd: Adding new IOCTL for scratch memory v2Moses Reuben2017-08-155-0/+45
| | * | drm/amdgpu: Add kgd/kfd interface to support scratch memory v2Moses Reuben2017-08-153-2/+34
| | * | drm/amdgpu: Program SH_STATIC_MEM_CONFIG globally, not per-VMIDFelix Kuehling2017-08-152-2/+3
| | * | drm/amd: Update MEC HQD loading code for KFDFelix Kuehling2017-08-1510-65/+314