summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-291-1/+0
* | Merge tag 'drm-fixes-for-v4.14-rc1' of git://people.freedesktop.org/~airlied/...Linus Torvalds2017-09-1626-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-131-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-093-8/+9
* | | Merge tag 'gcc-plugins-v4.14-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-09-081-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-04158-4394/+6494
|\ \ \ \ | | |/ / | |/| |
| * | | drm/syncobj: Rename fence_get to find_fenceJason Ekstrand2017-08-281-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-161-0/+43
| | * | drm/amdgpu: Add kgd kfd interface get_tile_config() v2Yong Zhao2017-08-163-0/+66
| | * | drm/amdkfd: Adding new IOCTL for scratch memory v2Moses Reuben2017-08-165-0/+45
| | * | drm/amdgpu: Add kgd/kfd interface to support scratch memory v2Moses Reuben2017-08-163-2/+34
| | * | drm/amdgpu: Program SH_STATIC_MEM_CONFIG globally, not per-VMIDFelix Kuehling2017-08-162-2/+3
| | * | drm/amd: Update MEC HQD loading code for KFDFelix Kuehling2017-08-1610-65/+314
| | * | drm/amdgpu: Disable GFX PG on CZFelix Kuehling2017-08-161-2/+1
| | * | drm/amdkfd: Update PM4 packet headersFelix Kuehling2017-08-164-414/+199
| | * | drm/amdkfd: Clamp EOP queue size correctly on Gfx8Jay Cornwall2017-08-161-2/+9
| | * | drm/amdkfd: Add more error printing to help bringup v2Yong Zhao2017-08-161-2/+10
| | * | drm/amdkfd: Handle remaining BUG_ONs more gracefully v2Felix Kuehling2017-08-1614-55/+84
| | * | drm/amdkfd: Allocate gtt_sa_bitmap in long unitsFelix Kuehling2017-08-161-4/+4
| | * | drm/amdkfd: Fix doorbell initialization and finalizationFelix Kuehling2017-08-163-4/+21
| | * | drm/amdkfd: Remove BUG_ONs for NULL pointer argumentsFelix Kuehling2017-08-1615-212/+4
| | * | drm/amdkfd: Remove usage of alloc(sizeof(struct...Kent Russell2017-08-166-11/+11
| | * | drm/amdkfd: Fix goto usage v2Kent Russell2017-08-165-82/+66
| | * | drm/amdkfd: Change x==NULL/false references to !xKent Russell2017-08-1615-87/+85
| | * | drm/amdkfd: Consolidate and clean up log commandsKent Russell2017-08-1617-236/+158
| | * | drm/amdkfd: Clean up KFD style errors and warnings v2Kent Russell2017-08-1619-78/+91
| | * | drm/amdgpu: Remove hard-coded assumptions about compute pipesFelix Kuehling2017-08-162-3/+3
| | * | drm/amdkfd: Fix allocated_queues bitmap initializationFelix Kuehling2017-08-161-3/+9