Age | Commit message (Expand) | Author | Files | Lines |
2018-02-19 | drm/amdgpu: implement gmc_v8_0_emit_flush_gpu_tlb | Christian König | 1 | -24/+3 |
2018-02-19 | drm/amdgpu: wire up emit_wreg for gfx v8 | Christian König | 1 | -1/+17 |
2018-02-19 | drm/amdgpu: forward pasid to backend flush implementations | Christian König | 1 | -1/+2 |
2018-02-19 | drm/amdgpu: move struct amdgpu_mc into amdgpu_gmc.h | Christian König | 1 | -1/+1 |
2018-01-09 | Merge branch 'drm-next-4.16' of git://people.freedesktop.org/~agd5f/linux int... | Dave Airlie | 1 | -9/+9 |
2017-12-27 | drm/amdgpu: rename vm_id to vmid | Christian König | 1 | -9/+9 |
2017-12-18 | drm/amdgpu: rename ip block helper functions | Alex Deucher | 1 | -8/+10 |
2017-12-18 | drm/amdgpu: rename amdgpu_program_register_sequence | Alex Deucher | 1 | -57/+57 |
2017-12-08 | drm/amdgpu: add amdgpu interface to query cu info | Flora Cui | 1 | -0/+5 |
2017-12-07 | drm: move amd_gpu_scheduler into common location | Lucas Stach | 1 | -2/+2 |
2017-12-06 | drm/amdgpu:free CSA in unified place | Monk Liu | 1 | -1/+0 |
2017-12-06 | drm/amdgpu/gfx8: use cached values for raster config in clear state | Alex Deucher | 1 | -31/+2 |
2017-12-06 | drm/amdgpu: remove nonsense const u32 cast on ARRAY_SIZE result | Christian König | 1 | -19/+19 |
2017-12-06 | drm/amdgpu/gfx8: Fix compute ring failure after resetting | Xiangliang.Yu | 1 | -3/+7 |
2017-12-04 | drm/amdgpu:cleanup in_sriov_reset and lock_reset | Monk Liu | 1 | -3/+3 |
2017-12-04 | drm/amdgpu: avoid soft lockup when waiting for RLC serdes (v2) | pding | 1 | -0/+8 |
2017-12-04 | drm/amdgpu: change redundant init logs to debug level | pding | 1 | -2/+2 |
2017-11-16 | drm/amdgpu:fix memleak | Monk Liu | 1 | -0/+9 |
2017-10-19 | drm/amdgpu: use ARRAY_SIZE | Jérémy Lefaure | 1 | -4/+5 |
2017-10-09 | drm/amdgpu: implement ring set_priority for gfx_v8 compute v9 | Andres Rodriguez | 1 | -0/+99 |
2017-10-06 | drm/amd/powerplay: move set_clockgating_by_smu to pp func table | Rex Zhu | 1 | -9/+14 |
2017-09-29 | amdgfx/gfx: don't use static objects for ce/de meta. (v2) | Dave Airlie | 1 | -2/+2 |
2017-09-28 | drm/amdgpu: delete dead code about fw load check | Rex Zhu | 1 | -47/+13 |
2017-09-26 | drm/amdgpu:unmap KCQ in gfx hw_fini(v2) | Monk Liu | 1 | -0/+57 |
2017-09-26 | drm/amdgpu/sriov:fix page fault issue of driver unload | Monk Liu | 1 | -0/+1 |
2017-09-26 | drm/amdgpu/sriov:move in_reset to adev and rename | Monk Liu | 1 | -3/+3 |
2017-09-01 | drm/amdgpu: declare the new firmware files needed by polaris asics | Evan Quan | 1 | -0/+15 |
2017-08-29 | drm/amdgpu/gfx8: apply dynamic cu mask to APUs as well | Alex Deucher | 1 | -6/+4 |
2017-08-29 | drm/amdgpu: support polaris10/11/12 new cp firmwares | Evan Quan | 1 | -10/+55 |
2017-08-29 | drm/amdgpu/gfx8: fix spelling typo in mqd allocation | Alex Deucher | 1 | -6/+6 |
2017-08-15 | drm/amdgpu: Program SH_STATIC_MEM_CONFIG globally, not per-VMID | Felix Kuehling | 1 | -1/+2 |
2017-08-15 | drm/amdgpu: use amdgpu_bo_free_kernel more often | Christian König | 1 | -34/+3 |
2017-08-15 | drm/amdgpu: use amdgpu_bo_create_kernel more often | Christian König | 1 | -82/+18 |
2017-07-25 | drm/amdgpu: fix the incorrect scratch reg number on gfx v8 | Huang Rui | 1 | -1/+1 |
2017-07-14 | drm/amdgpu: Off by one sanity checks | Dan Carpenter | 1 | -1/+1 |
2017-07-14 | drm/amdgpu: Changed CU reservation golden settings | ozeng | 1 | -14/+14 |
2017-07-04 | drm/amdgpu/gfx8: fix driver reload with KIQ | Alex Deucher | 1 | -68/+1 |
2017-06-29 | drm/amdgpu: Fix the exported always on CU bitmap | Flora Cui | 1 | -1/+3 |
2017-06-29 | drm/amdgpu: fix vulkan test performance drop and hang on VI | Rex Zhu | 1 | -10/+17 |
2017-06-16 | Merge branch 'drm-next-4.13' of git://people.freedesktop.org/~agd5f/linux int... | Dave Airlie | 1 | -783/+506 |
2017-06-09 | drm/amdgpu/gfx: fix MEC interrupt enablement for pipes != 0 | Alex Deucher | 1 | -16/+41 |
2017-06-07 | drm/amdgpu/gfx: consolidate mqd buffer setup code | Alex Deucher | 1 | -69/+2 |
2017-06-07 | drm/amdgpu/gfx: move mec parameter setup into sw_init | Alex Deucher | 1 | -19/+19 |
2017-06-07 | drm/amdgpu/gfx: move more common KIQ code to amdgpu_gfx.c | Alex Deucher | 1 | -106/+4 |
2017-06-07 | drm/amdgpu: move mec queue helpers to amdgpu_gfx.h | Alex Deucher | 1 | -2/+2 |
2017-06-07 | drm/amdgpu/gfx8: whitespace change | Alex Deucher | 1 | -1/+2 |
2017-06-07 | drm/amdgpu: move gfx_v*_0_compute_queue_acquire to common code | Alex Deucher | 1 | -38/+1 |
2017-06-07 | drm/amdgpu: fix mec queue policy on single MEC asics | Alex Deucher | 1 | -3/+9 |
2017-06-07 | drm/amdgpu/gfx: create a common bitmask function (v2) | Alex Deucher | 1 | -8/+3 |
2017-06-07 | drm/amdgpu/gfx8: drop per-APU CU limits | Alex Deucher | 1 | -69/+2 |