aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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-18drm/amdgpu: rename ip block helper functionsAlex Deucher1-8/+10
2017-12-18drm/amdgpu: rename amdgpu_program_register_sequenceAlex Deucher1-57/+57
2017-12-08drm/amdgpu: add amdgpu interface to query cu infoFlora Cui1-0/+5
2017-12-07drm: move amd_gpu_scheduler into common locationLucas Stach1-2/+2
2017-12-06drm/amdgpu:free CSA in unified placeMonk Liu1-1/+0
2017-12-06drm/amdgpu/gfx8: use cached values for raster config in clear stateAlex Deucher1-31/+2
2017-12-06drm/amdgpu: remove nonsense const u32 cast on ARRAY_SIZE resultChristian König1-19/+19
2017-12-06drm/amdgpu/gfx8: Fix compute ring failure after resettingXiangliang.Yu1-3/+7
2017-12-04drm/amdgpu:cleanup in_sriov_reset and lock_resetMonk Liu1-3/+3
2017-12-04drm/amdgpu: avoid soft lockup when waiting for RLC serdes (v2)pding1-0/+8
2017-12-04drm/amdgpu: change redundant init logs to debug levelpding1-2/+2
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-15drm/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 into drm-nextDave Airlie1-783/+506
2017-06-09drm/amdgpu/gfx: fix MEC interrupt enablement for pipes != 0Alex Deucher1-16/+41
2017-06-07drm/amdgpu/gfx: consolidate mqd buffer setup codeAlex Deucher1-69/+2
2017-06-07drm/amdgpu/gfx: move mec parameter setup into sw_initAlex Deucher1-19/+19
2017-06-07drm/amdgpu/gfx: move more common KIQ code to amdgpu_gfx.cAlex Deucher1-106/+4
2017-06-07drm/amdgpu: move mec queue helpers to amdgpu_gfx.hAlex Deucher1-2/+2
2017-06-07drm/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