summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/gfx_v7_0.c
Commit message (Expand)AuthorAgeFilesLines
* drm/amdgpu: Use asic specific doorbell index instead of macro definitionOak Zeng2018-11-281-1/+1
* drm/amdgpu: abstract the function of enter/exit safe mode for RLCLikun Gao2018-11-091-122/+26
* drm/amdgpu: separate amdgpu_rlc into a single fileLikun Gao2018-11-091-12/+4
* drm/amdgpu: unify rlc function into structureLikun Gao2018-11-091-12/+18
* drm/amdgpu: Modify the argument of emit_ib interfaceRex Zhu2018-11-051-3/+7
* drm/amdgpu: remove messages from IB testsChristian König2018-11-051-14/+6
* drm/amdgpu: further ring test cleanupsChristian König2018-11-051-15/+9
* drm/amdgpu: Retire amdgpu_ring.ready flag v4Andrey Grodzovsky2018-11-051-11/+5
* drm/amdgpu: put HQD EOP buffers into VRAMMarek Olšák2018-11-051-1/+1
* drm/amdgpu: use scheduler fault instead of reset workChristian König2018-11-051-2/+26
* drm/amdgpu: move more defines into amdgpu_irq.hChristian König2018-09-261-3/+3
* drm/amdgpu: Refine function nameRex Zhu2018-09-261-5/+5
* drm/amdgpu: move reserving GDS/GWS/OA into common codeChristian König2018-09-191-19/+0
* drm/amdgpu: fix up GDS/GWS/OA shiftingChristian König2018-09-191-9/+0
* drm/amdgpu: implement soft_recovery for GFX7Christian König2018-08-271-0/+13
* drm/amdgpu: switch firmware path for CIK parts (v2)Alex Deucher2018-07-051-36/+36
* drm/amdgpu: Add support for SRBM selection v3Andrey Grodzovsky2018-04-031-0/+7
* drm/amdgpu: fix KV harvestingAlex Deucher2018-03-051-28/+2
* drm/amdgpu: separate PASID mapping from VM flush v2Christian König2018-02-191-3/+2
* drm/amdgpu: remove now superflous *_hdp operationChristian König2018-02-191-24/+2
* drm/amdgpu: implement gmc_v7_0_emit_flush_gpu_tlbChristian König2018-02-191-22/+3
* drm/amdgpu: wire up emit_wreg for gfx v7Christian König2018-02-191-0/+15
* drm/amdgpu: forward pasid to backend flush implementationsChristian König2018-02-191-1/+2
* drm/amdgpu: move struct amdgpu_mc into amdgpu_gmc.hChristian König2018-02-191-1/+1
* Merge branch 'drm-next-4.16' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie2018-01-091-9/+9
|\
| * drm/amdgpu: rename vm_id to vmidChristian König2017-12-271-9/+9
* | drm/amdgpu: add amdgpu interface to query cu infoFlora Cui2017-12-081-0/+7
|/
* drm/amdgpu/gfx7: use cached values for raster config in clear stateAlex Deucher2017-12-061-23/+2
* drm/amdgpu: change redundant init logs to debug levelpding2017-12-041-2/+2
* drm/amdgpu/gfx7: cache raster_config valuesAlex Deucher2017-11-281-0/+16
* drm/amdgpu:fix memleakMonk Liu2017-11-161-0/+8
* drm/amdgpu: Program SH_STATIC_MEM_CONFIG globally, not per-VMIDFelix Kuehling2017-08-151-1/+1
* drm/amdgpu/gfx7: fix function nameAlex Deucher2017-08-151-3/+3
* drm/amdgpu: use amdgpu_bo_free_kernel more oftenChristian König2017-08-151-61/+6
* drm/amdgpu: use amdgpu_bo_create_kernel more oftenChristian König2017-08-151-137/+29
* drm/amdgpu: fix the incorrect scratch reg number on gfx v7Huang Rui2017-07-251-1/+1
* drm/amdgpu: Fix the exported always on CU bitmapFlora Cui2017-06-291-1/+3
* Merge branch 'drm-next-4.13' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie2017-06-161-293/+357
|\
| * drm/amdgpu/gfx: fix MEC interrupt enablement for pipes != 0Alex Deucher2017-06-091-17/+40
| * drm/amdgpu/gfx: move mec parameter setup into sw_initAlex Deucher2017-06-071-15/+15
| * drm/amdgpu: move mec queue helpers to amdgpu_gfx.hAlex Deucher2017-06-071-1/+1
| * drm/amdgpu: move gfx_v*_0_compute_queue_acquire to common codeAlex Deucher2017-06-071-38/+1
| * drm/amdgpu: fix mec queue policy on single MEC asicsAlex Deucher2017-06-071-3/+9
| * drm/amdgpu/gfx: create a common bitmask function (v2)Alex Deucher2017-06-071-16/+3
| * drm/amdgpu: condense mqd programming sequenceAndres Rodriguez2017-05-311-33/+11
| * drm/amdgpu: new queue policy, take first 2 queues of each pipe v2Andres Rodriguez2017-05-311-2/+2
| * drm/amdgpu: allocate queues horizontally across pipesAndres Rodriguez2017-05-311-34/+49
| * drm/amdgpu: teach amdgpu how to enable interrupts for any pipe v3Andres Rodriguez2017-05-311-31/+17
| * drm/amdgpu: allow split of queues with kfd at queue granularity v4Andres Rodriguez2017-05-311-21/+61
| * drm/amdgpu: take ownership of per-pipe configuration v3Andres Rodriguez2017-05-311-10/+26
OpenPOWER on IntegriCloud