Age | Commit message (Expand) | Author | Files | Lines |
2018-09-26 | drm/amdgpu: move more defines into amdgpu_irq.h | Christian König | 1 | -3/+3 |
2018-09-26 | drm/amdgpu: Refine function name | Rex Zhu | 1 | -5/+5 |
2018-09-19 | drm/amdgpu: move reserving GDS/GWS/OA into common code | Christian König | 1 | -19/+0 |
2018-09-19 | drm/amdgpu: fix up GDS/GWS/OA shifting | Christian König | 1 | -9/+0 |
2018-08-27 | drm/amdgpu: implement soft_recovery for GFX7 | Christian König | 1 | -0/+13 |
2018-07-05 | drm/amdgpu: switch firmware path for CIK parts (v2) | Alex Deucher | 1 | -36/+36 |
2018-04-03 | drm/amdgpu: Add support for SRBM selection v3 | Andrey Grodzovsky | 1 | -0/+7 |
2018-03-05 | drm/amdgpu: fix KV harvesting | Alex Deucher | 1 | -28/+2 |
2018-02-19 | drm/amdgpu: separate PASID mapping from VM flush v2 | Christian König | 1 | -3/+2 |
2018-02-19 | drm/amdgpu: remove now superflous *_hdp operation | Christian König | 1 | -24/+2 |
2018-02-19 | drm/amdgpu: implement gmc_v7_0_emit_flush_gpu_tlb | Christian König | 1 | -22/+3 |
2018-02-19 | drm/amdgpu: wire up emit_wreg for gfx v7 | Christian König | 1 | -0/+15 |
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-08 | drm/amdgpu: add amdgpu interface to query cu info | Flora Cui | 1 | -0/+7 |
2017-12-06 | drm/amdgpu/gfx7: use cached values for raster config in clear state | Alex Deucher | 1 | -23/+2 |
2017-12-04 | drm/amdgpu: change redundant init logs to debug level | pding | 1 | -2/+2 |
2017-11-28 | drm/amdgpu/gfx7: cache raster_config values | Alex Deucher | 1 | -0/+16 |
2017-11-16 | drm/amdgpu:fix memleak | Monk Liu | 1 | -0/+8 |
2017-08-15 | drm/amdgpu: Program SH_STATIC_MEM_CONFIG globally, not per-VMID | Felix Kuehling | 1 | -1/+1 |
2017-08-15 | drm/amdgpu/gfx7: fix function name | Alex Deucher | 1 | -3/+3 |
2017-08-15 | drm/amdgpu: use amdgpu_bo_free_kernel more often | Christian König | 1 | -61/+6 |
2017-08-15 | drm/amdgpu: use amdgpu_bo_create_kernel more often | Christian König | 1 | -137/+29 |
2017-07-25 | drm/amdgpu: fix the incorrect scratch reg number on gfx v7 | Huang Rui | 1 | -1/+1 |
2017-06-29 | drm/amdgpu: Fix the exported always on CU bitmap | Flora Cui | 1 | -1/+3 |
2017-06-16 | Merge branch 'drm-next-4.13' of git://people.freedesktop.org/~agd5f/linux int... | Dave Airlie | 1 | -293/+357 |
2017-06-09 | drm/amdgpu/gfx: fix MEC interrupt enablement for pipes != 0 | Alex Deucher | 1 | -17/+40 |
2017-06-07 | drm/amdgpu/gfx: move mec parameter setup into sw_init | Alex Deucher | 1 | -15/+15 |
2017-06-07 | drm/amdgpu: move mec queue helpers to amdgpu_gfx.h | Alex Deucher | 1 | -1/+1 |
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 | -16/+3 |
2017-05-31 | drm/amdgpu: condense mqd programming sequence | Andres Rodriguez | 1 | -33/+11 |
2017-05-31 | drm/amdgpu: new queue policy, take first 2 queues of each pipe v2 | Andres Rodriguez | 1 | -2/+2 |
2017-05-31 | drm/amdgpu: allocate queues horizontally across pipes | Andres Rodriguez | 1 | -34/+49 |
2017-05-31 | drm/amdgpu: teach amdgpu how to enable interrupts for any pipe v3 | Andres Rodriguez | 1 | -31/+17 |
2017-05-31 | drm/amdgpu: allow split of queues with kfd at queue granularity v4 | Andres Rodriguez | 1 | -21/+61 |
2017-05-31 | drm/amdgpu: take ownership of per-pipe configuration v3 | Andres Rodriguez | 1 | -10/+26 |
2017-05-31 | drm/amdgpu: rename rdev to adev | Andres Rodriguez | 1 | -1/+1 |
2017-05-31 | drm/amdgpu: unify MQD programming sequence for kfd and amdgpu v2 | Andres Rodriguez | 1 | -2/+36 |
2017-05-31 | drm/amdgpu: remove duplicate definition of cik_mqd | Andres Rodriguez | 1 | -81/+54 |
2017-05-31 | drm/amdgpu: refactor MQD/HQD initialization v3 | Andres Rodriguez | 1 | -202/+237 |
2017-05-31 | drm/amdgpu: clarify MEC_HPD_SIZE is specific to a gfx generation | Andres Rodriguez | 1 | -6/+5 |
2017-05-24 | drm/amdgpu:fix get wrong gfx always on cu masks. | Rex Zhu | 1 | -2/+8 |
2017-05-24 | drm/amdgpu/gfx7: enable cp/rlc ints after we disable clockgating | Alex Deucher | 1 | -4/+7 |
2017-05-18 | Merge remote-tracking branch 'airlied/drm-next' into drm-misc-next | Sean Paul | 1 | -6/+6 |
2017-05-16 | drm/amd: fix include notation and remove -Iinclude/drm flag | Masahiro Yamada | 1 | -1/+1 |
2017-04-28 | drm/amdgpu: Make amdgpu_bo_reserve use uninterruptible waits for cleanup | Michel Dänzer | 1 | -5/+5 |