summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c
AgeCommit message (Expand)AuthorFilesLines
2017-11-16drm/amdgpu:fix memleakMonk Liu1-0/+9
2017-10-19drm/amdgpu: use ARRAY_SIZEJérémy Lefaure1-4/+5
2017-10-09drm/amdgpu: implement ring set_priority for gfx_v8 compute v9Andres Rodriguez1-0/+99
2017-10-06drm/amd/powerplay: move set_clockgating_by_smu to pp func tableRex Zhu1-9/+14
2017-09-29amdgfx/gfx: don't use static objects for ce/de meta. (v2)Dave Airlie1-2/+2
2017-09-28drm/amdgpu: delete dead code about fw load checkRex Zhu1-47/+13
2017-09-26drm/amdgpu:unmap KCQ in gfx hw_fini(v2)Monk Liu1-0/+57
2017-09-26drm/amdgpu/sriov:fix page fault issue of driver unloadMonk Liu1-0/+1
2017-09-26drm/amdgpu/sriov:move in_reset to adev and renameMonk Liu1-3/+3
2017-09-01drm/amdgpu: declare the new firmware files needed by polaris asicsEvan Quan1-0/+15
2017-08-29drm/amdgpu/gfx8: apply dynamic cu mask to APUs as wellAlex Deucher1-6/+4
2017-08-29drm/amdgpu: support polaris10/11/12 new cp firmwaresEvan Quan1-10/+55
2017-08-29drm/amdgpu/gfx8: fix spelling typo in mqd allocationAlex Deucher1-6/+6
2017-08-16drm/amdgpu: Program SH_STATIC_MEM_CONFIG globally, not per-VMIDFelix Kuehling1-1/+2
2017-08-15drm/amdgpu: use amdgpu_bo_free_kernel more oftenChristian König1-34/+3
2017-08-15drm/amdgpu: use amdgpu_bo_create_kernel more oftenChristian König1-82/+18
2017-07-25drm/amdgpu: fix the incorrect scratch reg number on gfx v8Huang Rui1-1/+1
2017-07-14drm/amdgpu: Off by one sanity checksDan Carpenter1-1/+1
2017-07-14drm/amdgpu: Changed CU reservation golden settingsozeng1-14/+14
2017-07-04drm/amdgpu/gfx8: fix driver reload with KIQAlex Deucher1-68/+1
2017-06-29drm/amdgpu: Fix the exported always on CU bitmapFlora Cui1-1/+3
2017-06-29drm/amdgpu: fix vulkan test performance drop and hang on VIRex Zhu1-10/+17
2017-06-16Merge branch 'drm-next-4.13' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie1-783/+506
2017-06-09drm/amdgpu/gfx: fix MEC interrupt enablement for pipes != 0Alex Deucher1-16/+41
2017-06-08drm/amdgpu/gfx: consolidate mqd buffer setup codeAlex Deucher1-69/+2
2017-06-08drm/amdgpu/gfx: move mec parameter setup into sw_initAlex Deucher1-19/+19
2017-06-08drm/amdgpu/gfx: move more common KIQ code to amdgpu_gfx.cAlex Deucher1-106/+4
2017-06-08drm/amdgpu: move mec queue helpers to amdgpu_gfx.hAlex Deucher1-2/+2
2017-06-08drm/amdgpu/gfx8: whitespace changeAlex Deucher1-1/+2
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-8/+3
2017-06-07drm/amdgpu/gfx8: drop per-APU CU limitsAlex Deucher1-69/+2
2017-05-31drm/amdgpu: workaround tonga HW bug in HQD programming sequenceAndres Rodriguez1-1/+15
2017-05-31drm/amdgpu: condense mqd programming sequenceAndres Rodriguez1-72/+12
2017-05-31drm/amdgpu: new queue policy, take first 2 queues of each pipe v2Andres Rodriguez1-2/+2
2017-05-31drm/amdgpu: avoid KIQ clashing with compute or KFD queues v2Andres Rodriguez1-8/+35
2017-05-31drm/amdgpu: remove hardcoded queue_mask in PACKET3_SET_RESOURCESAndres Rodriguez1-2/+18
2017-05-31drm/amdgpu: allocate queues horizontally across pipesAndres Rodriguez1-35/+51
2017-05-31drm/amdgpu: teach amdgpu how to enable interrupts for any pipe v3Andres Rodriguez1-17/+16
2017-05-31drm/amdgpu: allow split of queues with kfd at queue granularity v4Andres Rodriguez1-17/+64
2017-05-31drm/amdgpu: take ownership of per-pipe configuration v3Andres Rodriguez1-9/+24
2017-05-31drm/amdgpu: rename rdev to adevAndres Rodriguez1-1/+1
2017-05-31drm/amdgpu: unify MQD programming sequence for kfd and amdgpu v2Andres Rodriguez1-6/+43
2017-05-31drm/amdgpu: detect timeout error when deactivating hqdAndres Rodriguez1-3/+17
2017-05-31drm/amdgpu: refactor MQD/HQD initialization v3Andres Rodriguez1-44/+34
2017-05-31drm/amdgpu: clarify MEC_HPD_SIZE is specific to a gfx generationAndres Rodriguez1-8/+7
2017-05-25drm/amdgpu:use FRAME_CNTL for new GFX ucode (v2)Monk Liu1-1/+0
2017-05-25drm/amdgpu:change SR-IOV DMAframe schemeMonk Liu1-4/+5
2017-05-25drm/amdgpu:unify gfx8/9 ce/de meta_dataMonk Liu1-11/+12