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