Age | Commit message (Expand) | Author |
2017-06-29 | drm/amdgpu: Fix the exported always on CU bitmap | Flora Cui |
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: move mec parameter setup into sw_init | Alex Deucher |
2017-06-07 | drm/amdgpu: move mec queue helpers to amdgpu_gfx.h | 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-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: 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: remove duplicate definition of cik_mqd | 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:fix get wrong gfx always on cu masks. | Rex Zhu |
2017-05-24 | drm/amdgpu/gfx7: enable cp/rlc ints after we disable clockgating | Alex Deucher |
2017-05-18 | Merge remote-tracking branch 'airlied/drm-next' into drm-misc-next | Sean Paul |
2017-05-16 | drm/amd: fix include notation and remove -Iinclude/drm flag | Masahiro Yamada |
2017-04-28 | drm/amdgpu: Make amdgpu_bo_reserve use uninterruptible waits for cleanup | Michel Dänzer |
2017-04-28 | drm/amdgpu: split VMID management by VMHUB | Christian König |
2017-03-29 | drm/amdgpu: switch ih handling to two levels (v3) | Alex Deucher |
2017-03-29 | drm/amdgpu: change wptr to 64 bits (v2) | Ken Wang |
2017-03-29 | drm/amdgpu: init aperture definitions (v2) | Junwei Zhang |
2017-03-29 | gpu: drm: amd/radeon: Convert printk(KERN_<LEVEL> to pr_<level> | Joe Perches |
2017-03-29 | drm/amdgpu: export gfx config double offchip LDS buffers (v3) | Junwei Zhang |
2017-02-13 | drm/amdgpu: Initialize pipe priority order on graphic initialization | ozeng |
2017-01-27 | drm/amd/amdgpu: remove the uncessary parameter for ib scheduler | Junwei Zhang |
2017-01-27 | drm/amdgpu: simplify allocation of scratch regs | Nils Wallménius |
2016-12-08 | drm/amd/amdgpu: Add gpr reading for GFX v7 | Tom St Denis |
2016-11-23 | drm/amdgpu:impl vgt_flush for VI(V5) | Monk Liu |
2016-11-11 | drm/amd/amdgpu: Clean up wave gfx7 helper | Tom St Denis |
2016-10-28 | Merge tag 'topic/drm-misc-2016-10-27' of git://anongit.freedesktop.org/git/dr... | Dave Airlie |
2016-10-25 | drm/amd/amdgpu: Put in rest of wave fields | Tom St Denis |
2016-10-25 | drm/amd/amdgpu: re-factor debugfs wave reader | Tom St Denis |
2016-10-25 | drm/amdgpu: rework IP block registration (v2) | Alex Deucher |
2016-10-25 | drm/amdgpu: move align_mask and nop into ring funcs as well (v2) | Christian König |
2016-10-25 | drm/amdgpu: move the ring type into the funcs structure (v2) | Christian König |
2016-10-25 | drm/amdgpu: move IB and frame size directly into the engine description | Christian König |
2016-10-25 | drm/amdgpu: remove explicit NULL init for parse_cs | Christian König |
2016-10-25 | drm/amdgpu: pad gfx and compute rings to 256 dw | Christian König |
2016-10-25 | drm/amdgpu: add AMDGPU_GEM_CREATE_VRAM_CONTIGUOUS flag v3 | Christian König |
2016-10-25 | dma-buf: Rename struct fence to dma_fence | Chris Wilson |
2016-09-28 | Merge tag 'v4.8-rc8' into drm-next | Dave Airlie |
2016-09-19 | drm/amdgpu: implement raster configuration for gfx v7 | Huang Rui |
2016-09-16 | drm/amdgpu/gfx7: add ring callbacks for ib and dma frame size | Alex Deucher |