Age | Commit message (Expand) | Author |
2017-10-06 | drm/amd/powerplay: move set_clockgating_by_smu to pp func table | Rex Zhu |
2017-09-29 | amdgfx/gfx: don't use static objects for ce/de meta. (v2) | Dave Airlie |
2017-09-28 | drm/amdgpu: delete dead code about fw load check | Rex Zhu |
2017-09-26 | drm/amdgpu:unmap KCQ in gfx hw_fini(v2) | Monk Liu |
2017-09-26 | drm/amdgpu/sriov:fix page fault issue of driver unload | Monk Liu |
2017-09-26 | drm/amdgpu/sriov:move in_reset to adev and rename | Monk Liu |
2017-09-01 | drm/amdgpu: declare the new firmware files needed by polaris asics | Evan Quan |
2017-08-29 | drm/amdgpu/gfx8: apply dynamic cu mask to APUs as well | Alex Deucher |
2017-08-29 | drm/amdgpu: support polaris10/11/12 new cp firmwares | Evan Quan |
2017-08-29 | drm/amdgpu/gfx8: fix spelling typo in mqd allocation | Alex Deucher |
2017-08-15 | drm/amdgpu: Program SH_STATIC_MEM_CONFIG globally, not per-VMID | Felix Kuehling |
2017-08-15 | drm/amdgpu: use amdgpu_bo_free_kernel more often | Christian König |
2017-08-15 | drm/amdgpu: use amdgpu_bo_create_kernel more often | Christian König |
2017-07-25 | drm/amdgpu: fix the incorrect scratch reg number on gfx v8 | Huang Rui |
2017-07-14 | drm/amdgpu: Off by one sanity checks | Dan Carpenter |
2017-07-14 | drm/amdgpu: Changed CU reservation golden settings | ozeng |
2017-07-04 | drm/amdgpu/gfx8: fix driver reload with KIQ | Alex Deucher |
2017-06-29 | drm/amdgpu: Fix the exported always on CU bitmap | Flora Cui |
2017-06-29 | drm/amdgpu: fix vulkan test performance drop and hang on VI | Rex Zhu |
2017-06-16 | Merge branch 'drm-next-4.13' of git://people.freedesktop.org/~agd5f/linux int... | Dave Airlie |
2017-06-09 | drm/amdgpu/gfx: fix MEC interrupt enablement for pipes != 0 | Alex Deucher |
2017-06-07 | drm/amdgpu/gfx: consolidate mqd buffer setup code | Alex Deucher |
2017-06-07 | drm/amdgpu/gfx: move mec parameter setup into sw_init | Alex Deucher |
2017-06-07 | drm/amdgpu/gfx: move more common KIQ code to amdgpu_gfx.c | Alex Deucher |
2017-06-07 | drm/amdgpu: move mec queue helpers to amdgpu_gfx.h | Alex Deucher |
2017-06-07 | drm/amdgpu/gfx8: whitespace change | Alex Deucher |
2017-06-07 | drm/amdgpu: move gfx_v*_0_compute_queue_acquire to common code | Alex Deucher |
2017-06-07 | drm/amdgpu: fix mec queue policy on single MEC asics | Alex Deucher |
2017-06-07 | drm/amdgpu/gfx: create a common bitmask function (v2) | Alex Deucher |
2017-06-07 | drm/amdgpu/gfx8: drop per-APU CU limits | Alex Deucher |
2017-05-31 | drm/amdgpu: workaround tonga HW bug in HQD programming sequence | Andres Rodriguez |
2017-05-31 | drm/amdgpu: condense mqd programming sequence | Andres Rodriguez |
2017-05-31 | drm/amdgpu: new queue policy, take first 2 queues of each pipe v2 | Andres Rodriguez |
2017-05-31 | drm/amdgpu: avoid KIQ clashing with compute or KFD queues v2 | Andres Rodriguez |
2017-05-31 | drm/amdgpu: remove hardcoded queue_mask in PACKET3_SET_RESOURCES | Andres Rodriguez |
2017-05-31 | drm/amdgpu: allocate queues horizontally across pipes | Andres Rodriguez |
2017-05-31 | drm/amdgpu: teach amdgpu how to enable interrupts for any pipe v3 | Andres Rodriguez |
2017-05-31 | drm/amdgpu: allow split of queues with kfd at queue granularity v4 | Andres Rodriguez |
2017-05-31 | drm/amdgpu: take ownership of per-pipe configuration v3 | Andres Rodriguez |
2017-05-31 | drm/amdgpu: rename rdev to adev | Andres Rodriguez |
2017-05-31 | drm/amdgpu: unify MQD programming sequence for kfd and amdgpu v2 | Andres Rodriguez |
2017-05-31 | drm/amdgpu: detect timeout error when deactivating hqd | Andres Rodriguez |
2017-05-31 | drm/amdgpu: refactor MQD/HQD initialization v3 | Andres Rodriguez |
2017-05-31 | drm/amdgpu: clarify MEC_HPD_SIZE is specific to a gfx generation | Andres Rodriguez |
2017-05-24 | drm/amdgpu:use FRAME_CNTL for new GFX ucode (v2) | Monk Liu |
2017-05-24 | drm/amdgpu:change SR-IOV DMAframe scheme | Monk Liu |
2017-05-24 | drm/amdgpu:unify gfx8/9 ce/de meta_data | Monk Liu |
2017-05-24 | drm/amdgpu: Move kiq ring lock out of virt structure | Shaoyun Liu |
2017-05-24 | drm/amdgpu: Enable chained IB MCBP support | Trigger Huang |
2017-05-24 | drm/amdgpu:fix get wrong gfx always on cu masks. | Rex Zhu |