summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c
Commit message (Expand)AuthorAgeFilesLines
* drm/amdgpu: set COMPUTE_PGM_RSRC1 for SGPR/VGPR clearing shadersNicolai Hähnle2018-04-241-2/+5
* drm/amdgpu: Add support for SRBM selection v3Andrey Grodzovsky2018-04-031-0/+7
* drm/amdgpu: separate PASID mapping from VM flush v2Christian König2018-02-191-3/+2
* Revert "drm/amdgpu/gfx8: Fix compute ring failure after resetting"Andrey Grodzovsky2018-02-191-7/+3
* drm/amdgpu: move static CSA address to top of address space v2Christian König2018-02-191-3/+3
* drm/amdgpu: consistently use AMDGPU_CSA_VADDRChristian König2018-02-191-5/+5
* drm/amdgpu: remove now superflous *_hdp operationChristian König2018-02-191-17/+2
* drm/amdgpu: implement gmc_v8_0_emit_flush_gpu_tlbChristian König2018-02-191-24/+3
* drm/amdgpu: wire up emit_wreg for gfx v8Christian König2018-02-191-1/+17
* 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/+5
|/
* drm/amdgpu: rename ip block helper functionsAlex Deucher2017-12-181-8/+10
* drm/amdgpu: rename amdgpu_program_register_sequenceAlex Deucher2017-12-181-57/+57
* drm: move amd_gpu_scheduler into common locationLucas Stach2017-12-071-2/+2
* drm/amdgpu:free CSA in unified placeMonk Liu2017-12-061-1/+0
* drm/amdgpu/gfx8: use cached values for raster config in clear stateAlex Deucher2017-12-061-31/+2
* drm/amdgpu: remove nonsense const u32 cast on ARRAY_SIZE resultChristian König2017-12-061-19/+19
* drm/amdgpu/gfx8: Fix compute ring failure after resettingXiangliang.Yu2017-12-061-3/+7
* drm/amdgpu:cleanup in_sriov_reset and lock_resetMonk Liu2017-12-041-3/+3
* drm/amdgpu: avoid soft lockup when waiting for RLC serdes (v2)pding2017-12-041-0/+8
* drm/amdgpu: change redundant init logs to debug levelpding2017-12-041-2/+2
* drm/amdgpu:fix memleakMonk Liu2017-11-161-0/+9
* drm/amdgpu: use ARRAY_SIZEJérémy Lefaure2017-10-191-4/+5
* drm/amdgpu: implement ring set_priority for gfx_v8 compute v9Andres Rodriguez2017-10-091-0/+99
* drm/amd/powerplay: move set_clockgating_by_smu to pp func tableRex Zhu2017-10-061-9/+14
* amdgfx/gfx: don't use static objects for ce/de meta. (v2)Dave Airlie2017-09-291-2/+2
* drm/amdgpu: delete dead code about fw load checkRex Zhu2017-09-281-47/+13
* drm/amdgpu:unmap KCQ in gfx hw_fini(v2)Monk Liu2017-09-261-0/+57
* drm/amdgpu/sriov:fix page fault issue of driver unloadMonk Liu2017-09-261-0/+1
* drm/amdgpu/sriov:move in_reset to adev and renameMonk Liu2017-09-261-3/+3
* drm/amdgpu: declare the new firmware files needed by polaris asicsEvan Quan2017-09-011-0/+15
* drm/amdgpu/gfx8: apply dynamic cu mask to APUs as wellAlex Deucher2017-08-291-6/+4
* drm/amdgpu: support polaris10/11/12 new cp firmwaresEvan Quan2017-08-291-10/+55
* drm/amdgpu/gfx8: fix spelling typo in mqd allocationAlex Deucher2017-08-291-6/+6
* drm/amdgpu: Program SH_STATIC_MEM_CONFIG globally, not per-VMIDFelix Kuehling2017-08-151-1/+2
* drm/amdgpu: use amdgpu_bo_free_kernel more oftenChristian König2017-08-151-34/+3
* drm/amdgpu: use amdgpu_bo_create_kernel more oftenChristian König2017-08-151-82/+18
* drm/amdgpu: fix the incorrect scratch reg number on gfx v8Huang Rui2017-07-251-1/+1
* drm/amdgpu: Off by one sanity checksDan Carpenter2017-07-141-1/+1
* drm/amdgpu: Changed CU reservation golden settingsozeng2017-07-141-14/+14
* drm/amdgpu/gfx8: fix driver reload with KIQAlex Deucher2017-07-041-68/+1
* drm/amdgpu: Fix the exported always on CU bitmapFlora Cui2017-06-291-1/+3
* drm/amdgpu: fix vulkan test performance drop and hang on VIRex Zhu2017-06-291-10/+17
* Merge branch 'drm-next-4.13' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie2017-06-161-783/+506
|\
| * drm/amdgpu/gfx: fix MEC interrupt enablement for pipes != 0Alex Deucher2017-06-091-16/+41
| * drm/amdgpu/gfx: consolidate mqd buffer setup codeAlex Deucher2017-06-071-69/+2
| * drm/amdgpu/gfx: move mec parameter setup into sw_initAlex Deucher2017-06-071-19/+19
OpenPOWER on IntegriCloud