summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| * drm/amdgpu/gfx: move more common KIQ code to amdgpu_gfx.cAlex Deucher2017-06-071-106/+4
| * drm/amdgpu: move mec queue helpers to amdgpu_gfx.hAlex Deucher2017-06-071-2/+2
| * drm/amdgpu/gfx8: whitespace changeAlex Deucher2017-06-071-1/+2
| * 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-8/+3
| * drm/amdgpu/gfx8: drop per-APU CU limitsAlex Deucher2017-06-071-69/+2
| * drm/amdgpu: workaround tonga HW bug in HQD programming sequenceAndres Rodriguez2017-05-311-1/+15
| * drm/amdgpu: condense mqd programming sequenceAndres Rodriguez2017-05-311-72/+12
| * drm/amdgpu: new queue policy, take first 2 queues of each pipe v2Andres Rodriguez2017-05-311-2/+2
| * drm/amdgpu: avoid KIQ clashing with compute or KFD queues v2Andres Rodriguez2017-05-311-8/+35
| * drm/amdgpu: remove hardcoded queue_mask in PACKET3_SET_RESOURCESAndres Rodriguez2017-05-311-2/+18
| * drm/amdgpu: allocate queues horizontally across pipesAndres Rodriguez2017-05-311-35/+51
| * drm/amdgpu: teach amdgpu how to enable interrupts for any pipe v3Andres Rodriguez2017-05-311-17/+16
| * drm/amdgpu: allow split of queues with kfd at queue granularity v4Andres Rodriguez2017-05-311-17/+64
| * drm/amdgpu: take ownership of per-pipe configuration v3Andres Rodriguez2017-05-311-9/+24
| * drm/amdgpu: rename rdev to adevAndres Rodriguez2017-05-311-1/+1
| * drm/amdgpu: unify MQD programming sequence for kfd and amdgpu v2Andres Rodriguez2017-05-311-6/+43
| * drm/amdgpu: detect timeout error when deactivating hqdAndres Rodriguez2017-05-311-3/+17
| * drm/amdgpu: refactor MQD/HQD initialization v3Andres Rodriguez2017-05-311-44/+34
| * drm/amdgpu: clarify MEC_HPD_SIZE is specific to a gfx generationAndres Rodriguez2017-05-311-8/+7
| * drm/amdgpu:use FRAME_CNTL for new GFX ucode (v2)Monk Liu2017-05-241-1/+0
| * drm/amdgpu:change SR-IOV DMAframe schemeMonk Liu2017-05-241-4/+5
| * drm/amdgpu:unify gfx8/9 ce/de meta_dataMonk Liu2017-05-241-11/+12
| * drm/amdgpu: Move kiq ring lock out of virt structureShaoyun Liu2017-05-241-0/+2
| * drm/amdgpu: Enable chained IB MCBP supportTrigger Huang2017-05-241-6/+11
| * drm/amdgpu:fix get wrong gfx always on cu masks.Rex Zhu2017-05-241-2/+8
OpenPOWER on IntegriCloud